diff
stringlengths 41
2.03M
| msg
stringlengths 1
1.5k
⌀ | repo
stringlengths 5
40
| sha
stringlengths 40
40
| time
stringlengths 20
20
|
---|---|---|---|---|
mmm a / cocos / scripting / lua - bindings / manual / lua_cocos2dx_physics_manual . cpp <nl> ppp b / cocos / scripting / lua - bindings / manual / lua_cocos2dx_physics_manual . cpp <nl> int lua_cocos2dx_physics_PhysicsBody_getJoints ( lua_State * tolua_S ) <nl> return 0 ; <nl> } <nl> <nl> - int lua_cocos2dx_physics_PhysicsWorld_getLayer ( lua_State * tolua_S ) <nl> + int lua_cocos2dx_physics_PhysicsWorld_getScene ( lua_State * tolua_S ) <nl> { <nl> int argc = 0 ; <nl> cocos2d : : PhysicsWorld * cobj = nullptr ; <nl> int lua_cocos2dx_physics_PhysicsWorld_getLayer ( lua_State * tolua_S ) <nl> # if COCOS2D_DEBUG > = 1 <nl> if ( ! cobj ) <nl> { <nl> - tolua_error ( tolua_S , " invalid ' cobj ' in function ' lua_cocos2dx_physics_PhysicsWorld_getLayer ' " , NULL ) ; <nl> + tolua_error ( tolua_S , " invalid ' cobj ' in function ' lua_cocos2dx_physics_PhysicsWorld_getScene ' " , NULL ) ; <nl> return 0 ; <nl> } <nl> # endif <nl> int lua_cocos2dx_physics_PhysicsWorld_getLayer ( lua_State * tolua_S ) <nl> { <nl> if ( ! ok ) <nl> return 0 ; <nl> - cocos2d : : Layer & ret = cobj - > getLayer ( ) ; <nl> + cocos2d : : Scene & ret = cobj - > getScene ( ) ; <nl> do { <nl> <nl> std : : string hashName = typeid ( ret ) . name ( ) ; <nl> int lua_cocos2dx_physics_PhysicsWorld_getLayer ( lua_State * tolua_S ) <nl> if ( iter ! = g_luaType . end ( ) ) { <nl> className = iter - > second . c_str ( ) ; <nl> } else { <nl> - className = " cc . Layer " ; <nl> + className = " cc . Scene " ; <nl> } <nl> <nl> int ID = ( int ) ( ret . _ID ) ; <nl> int lua_cocos2dx_physics_PhysicsWorld_getLayer ( lua_State * tolua_S ) <nl> } while ( 0 ) ; <nl> return 1 ; <nl> } <nl> - CCLOG ( " % s has wrong number of arguments : % d , was expecting % d \ n " , " getLayer " , argc , 0 ) ; <nl> + CCLOG ( " % s has wrong number of arguments : % d , was expecting % d \ n " , " getScene " , argc , 0 ) ; <nl> return 0 ; <nl> <nl> # if COCOS2D_DEBUG > = 1 <nl> tolua_lerror : <nl> - tolua_error ( tolua_S , " # ferror in function ' lua_cocos2dx_physics_PhysicsWorld_getLayer ' . " , & tolua_err ) ; <nl> + tolua_error ( tolua_S , " # ferror in function ' lua_cocos2dx_physics_PhysicsWorld_getScene ' . " , & tolua_err ) ; <nl> # endif <nl> <nl> return 0 ; <nl> int lua_cocos2dx_physics_PhysicsBody_createPolygon ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createPolygon ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createPolygon ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createPolygon ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> <nl> if ( nullptr ! = ret ) <nl> int lua_cocos2dx_physics_PhysicsBody_createPolygon ( lua_State * tolua_S ) <nl> ok & = luaval_to_vector2 ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createPolygon ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgePolygon ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgePolygon ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgePolygon ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgePolygon ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgePolygon ( lua_State * tolua_S ) <nl> ok & = luaval_to_number ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgePolygon ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgeChain ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgeChain ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgeChain ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgeChain ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsBody_createEdgeChain ( lua_State * tolua_S ) <nl> ok & = luaval_to_number ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsBody * ret = cocos2d : : PhysicsBody : : createEdgeChain ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> do { <nl> if ( nullptr ! = ret ) <nl> { <nl> int lua_cocos2dx_physics_PhysicsShape_recenterPoints ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShape : : recenterPoints ( arg0 , arg1 ) ; <nl> vector2_array_to_luaval ( tolua_S , arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> <nl> return 0 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShape_recenterPoints ( lua_State * tolua_S ) <nl> ok & = luaval_to_vector2 ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShape : : recenterPoints ( arg0 , arg1 , arg2 ) ; <nl> vector2_array_to_luaval ( tolua_S , arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> CCLOG ( " % s has wrong number of arguments : % d , was expecting % d \ n " , " recenterPoints " , argc , 2 ) ; <nl> int lua_cocos2dx_physics_PhysicsShape_getPolyonCenter ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : Vector2 ret = cocos2d : : PhysicsShape : : getPolyonCenter ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> vector2_to_luaval ( tolua_S , ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_create ( lua_State * tolua_S ) <nl> <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapePolygon * ret = cocos2d : : PhysicsShapePolygon : : create ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapePolygon > ( tolua_S , " cc . PhysicsShapePolygon " , ( cocos2d : : PhysicsShapePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapePolygon * ret = cocos2d : : PhysicsShapePolygon : : create ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapePolygon > ( tolua_S , " cc . PhysicsShapePolygon " , ( cocos2d : : PhysicsShapePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_vector2 ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapePolygon * ret = cocos2d : : PhysicsShapePolygon : : create ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapePolygon > ( tolua_S , " cc . PhysicsShapePolygon " , ( cocos2d : : PhysicsShapePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_calculateArea ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> double ret = cocos2d : : PhysicsShapePolygon : : calculateArea ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> tolua_pushnumber ( tolua_S , ( lua_Number ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_calculateMoment ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg1 ) ; <nl> + CC_SAFE_FREE ( arg1 ) ; <nl> return 0 ; <nl> } <nl> double ret = cocos2d : : PhysicsShapePolygon : : calculateMoment ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg1 ) ; <nl> + CC_SAFE_FREE ( arg1 ) ; <nl> tolua_pushnumber ( tolua_S , ( lua_Number ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapePolygon_calculateMoment ( lua_State * tolua_S ) <nl> ok & = luaval_to_vector2 ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg1 ) ; <nl> + CC_SAFE_FREE ( arg1 ) ; <nl> return 0 ; <nl> } <nl> double ret = cocos2d : : PhysicsShapePolygon : : calculateMoment ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg1 ) ; <nl> + CC_SAFE_FREE ( arg1 ) ; <nl> tolua_pushnumber ( tolua_S , ( lua_Number ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgePolygon_create ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgePolygon * ret = cocos2d : : PhysicsShapeEdgePolygon : : create ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgePolygon > ( tolua_S , " cc . PhysicsShapeEdgePolygon " , ( cocos2d : : PhysicsShapeEdgePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgePolygon_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgePolygon * ret = cocos2d : : PhysicsShapeEdgePolygon : : create ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgePolygon > ( tolua_S , " cc . PhysicsShapeEdgePolygon " , ( cocos2d : : PhysicsShapeEdgePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgePolygon_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_number ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgePolygon * ret = cocos2d : : PhysicsShapeEdgePolygon : : create ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgePolygon > ( tolua_S , " cc . PhysicsShapeEdgePolygon " , ( cocos2d : : PhysicsShapeEdgePolygon * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgeChain_create ( lua_State * tolua_S ) <nl> } } while ( 0 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgeChain * ret = cocos2d : : PhysicsShapeEdgeChain : : create ( arg0 , arg1 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgeChain > ( tolua_S , " cc . PhysicsShapeEdgeChain " , ( cocos2d : : PhysicsShapeEdgeChain * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgeChain_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_physics_material ( tolua_S , 3 , & arg2 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgeChain * ret = cocos2d : : PhysicsShapeEdgeChain : : create ( arg0 , arg1 , arg2 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgeChain > ( tolua_S , " cc . PhysicsShapeEdgeChain " , ( cocos2d : : PhysicsShapeEdgeChain * ) ret ) ; <nl> return 1 ; <nl> } <nl> int lua_cocos2dx_physics_PhysicsShapeEdgeChain_create ( lua_State * tolua_S ) <nl> ok & = luaval_to_number ( tolua_S , 4 , & arg3 ) ; <nl> if ( ! ok ) <nl> { <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> return 0 ; <nl> } <nl> cocos2d : : PhysicsShapeEdgeChain * ret = cocos2d : : PhysicsShapeEdgeChain : : create ( arg0 , arg1 , arg2 , arg3 ) ; <nl> - CC_SAFE_DELETE_ARRAY ( arg0 ) ; <nl> + CC_SAFE_FREE ( arg0 ) ; <nl> object_to_luaval < cocos2d : : PhysicsShapeEdgeChain > ( tolua_S , " cc . PhysicsShapeEdgeChain " , ( cocos2d : : PhysicsShapeEdgeChain * ) ret ) ; <nl> return 1 ; <nl> } <nl> int register_all_cocos2dx_physics_manual ( lua_State * tolua_S ) <nl> lua_rawget ( tolua_S , LUA_REGISTRYINDEX ) ; <nl> if ( lua_istable ( tolua_S , - 1 ) ) <nl> { <nl> - lua_pushstring ( tolua_S , " getLayer " ) ; <nl> - lua_pushcfunction ( tolua_S , lua_cocos2dx_physics_PhysicsWorld_getLayer ) ; <nl> + lua_pushstring ( tolua_S , " getScene " ) ; <nl> + lua_pushcfunction ( tolua_S , lua_cocos2dx_physics_PhysicsWorld_getScene ) ; <nl> lua_rawset ( tolua_S , - 3 ) ; <nl> lua_pushstring ( tolua_S , " queryPoint " ) ; <nl> lua_pushcfunction ( tolua_S , lua_cocos2dx_physics_PhysicsWorld_queryPoint ) ; <nl> mmm a / tools / tolua / cocos2dx_physics . ini <nl> ppp b / tools / tolua / cocos2dx_physics . ini <nl> skip = PhysicsBody : : [ getJoints createPolygon createEdgeChain createEdgePolygon ] , <nl> PhysicsShapePolygon : : [ create calculateArea calculateMoment ^ getPoints $ ] , <nl> PhysicsShapeEdgePolygon : : [ create ^ getPoints $ ] , <nl> PhysicsShapeEdgeChain : : [ create ^ getPoints $ ] , <nl> - PhysicsWorld : : [ getLayer queryPoint queryRect rayCast ] , <nl> + PhysicsWorld : : [ getScene queryPoint queryRect rayCast ] , <nl> PhysicsContact : : [ getData setData ] <nl> <nl> <nl>
|
Lua compiles again
|
cocos2d/cocos2d-x
|
b67f3008a5ce69181459177b1d66d2cd588e4b4a
|
2014-05-02T01:07:25Z
|
mmm a / Marlin / Marlin_main . cpp <nl> ppp b / Marlin / Marlin_main . cpp <nl> void setup ( ) { <nl> / / loads data from EEPROM if available else uses defaults ( and resets step acceleration rate ) <nl> Config_RetrieveSettings ( ) ; <nl> <nl> - lcd_init ( ) ; <nl> - <nl> thermalManager . init ( ) ; / / Initialize temperature loop <nl> <nl> # if ENABLED ( DELTA ) | | ENABLED ( SCARA ) <nl> void setup ( ) { <nl> pinMode ( STAT_LED_BLUE , OUTPUT ) ; <nl> digitalWrite ( STAT_LED_BLUE , LOW ) ; / / turn it off <nl> # endif <nl> + <nl> + lcd_init ( ) ; <nl> + # if ENABLED ( SHOW_BOOTSCREEN ) <nl> + # if ENABLED ( DOGLCD ) <nl> + delay ( 1000 ) ; <nl> + # elif ENABLED ( ULTRA_LCD ) <nl> + bootscreen ( ) ; <nl> + lcd_init ( ) ; <nl> + # endif <nl> + # endif <nl> + <nl> + <nl> } <nl> <nl> / * * <nl> void manage_inactivity ( bool ignore_stepper_queue / * = false * / ) { <nl> <nl> void kill ( const char * lcd_msg ) { <nl> # if ENABLED ( ULTRA_LCD ) <nl> + lcd_init ( ) ; <nl> lcd_setalertstatuspgm ( lcd_msg ) ; <nl> # else <nl> UNUSED ( lcd_msg ) ; <nl> mmm a / Marlin / dogm_lcd_implementation . h <nl> ppp b / Marlin / dogm_lcd_implementation . h <nl> static void lcd_implementation_init ( ) { <nl> } <nl> } while ( u8g . nextPage ( ) ) ; <nl> <nl> - if ( show_bootscreen ) { <nl> - delay ( 1000 ) ; <nl> - show_bootscreen = false ; <nl> - } <nl> + show_bootscreen = false ; <nl> + <nl> # endif <nl> } <nl> <nl> mmm a / Marlin / ultralcd . h <nl> ppp b / Marlin / ultralcd . h <nl> <nl> # if ENABLED ( DOGLCD ) <nl> extern int lcd_contrast ; <nl> void set_lcd_contrast ( int value ) ; <nl> + # elif ENABLED ( SHOW_BOOTSCREEN ) <nl> + void bootscreen ( ) ; <nl> # endif <nl> <nl> + <nl> # define LCD_MESSAGEPGM ( x ) lcd_setstatuspgm ( PSTR ( x ) ) <nl> # define LCD_ALERTMESSAGEPGM ( x ) lcd_setalertstatuspgm ( PSTR ( x ) ) <nl> <nl> mmm a / Marlin / ultralcd_implementation_hitachi_HD44780 . h <nl> ppp b / Marlin / ultralcd_implementation_hitachi_HD44780 . h <nl> extern volatile uint8_t buttons ; / / an extended version of the last checked butt <nl> <nl> # include " utf_mapper . h " <nl> <nl> - # if ENABLED ( SHOW_BOOTSCREEN ) <nl> - static void bootscreen ( ) ; <nl> - static bool show_bootscreen = true ; <nl> - # endif <nl> - <nl> # if ENABLED ( LCD_PROGRESS_BAR ) <nl> static millis_t progress_bar_ms = 0 ; <nl> # if PROGRESS_MSG_EXPIRE > 0 <nl> static void lcd_implementation_init ( <nl> lcd . begin ( LCD_WIDTH , LCD_HEIGHT ) ; <nl> # endif <nl> <nl> - # if ENABLED ( SHOW_BOOTSCREEN ) <nl> - if ( show_bootscreen ) bootscreen ( ) ; <nl> - # endif <nl> - <nl> lcd_set_custom_characters ( <nl> # if ENABLED ( LCD_PROGRESS_BAR ) <nl> progress_bar_set <nl> unsigned lcd_print ( char c ) { return charset_mapper ( c ) ; } <nl> lcd . setCursor ( indent , 2 ) ; lcd . print ( ' \ x02 ' ) ; lcd_printPGM ( PSTR ( " mmmmmm " ) ) ; lcd . print ( ' \ x03 ' ) ; <nl> } <nl> <nl> - static void bootscreen ( ) { <nl> - show_bootscreen = false ; <nl> + void bootscreen ( ) { <nl> byte top_left [ 8 ] = { <nl> B00000 , <nl> B00000 , <nl>
|
Merge pull request from AnHardt / bootscreen - delay
|
MarlinFirmware/Marlin
|
b708196770b3fb118c3ec0d74e223a2e0649a542
|
2016-06-14T01:27:05Z
|
mmm a / xbmc / cores / dvdplayer / Codecs / ffmpeg / libavformat / utils . c <nl> ppp b / xbmc / cores / dvdplayer / Codecs / ffmpeg / libavformat / utils . c <nl> static int set_codec_from_probe_data ( AVFormatContext * s , AVStream * st , AVProbeDa <nl> } else if ( ! strcmp ( fmt - > name , " dts " ) ) { <nl> st - > codec - > codec_id = CODEC_ID_DTS ; <nl> st - > codec - > codec_type = CODEC_TYPE_AUDIO ; <nl> + } else if ( ! strcmp ( fmt - > name , " aac " ) ) { <nl> + st - > codec - > codec_id = CODEC_ID_AAC ; <nl> + st - > codec - > codec_type = CODEC_TYPE_AUDIO ; <nl> } <nl> } <nl> return ! ! fmt ; <nl>
|
added : allow aac codecs to be probed too
|
xbmc/xbmc
|
8143fb23df666a3c55b83c5e7f5d54039bd09265
|
2010-03-30T21:11:01Z
|
mmm a / lib / GeneralServer / GeneralServer . h <nl> ppp b / lib / GeneralServer / GeneralServer . h <nl> namespace triagens { <nl> _ports ( ) , <nl> _listenTasks ( ) , <nl> _commTasks ( ) , <nl> - _handlers ( 128 ) , <nl> - _task2handler ( 128 ) { <nl> + _handlers ( 512 ) , <nl> + _task2handler ( 512 ) { <nl> GENERAL_SERVER_INIT ( & _commTasksLock ) ; <nl> GENERAL_SERVER_INIT ( & _mappingLock ) ; <nl> } <nl> mmm a / lib / GeneralServer / GeneralServerDispatcher . h <nl> ppp b / lib / GeneralServer / GeneralServerDispatcher . h <nl> namespace triagens { <nl> GeneralServerDispatcher ( Scheduler * scheduler ) <nl> : GeneralServer < S , HF , CT > ( scheduler ) , <nl> _dispatcher ( 0 ) , <nl> - _job2handler ( 128 ) { <nl> + _job2handler ( 512 ) { <nl> } <nl> <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> namespace triagens { <nl> GeneralServerDispatcher ( Scheduler * scheduler , Dispatcher * dispatcher ) <nl> : GeneralServer < S , HF , CT > ( scheduler ) , <nl> _dispatcher ( dispatcher ) , <nl> - _job2handler ( 128 ) { <nl> + _job2handler ( 512 ) { <nl> } <nl> <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl>
|
raised initial size
|
arangodb/arangodb
|
a9332a7ade88872ba6fb44d3976e25b727b59ce1
|
2012-07-01T14:58:13Z
|
mmm a / tests / cpp - tests / Classes / Sprite3DTest / Sprite3DTest . cpp <nl> ppp b / tests / cpp - tests / Classes / Sprite3DTest / Sprite3DTest . cpp <nl> UseCaseSprite3D : : UseCaseSprite3D ( ) <nl> : _caseIdx ( 0 ) <nl> , _sprite3d ( nullptr ) <nl> , _sprite2d ( nullptr ) <nl> + , _layer ( nullptr ) <nl> { <nl> auto s = Director : : getInstance ( ) - > getWinSize ( ) ; <nl> <nl> std : : string UseCaseSprite3D : : subtitle ( ) const <nl> <nl> void UseCaseSprite3D : : switchCase ( ) <nl> { <nl> - if ( _sprite3d ) <nl> - { <nl> - removeChild ( _sprite3d ) ; <nl> - _sprite3d = nullptr ; <nl> - } <nl> - if ( _sprite2d ) <nl> - { <nl> - removeChild ( _sprite2d ) ; <nl> - _sprite2d = nullptr ; <nl> - } <nl> + removeChildByTag ( 101 ) ; <nl> <nl> auto s = Director : : getInstance ( ) - > getWinSize ( ) ; <nl> _label - > setString ( _useCaseTitles [ _caseIdx ] ) ; <nl> - if ( _caseIdx = = 0 ) <nl> + if ( _caseIdx = = 0 ) / / use case 1 , 3d transparent sprite + 2d sprite <nl> { <nl> std : : string filename = " Sprite3DTest / girl . c3b " ; <nl> auto sprite = Sprite3D : : create ( filename ) ; <nl> sprite - > setScale ( 0 . 15f ) ; <nl> - addChild ( sprite ) ; <nl> auto animation = Animation3D : : create ( filename ) ; <nl> if ( animation ) <nl> { <nl> void UseCaseSprite3D : : switchCase ( ) <nl> <nl> circleBack - > setRotation3D ( Vec3 ( 90 , 0 , 0 ) ) ; <nl> <nl> - addChild ( circleBack ) ; <nl> - <nl> auto pos = sprite - > getPosition3D ( ) ; <nl> circleBack - > setPosition3D ( Vec3 ( pos . x , pos . y , pos . z - 1 ) ) ; <nl> <nl> - _sprite3d = sprite ; <nl> - _sprite2d = circleBack ; <nl> - _sprite3d - > setOpacity ( 250 ) ; <nl> - _sprite3d - > setCameraMask ( 2 ) ; <nl> - _sprite2d - > setCameraMask ( 2 ) ; <nl> + sprite - > setOpacity ( 250 ) ; <nl> + sprite - > setCameraMask ( 2 ) ; <nl> + circleBack - > setCameraMask ( 2 ) ; <nl> + sprite - > setTag ( 3 ) ; <nl> + circleBack - > setTag ( 2 ) ; <nl> + <nl> + auto node = Node : : create ( ) ; <nl> + node - > addChild ( sprite ) ; <nl> + node - > addChild ( circleBack ) ; <nl> + node - > setTag ( 101 ) ; <nl> + addChild ( node ) ; <nl> + <nl> + scheduleUpdate ( ) ; <nl> + update ( 0 . f ) ; <nl> } <nl> - else if ( _caseIdx = = 1 ) <nl> + else if ( _caseIdx = = 1 ) / / use case 2 , ui - 3d - ui , last ui should on the top <nl> { <nl> + auto layer = LayerColor : : create ( Color4B ( 0 , 0 , 100 , 255 ) , s . width / 2 . f , s . height / 2 . f ) ; <nl> + layer - > setPosition ( s . width * 0 . 25f , s . height * 0 . 25f ) ; <nl> + addChild ( layer ) ; <nl> <nl> + std : : string filename = " Sprite3DTest / girl . c3b " ; <nl> + auto sprite = Sprite3D : : create ( filename ) ; <nl> + sprite - > setScale ( 0 . 5f ) ; <nl> + auto animation = Animation3D : : create ( filename ) ; <nl> + if ( animation ) <nl> + { <nl> + auto animate = Animate3D : : create ( animation ) ; <nl> + sprite - > runAction ( RepeatForever : : create ( animate ) ) ; <nl> + } <nl> + sprite - > setPosition ( s . width * 0 . 25f , s . height * 0 . 125f ) ; <nl> + layer - > addChild ( sprite ) ; <nl> + <nl> + TTFConfig ttfConfig ( " fonts / arial . ttf " , 15 ) ; <nl> + auto label1 = Label : : createWithTTF ( ttfConfig , " Message " ) ; <nl> + auto item1 = MenuItemLabel : : create ( label1 , CC_CALLBACK_1 ( UseCaseSprite3D : : menuCallback_Message , this ) ) ; <nl> + auto label2 = Label : : createWithTTF ( ttfConfig , " Message " ) ; <nl> + auto item2 = MenuItemLabel : : create ( label2 , CC_CALLBACK_1 ( UseCaseSprite3D : : menuCallback_Message , this ) ) ; <nl> + <nl> + item1 - > setPosition ( Vec2 ( s . width * 0 . 5f - item1 - > getContentSize ( ) . width * 0 . 5f , s . height * 0 . 5f - item1 - > getContentSize ( ) . height ) ) ; <nl> + item2 - > setPosition ( Vec2 ( s . width * 0 . 5f - item1 - > getContentSize ( ) . width * 0 . 5f , s . height * 0 . 5f - item1 - > getContentSize ( ) . height * 2 . f ) ) ; <nl> + <nl> + auto pMenu1 = CCMenu : : create ( item1 , item2 , nullptr ) ; <nl> + pMenu1 - > setPosition ( Vec2 ( 0 , 0 ) ) ; <nl> + layer - > addChild ( pMenu1 ) ; <nl> + <nl> + layer - > setTag ( 101 ) ; <nl> + } <nl> + } <nl> + <nl> + void UseCaseSprite3D : : menuCallback_Message ( Ref * sender ) <nl> + { <nl> + auto layer = getChildByTag ( 101 ) ; <nl> + auto message = layer - > getChildByTag ( 102 ) ; / / message layer <nl> + if ( message ) <nl> + layer - > removeChild ( message ) ; <nl> + else <nl> + { <nl> + / / create a new message layer on the top <nl> + auto s = layer - > getContentSize ( ) ; <nl> + auto messagelayer = LayerColor : : create ( Color4B ( 100 , 100 , 0 , 255 ) ) ; <nl> + messagelayer - > setContentSize ( Size ( s . width * 0 . 5f , s . height * 0 . 5f ) ) ; <nl> + messagelayer - > setPosition ( Vec2 ( s . width * 0 . 25f , s . height * 0 . 25f ) ) ; <nl> + auto label = Label : : create ( ) ; <nl> + label - > setString ( " This Message Layer \ n Should Be On Top " ) ; <nl> + label - > setPosition ( Vec2 ( s . width * 0 . 25f , s . height * 0 . 25f ) ) ; <nl> + messagelayer - > addChild ( label ) ; <nl> + messagelayer - > setTag ( 102 ) ; <nl> + layer - > addChild ( messagelayer ) ; <nl> } <nl> - <nl> - scheduleUpdate ( ) ; <nl> - update ( 0 . f ) ; <nl> } <nl> <nl> void UseCaseSprite3D : : update ( float delta ) <nl> void UseCaseSprite3D : : update ( float delta ) <nl> float radius = 30 . f ; <nl> float x = cosf ( accAngle ) * radius , z = sinf ( accAngle ) * radius ; <nl> <nl> - _sprite3d - > setPositionX ( x ) ; <nl> - _sprite3d - > setPositionZ ( z ) ; <nl> - _sprite2d - > setPositionX ( x ) ; <nl> - _sprite2d - > setPositionZ ( z ) ; <nl> + auto node = getChildByTag ( 101 ) ; <nl> + auto sprite3d = node - > getChildByTag ( 3 ) ; <nl> + auto circle = node - > getChildByTag ( 2 ) ; <nl> + <nl> + sprite3d - > setPositionX ( x ) ; <nl> + sprite3d - > setPositionZ ( z ) ; <nl> + circle - > setPositionX ( x ) ; <nl> + circle - > setPositionZ ( z ) ; <nl> } <nl> } <nl> mmm a / tests / cpp - tests / Classes / Sprite3DTest / Sprite3DTest . h <nl> ppp b / tests / cpp - tests / Classes / Sprite3DTest / Sprite3DTest . h <nl> class QuaternionTest : public Sprite3DTestDemo <nl> float _accAngle ; <nl> } ; <nl> <nl> + / / 3d + 2d use case <nl> class UseCaseSprite3D : public Sprite3DTestDemo <nl> { <nl> public : <nl> class UseCaseSprite3D : public Sprite3DTestDemo <nl> <nl> virtual void update ( float delta ) override ; <nl> <nl> + void menuCallback_Message ( Ref * sender ) ; <nl> + <nl> protected : <nl> <nl> void switchCase ( ) ; <nl> class UseCaseSprite3D : public Sprite3DTestDemo <nl> <nl> cocos2d : : Sprite3D * _sprite3d ; <nl> cocos2d : : Sprite3D * _sprite2d ; <nl> + cocos2d : : Layer * _layer ; <nl> } ; <nl> <nl> class Sprite3DTestScene : public TestScene <nl>
|
use case 2 finished
|
cocos2d/cocos2d-x
|
9744439048c4e2237aa7b80bb01a9bb0ffd17440
|
2015-01-27T07:24:15Z
|
mmm a / aten / src / ATen / Context . cpp <nl> ppp b / aten / src / ATen / Context . cpp <nl> <nl> <nl> # include " Context . h " <nl> <nl> + # include < ATen / TensorOptions . h > <nl> + <nl> # include < thread > <nl> # include < mutex > <nl> # include < sstream > <nl> bool Context : : setFlushDenormal ( bool on ) { <nl> # endif <nl> } <nl> <nl> + Type & getMaybeVariableType ( TensorOptions options ) { <nl> + return globalContext ( ) . getMaybeVariableType ( <nl> + options . backend ( ) , options . dtype ( ) , options . is_variable ( ) ) ; <nl> + } <nl> + <nl> } <nl> mmm a / aten / src / ATen / Context . h <nl> ppp b / aten / src / ATen / Context . h <nl> static inline Type & getNonVariableType ( DeviceType p , ScalarType s ) { <nl> return globalContext ( ) . getNonVariableType ( deviceTypeToBackend ( p ) , s ) ; <nl> } <nl> <nl> + AT_API Type & getMaybeVariableType ( TensorOptions options ) ; <nl> + <nl> static inline Type & CPU ( ScalarType s ) { <nl> return getNonVariableType ( Backend : : CPU , s ) ; <nl> } <nl> mmm a / aten / src / ATen / TensorOptions . h <nl> ppp b / aten / src / ATen / TensorOptions . h <nl> struct AT_API TensorOptions { <nl> return is_variable_ ; <nl> } <nl> <nl> - / / / Constructs an ` at : : Type ` from the members of the ` TensorOptions ` . <nl> - const Type & type ( ) const { <nl> - return at : : globalContext ( ) . getMaybeVariableType ( backend ( ) , dtype_ , is_variable_ ) ; <nl> - } <nl> - <nl> - private : <nl> / / Resolves the ATen backend specified by the current construction axes . <nl> Backend backend ( ) const noexcept { <nl> Backend backend ; <nl> mmm a / aten / src / ATen / native / TensorFactories . cpp <nl> ppp b / aten / src / ATen / native / TensorFactories . cpp <nl> <nl> # include < cmath > <nl> # include < cstddef > <nl> <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + / / ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> + / / A number of factory functions are implemented in the following way : <nl> + / / <nl> + / / return at : : getMaybeVariableType ( options ) . _arange ( start , end , step ) ; <nl> + / / <nl> + / / That is to say , they grab a Type for TensorOptions , and then call some <nl> + / / internal method . What ' s going on ? <nl> + / / <nl> + / / The reason for the folderol is that these particular factory functions <nl> + / / are still implemented in a legacy way in TH . The TH bindings don ' t <nl> + / / ( and never will ) understand TensorOptions , so we need to handle TensorOptions <nl> + / / inside native before batting over to TH . The expectation is that when <nl> + / / these factories get ported to native , this is no longer necessary , <nl> + / / and we can eliminate the getMaybeVariableType call . <nl> + <nl> namespace at { <nl> namespace native { <nl> namespace { <nl> void window_function_checks ( <nl> " requires non - negative window_length , got window_length = " , <nl> window_length ) ; <nl> } <nl> + <nl> } / / namespace <nl> <nl> / / ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ arange ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> Tensor arange ( <nl> Scalar end , <nl> Scalar step , <nl> const TensorOptions & options ) { <nl> - return options . type ( ) . _arange ( start , end , step ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + return at : : getMaybeVariableType ( options ) . _arange ( start , end , step ) ; <nl> } <nl> <nl> Tensor & arange_out ( Tensor & result , Scalar start , Scalar end ) { <nl> Tensor & arange_out ( Tensor & result , Scalar start , Scalar end , Scalar step ) { <nl> } <nl> <nl> Tensor arange ( Scalar end , const TensorOptions & options ) { <nl> - return options . type ( ) . _arange ( end ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + return at : : getMaybeVariableType ( options ) . _arange ( end ) ; <nl> } <nl> <nl> Tensor & arange_out ( Tensor & result , Scalar end ) { <nl> Tensor _dim_arange ( const Tensor & like , int64_t dim ) { <nl> / / ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ empty ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> <nl> Tensor empty ( IntList size , const TensorOptions & options ) { <nl> - return options . type ( ) . tensor ( size ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + / / Can ' t call a factory function , because the buck stops with us ! <nl> + return at : : getMaybeVariableType ( options ) . tensor ( size ) ; <nl> } <nl> <nl> Tensor & empty_out ( Tensor & result , IntList size ) { <nl> Tensor empty_like ( const Tensor & self ) { <nl> <nl> Tensor empty_like ( const Tensor & self , const TensorOptions & options ) { <nl> if ( options . layout ( ) = = kSparse & & self . type ( ) . is_sparse ( ) ) { <nl> - auto res = options . type ( ) . tensor ( ) ; <nl> + auto res = native : : empty ( { 0 } , options ) ; / / to be resized <nl> res . sparse_resize_and_clear_ ( self . sizes ( ) , self . _sparseDims ( ) , self . _denseDims ( ) ) ; <nl> <nl> return res ; <nl> Tensor eye ( int64_t n , const TensorOptions & options ) { <nl> } <nl> <nl> Tensor eye ( int64_t n , int64_t m , const TensorOptions & options ) { <nl> - auto tensor = options . type ( ) . tensor ( { } ) ; <nl> + auto tensor = native : : empty ( { 0 } , options ) ; / / to be resized <nl> return at : : eye_out ( tensor , n , m ) ; <nl> } <nl> <nl> Tensor full ( IntList size , Scalar fill_value , const TensorOptions & options ) { <nl> if ( options . layout ( ) = = kSparse ) { <nl> AT_ERROR ( " full ( . . . ) is not implemented for sparse layout " ) ; <nl> } <nl> - auto result = options . type ( ) . tensor ( size ) ; <nl> + auto result = native : : empty ( size , options ) ; <nl> return result . fill_ ( fill_value ) ; <nl> } <nl> <nl> Tensor linspace ( <nl> Scalar end , <nl> int64_t steps , <nl> const TensorOptions & options ) { <nl> - return options . type ( ) . _linspace ( start , end , steps ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + return at : : getMaybeVariableType ( options ) . _linspace ( start , end , steps ) ; <nl> } <nl> <nl> Tensor & linspace_out ( Tensor & result , Scalar start , Scalar end ) { <nl> Tensor logspace ( <nl> Scalar end , <nl> int64_t steps , <nl> const TensorOptions & options ) { <nl> - return options . type ( ) . _logspace ( start , end , steps ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + return at : : getMaybeVariableType ( options ) . _logspace ( start , end , steps ) ; <nl> } <nl> <nl> Tensor & logspace_out ( Tensor & result , Scalar start , Scalar end ) { <nl> Tensor rand ( IntList size , const TensorOptions & options ) { <nl> } <nl> <nl> Tensor rand ( IntList size , Generator * generator , const TensorOptions & options ) { <nl> - auto result = options . type ( ) . tensor ( size ) ; <nl> + auto result = native : : empty ( size , options ) ; <nl> return result . uniform_ ( 0 , 1 , generator ) ; <nl> } <nl> <nl> Tensor randint ( <nl> IntList size , <nl> Generator * generator , <nl> const TensorOptions & options ) { <nl> - auto result = options . type ( ) . tensor ( size ) ; <nl> + auto result = native : : empty ( size , options ) ; <nl> return result . random_ ( low , high , generator ) ; <nl> } <nl> <nl> Tensor randn ( IntList size , const TensorOptions & options ) { <nl> } <nl> <nl> Tensor randn ( IntList size , Generator * generator , const TensorOptions & options ) { <nl> - auto result = options . type ( ) . tensor ( size ) ; <nl> + auto result = native : : empty ( size , options ) ; <nl> return result . normal_ ( 0 , 1 , generator ) ; <nl> } <nl> <nl> Tensor randperm ( int64_t n , const TensorOptions & options ) { <nl> } <nl> <nl> Tensor randperm ( int64_t n , Generator * generator , const TensorOptions & options ) { <nl> - auto tensor = options . type ( ) . tensor ( n ) ; <nl> + auto tensor = native : : empty ( n , options ) ; <nl> return at : : randperm_out ( tensor , n , generator ) ; <nl> } <nl> <nl> Tensor range ( <nl> Scalar end , <nl> Scalar step , <nl> const TensorOptions & options ) { <nl> - return options . type ( ) . _range ( start , end , step ) ; <nl> + / / Note [ Native bindings for legacy TH factory functions ] <nl> + return at : : getMaybeVariableType ( options ) . _range ( start , end , step ) ; <nl> } <nl> <nl> Tensor & range_out ( Tensor & result , Scalar start , Scalar end ) { <nl> Tensor & range_out ( Tensor & result , Scalar start , Scalar end , Scalar step ) { <nl> / / ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ zeros ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> <nl> Tensor zeros ( IntList size , const TensorOptions & options ) { <nl> - auto result = options . type ( ) . tensor ( size ) ; <nl> + auto result = native : : empty ( size , options ) ; <nl> return result . zero_ ( ) ; <nl> } <nl> <nl> Tensor zeros_like ( const Tensor & self ) { <nl> <nl> Tensor zeros_like ( const Tensor & self , const TensorOptions & options ) { <nl> if ( options . layout ( ) = = kSparse & & self . type ( ) . is_sparse ( ) ) { <nl> - auto res = options . type ( ) . tensor ( ) ; <nl> + auto res = native : : empty ( { 0 } , options ) ; / / to be resized <nl> res . sparse_resize_and_clear_ ( self . sizes ( ) , self . _sparseDims ( ) , self . _denseDims ( ) ) ; <nl> return res ; <nl> } <nl> mmm a / aten / src / ATen / templates / NativeFunctions . h <nl> ppp b / aten / src / ATen / templates / NativeFunctions . h <nl> inline Tensor from_blob ( <nl> IntList sizes , <nl> const std : : function < void ( void * ) > & deleter , <nl> const TensorOptions & options = { } ) { <nl> - return options . type ( ) . tensorFromBlob ( data , sizes , deleter ) ; <nl> + return at : : getMaybeVariableType ( options ) . tensorFromBlob ( data , sizes , deleter ) ; <nl> } <nl> <nl> inline Tensor from_blob ( <nl> inline Tensor from_blob ( <nl> IntList strides , <nl> const std : : function < void ( void * ) > & deleter , <nl> const TensorOptions & options = { } ) { <nl> - return options . type ( ) . tensorFromBlob ( data , sizes , strides , deleter ) ; <nl> + return at : : getMaybeVariableType ( options ) . tensorFromBlob ( data , sizes , strides , deleter ) ; <nl> } <nl> <nl> inline Tensor from_blob ( <nl> mmm a / aten / src / ATen / templates / TensorMethods . h <nl> ppp b / aten / src / ATen / templates / TensorMethods . h <nl> inline Tensor to ( <nl> return tensor ; <nl> } <nl> DeviceGuard guard ( options . device ( ) ) ; <nl> - return options . type ( ) . copy ( tensor , non_blocking ) ; <nl> + return at : : getMaybeVariableType ( options ) . copy ( tensor , non_blocking ) ; <nl> } <nl> } / / namespace detail <nl> <nl> mmm a / test / cpp / api / tensor_options . cpp <nl> ppp b / test / cpp / api / tensor_options . cpp <nl> TEST_CASE ( " TensorOptions / DefaultsToTheRightValues " ) { <nl> <nl> TEST_CASE ( " TensorOptions / ReturnsTheCorrectType " ) { <nl> auto options = TensorOptions ( ) . device ( kCPU ) . dtype ( kInt ) . layout ( kSparse ) ; <nl> - REQUIRE ( options . type ( ) = = getNonVariableType ( Backend : : SparseCPU , kInt ) ) ; <nl> + REQUIRE ( at : : getMaybeVariableType ( options ) = = getNonVariableType ( Backend : : SparseCPU , kInt ) ) ; <nl> } <nl> <nl> TEST_CASE ( " TensorOptions / UtilityFunctionsReturnTheRightTensorOptions " ) { <nl> mmm a / tools / autograd / gen_python_functions . py <nl> ppp b / tools / autograd / gen_python_functions . py <nl> def append_actuals_formals ( actual , formal ) : <nl> env [ ' actuals ' ] = actuals <nl> <nl> if has_tensor_options : <nl> - env [ ' initialize_cuda ' ] = ' maybe_initialize_cuda ( options . type ( ) ) ; ' <nl> + env [ ' initialize_cuda ' ] = ' maybe_initialize_cuda ( at : : getMaybeVariableType ( options ) ) ; ' <nl> else : <nl> env [ ' initialize_cuda ' ] = ' maybe_initialize_cuda ( { } ) ; ' . format ( type_args [ 0 ] [ ' name ' ] ) if type_args else ' ' <nl> <nl> mmm a / tools / autograd / templates / python_torch_functions . cpp <nl> ppp b / tools / autograd / templates / python_torch_functions . cpp <nl> inline Tensor dispatch_arange ( Scalar end , Tensor result ) { <nl> } <nl> <nl> inline Tensor dispatch_arange ( Scalar end , const TensorOptions & options ) { <nl> - maybe_initialize_cuda ( options . type ( ) ) ; <nl> + maybe_initialize_cuda ( at : : getMaybeVariableType ( options ) ) ; <nl> AutoNoGIL no_gil ; <nl> return torch : : arange ( end , options ) ; <nl> } <nl> inline Tensor dispatch_arange ( Scalar start , Scalar end , Scalar step , Tensor resu <nl> } <nl> <nl> inline Tensor dispatch_arange ( Scalar start , Scalar end , Scalar step , const TensorOptions & options ) { <nl> - maybe_initialize_cuda ( options . type ( ) ) ; <nl> + maybe_initialize_cuda ( at : : getMaybeVariableType ( options ) ) ; <nl> AutoNoGIL no_gil ; <nl> return torch : : arange ( start , end , step , options ) ; <nl> } <nl> inline Tensor dispatch_range ( Scalar start , Scalar end , Scalar step , Tensor resul <nl> } <nl> <nl> inline Tensor dispatch_range ( Scalar start , Scalar end , Scalar step , const TensorOptions & options ) { <nl> - maybe_initialize_cuda ( options . type ( ) ) ; <nl> + maybe_initialize_cuda ( at : : getMaybeVariableType ( options ) ) ; <nl> AutoNoGIL no_gil ; <nl> DeviceGuard device_guard ( options . device ( ) ) ; <nl> return torch : : range ( start , end , step , options ) ; <nl>
|
Get rid of type ( ) method on TensorOptions ; use at : : getType instead ( )
|
pytorch/pytorch
|
2c5ae8c4bf7bd6bc26eb848cdf8a0168e415f907
|
2018-08-31T21:27:05Z
|
mmm a / examples / Linalg / Linalg1 / include / linalg1 / ConvertToLLVMDialect . h <nl> ppp b / examples / Linalg / Linalg1 / include / linalg1 / ConvertToLLVMDialect . h <nl> <nl> # include < memory > <nl> <nl> namespace mlir { <nl> + class ConversionPattern ; <nl> class DialectConversion ; <nl> - class DialectConversionPattern ; <nl> class MLIRContext ; <nl> class Module ; <nl> class RewritePattern ; <nl> mmm a / examples / Linalg / Linalg1 / lib / ConvertToLLVMDialect . cpp <nl> ppp b / examples / Linalg / Linalg1 / lib / ConvertToLLVMDialect . cpp <nl> static ArrayAttr makePositionAttr ( FuncBuilder & builder , <nl> } <nl> <nl> / / RangeOp creates a new range descriptor . <nl> - class RangeOpConversion : public DialectConversionPattern { <nl> + class RangeOpConversion : public ConversionPattern { <nl> public : <nl> explicit RangeOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( linalg : : RangeOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( linalg : : RangeOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class RangeOpConversion : public DialectConversionPattern { <nl> } <nl> } ; <nl> <nl> - class ViewOpConversion : public DialectConversionPattern { <nl> + class ViewOpConversion : public ConversionPattern { <nl> public : <nl> explicit ViewOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( linalg : : ViewOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( linalg : : ViewOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class ViewOpConversion : public DialectConversionPattern { <nl> } <nl> } ; <nl> <nl> - class SliceOpConversion : public DialectConversionPattern { <nl> + class SliceOpConversion : public ConversionPattern { <nl> public : <nl> explicit SliceOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( linalg : : SliceOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( linalg : : SliceOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class SliceOpConversion : public DialectConversionPattern { <nl> <nl> / / When converting the " some_consumer " operation , don ' t emit anything and <nl> / / effectively drop it . <nl> - class DropConsumer : public DialectConversionPattern { <nl> + class DropConsumer : public ConversionPattern { <nl> public : <nl> explicit DropConsumer ( MLIRContext * context ) <nl> - : DialectConversionPattern ( " some_consumer " , 1 , context ) { } <nl> + : ConversionPattern ( " some_consumer " , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> mmm a / examples / Linalg / Linalg3 / lib / ConvertToLLVMDialect . cpp <nl> ppp b / examples / Linalg / Linalg3 / lib / ConvertToLLVMDialect . cpp <nl> static ArrayAttr makePositionAttr ( FuncBuilder & builder , <nl> namespace { <nl> / / Common functionality for Linalg LoadOp and StoreOp conversion to the <nl> / / LLVM IR Dialect . <nl> - template < typename Op > <nl> - class LoadStoreOpConversion : public DialectConversionPattern { <nl> + template < typename Op > class LoadStoreOpConversion : public ConversionPattern { <nl> public : <nl> explicit LoadStoreOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( Op : : getOperationName ( ) , 1 , context ) { } <nl> + : ConversionPattern ( Op : : getOperationName ( ) , 1 , context ) { } <nl> using Base = LoadStoreOpConversion < Op > ; <nl> <nl> / / Compute the pointer to an element of the buffer underlying the view given <nl> mmm a / examples / toy / Ch5 / mlir / EarlyLowering . cpp <nl> ppp b / examples / toy / Ch5 / mlir / EarlyLowering . cpp <nl> Value * memRefTypeCast ( FuncBuilder & builder , Value * val ) { <nl> <nl> / / / Lower toy . mul to Linalg ` matmul ` . <nl> / / / <nl> - / / / This class inherit from ` DialectConversionPattern ` and override ` rewrite ` , <nl> + / / / This class inherit from ` ConversionPattern ` and override ` rewrite ` , <nl> / / / similarly to the PatternRewriter introduced in the previous chapter . <nl> / / / It will be called by the DialectConversion framework ( see ` LateLowering ` <nl> / / / class below ) . <nl> - class MulOpConversion : public DialectConversionPattern { <nl> + class MulOpConversion : public ConversionPattern { <nl> public : <nl> explicit MulOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : MulOp : : getOperationName ( ) , 1 , context ) { } <nl> + : ConversionPattern ( toy : : MulOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> mmm a / examples / toy / Ch5 / mlir / LateLowering . cpp <nl> ppp b / examples / toy / Ch5 / mlir / LateLowering . cpp <nl> Value * memRefTypeCast ( FuncBuilder & builder , Value * val ) { <nl> <nl> / / / Lower a toy . add to an affine loop nest . <nl> / / / <nl> - / / / This class inherit from ` DialectConversionPattern ` and override ` rewrite ` , <nl> + / / / This class inherit from ` ConversionPattern ` and override ` rewrite ` , <nl> / / / similarly to the PatternRewriter introduced in the previous chapter . <nl> / / / It will be called by the DialectConversion framework ( see ` LateLowering ` <nl> / / / class below ) . <nl> - class AddOpConversion : public DialectConversionPattern { <nl> + class AddOpConversion : public ConversionPattern { <nl> public : <nl> explicit AddOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : AddOp : : getOperationName ( ) , 1 , context ) { } <nl> + : ConversionPattern ( toy : : AddOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> / / / Lower the ` op ` by generating IR using the ` rewriter ` builder . The builder <nl> / / / is setup with a new function , the ` operands ` array has been populated with <nl> class AddOpConversion : public DialectConversionPattern { <nl> <nl> / / / Lowers ` toy . print ` to a loop nest calling ` printf ` on every individual <nl> / / / elements of the array . <nl> - class PrintOpConversion : public DialectConversionPattern { <nl> + class PrintOpConversion : public ConversionPattern { <nl> public : <nl> explicit PrintOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : PrintOp : : getOperationName ( ) , 1 , context ) { <nl> - } <nl> + : ConversionPattern ( toy : : PrintOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class PrintOpConversion : public DialectConversionPattern { <nl> } ; <nl> <nl> / / / Lowers constant to a sequence of store in a buffer . <nl> - class ConstantOpConversion : public DialectConversionPattern { <nl> + class ConstantOpConversion : public ConversionPattern { <nl> public : <nl> explicit ConstantOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : ConstantOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( toy : : ConstantOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class ConstantOpConversion : public DialectConversionPattern { <nl> } ; <nl> <nl> / / / Lower transpose operation to an affine loop nest . <nl> - class TransposeOpConversion : public DialectConversionPattern { <nl> + class TransposeOpConversion : public ConversionPattern { <nl> public : <nl> explicit TransposeOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : TransposeOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( toy : : TransposeOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> class TransposeOpConversion : public DialectConversionPattern { <nl> } ; <nl> <nl> / / Lower toy . return to standard return operation . <nl> - class ReturnOpConversion : public DialectConversionPattern { <nl> + class ReturnOpConversion : public ConversionPattern { <nl> public : <nl> explicit ReturnOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : ReturnOp : : getOperationName ( ) , 1 , <nl> - context ) { } <nl> + : ConversionPattern ( toy : : ReturnOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> PatternRewriter & rewriter ) const override { <nl> mmm a / g3doc / Tutorials / Linalg / LLVMConversion . md <nl> ppp b / g3doc / Tutorials / Linalg / LLVMConversion . md <nl> offset , the min / max values or the strides . Their static ( constant ) dimensions <nl> are available directly in the type signature . <nl> <nl> An operation conversion is defined as special pattern by inheriting from <nl> - ` mlir : : DialectConversionPattern ` and by reimplementing the matching and the <nl> - rewriting functions : <nl> + ` mlir : : ConversionPattern ` and by reimplementing the matching and the rewriting <nl> + functions : <nl> <nl> ` ` ` c + + <nl> - class ViewOpConversion : public DialectConversionPattern { <nl> + class ViewOpConversion : public ConversionPattern { <nl> public : <nl> / / A conversion constructor , may take arbtirary operands but must be able <nl> / / to obtain an MLIRContext from them to call the parent constructor . <nl> public : <nl> } <nl> ` ` ` <nl> <nl> - The ` DialectConversionPattern ` constructor takes , in addition to the context , <nl> - the name of the main operation to be matched and the " benefit " of a match . These <nl> - operands are intended to be useful for defining an optimization problem across <nl> - multiple possible conversions but are currently ignored by the conversion <nl> - framework . <nl> + The ` ConversionPattern ` constructor takes , in addition to the context , the name <nl> + of the main operation to be matched and the " benefit " of a match . These operands <nl> + are intended to be useful for defining an optimization problem across multiple <nl> + possible conversions but are currently ignored by the conversion framework . <nl> <nl> ` ` ` c + + <nl> ViewOpConversion : : ViewOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( linalg : : ViewOp : : getOperationName ( ) , 1 , context ) { } <nl> + : ConversionPattern ( linalg : : ViewOp : : getOperationName ( ) , 1 , context ) { } <nl> ` ` ` <nl> <nl> The matching function can be used , for example , to apply different conversions <nl> class Lowering : public DialectConversion { <nl> protected : <nl> / / Produce a set of operation conversion patterns . This is called once per <nl> / / conversion . <nl> - llvm : : DenseSet < DialectConversionPattern * > <nl> + llvm : : DenseSet < ConversionPattern * > <nl> initConverter ( MLIRContext * context ) override { <nl> allocator . Reset ( ) ; <nl> / / Call a helper function provided by MLIR to build a set of operation <nl> mmm a / g3doc / Tutorials / Toy / Ch - 5 . md <nl> ppp b / g3doc / Tutorials / Toy / Ch - 5 . md <nl> public : <nl> SmallVectorImpl < NamedAttributeList > & convertedArgAttrs ) { / * . . . * / } <nl> <nl> / / This gets called once to set up operation converters . <nl> - llvm : : DenseSet < DialectConversionPattern * > <nl> + llvm : : DenseSet < ConversionPattern * > <nl> initConverters ( MLIRContext * context ) override { <nl> RewriteListBuilder < MulOpConversion , PrintOpConversion , <nl> TransposeOpConversion > : : build ( allocator , context ) ; <nl> Individual operation converters are following this pattern : <nl> ` ` ` c + + <nl> / / / Lower a toy . add to an affine loop nest . <nl> / / / <nl> - / / / This class inherit from ` DialectConversionPattern ` and override ` rewrite ` , <nl> + / / / This class inherit from ` ConversionPattern ` and override ` rewrite ` , <nl> / / / similarly to the PatternRewriter introduced in the previous chapter . <nl> / / / It will be called by the DialectConversion framework ( see ` LateLowering ` <nl> / / / class below ) . <nl> - class AddOpConversion : public DialectConversionPattern { <nl> + class AddOpConversion : public ConversionPattern { <nl> public : <nl> explicit AddOpConversion ( MLIRContext * context ) <nl> - : DialectConversionPattern ( toy : : AddOp : : getOperationName ( ) , 1 , context ) { } <nl> + : ConversionPattern ( toy : : AddOp : : getOperationName ( ) , 1 , context ) { } <nl> <nl> / / / Lower the ` op ` by generating IR using the ` rewriter ` builder . The builder <nl> / / / is setup with a new function , the ` operands ` array has been populated with <nl> mmm a / include / mlir / LLVMIR / LLVMLowering . h <nl> ppp b / include / mlir / LLVMIR / LLVMLowering . h <nl> class LLVMLowering : public DialectConversion { <nl> / / / Base class for operation conversions targeting the LLVM IR dialect . Provides <nl> / / / conversion patterns with an access to the containing LLVMLowering for the <nl> / / / purpose of type conversions . <nl> - class LLVMOpLowering : public DialectConversionPattern { <nl> + class LLVMOpLowering : public ConversionPattern { <nl> public : <nl> LLVMOpLowering ( StringRef rootOpName , MLIRContext * context , <nl> LLVMLowering & lowering ) ; <nl> mmm a / include / mlir / Transforms / DialectConversion . h <nl> ppp b / include / mlir / Transforms / DialectConversion . h <nl> class Operation ; <nl> class Type ; <nl> class Value ; <nl> <nl> - / / / Base class for the dialect conversion patterns that require type changes . <nl> - / / / Specific conversions must derive this class and implement least one <nl> - / / / ` rewrite ` method . <nl> + / / / Base class for the conversion patterns that require type changes . Specific <nl> + / / / conversions must derive this class and implement least one ` rewrite ` method . <nl> / / / NOTE : These conversion patterns can only be used with the ' apply * ' methods <nl> / / / below . <nl> - class DialectConversionPattern : public RewritePattern { <nl> + class ConversionPattern : public RewritePattern { <nl> public : <nl> - / / / Construct an DialectConversionPattern . ` rootName ` must correspond to the <nl> + / / / Construct an ConversionPattern . ` rootName ` must correspond to the <nl> / / / canonical name of the first operation matched by the pattern . <nl> - DialectConversionPattern ( StringRef rootName , PatternBenefit benefit , <nl> - MLIRContext * ctx ) <nl> + ConversionPattern ( StringRef rootName , PatternBenefit benefit , <nl> + MLIRContext * ctx ) <nl> : RewritePattern ( rootName , benefit , ctx ) { } <nl> <nl> / / / Hook for derived classes to implement matching . Dialect conversion <nl> class DialectConversionPattern : public RewritePattern { <nl> / / / operation matched by the pattern , ` operands ` is a list of rewritten values <nl> / / / that are passed to this operation , ` rewriter ` can be used to emit the new <nl> / / / operations . This function must be reimplemented if the <nl> - / / / DialectConversionPattern ever needs to replace an operation that does not <nl> + / / / ConversionPattern ever needs to replace an operation that does not <nl> / / / have successors . This function should not fail . If some specific cases of <nl> / / / the operation are not supported , these cases should not be matched . <nl> virtual void rewrite ( Operation * op , ArrayRef < Value * > operands , <nl> class DialectConversionPattern : public RewritePattern { <nl> / / / of ( potentially rewritten ) successor blocks , ` operands ` is a list of lists <nl> / / / of rewritten values passed to each of the successors , co - indexed with <nl> / / / ` destinations ` , ` rewriter ` can be used to emit the new operations . It must <nl> - / / / be reimplemented if the DialectConversionPattern ever needs to replace a <nl> + / / / be reimplemented if the ConversionPattern ever needs to replace a <nl> / / / terminator operation that has successors . This function should not fail <nl> / / / the pass . If some specific cases of the operation are not supported , <nl> / / / these cases should not be matched . <nl> mmm a / lib / LLVMIR / Transforms / ConvertToLLVMDialect . cpp <nl> ppp b / lib / LLVMIR / Transforms / ConvertToLLVMDialect . cpp <nl> static Type getMemRefElementPtrType ( MemRefType t , LLVMLowering & lowering ) { <nl> <nl> LLVMOpLowering : : LLVMOpLowering ( StringRef rootOpName , MLIRContext * context , <nl> LLVMLowering & lowering_ ) <nl> - : DialectConversionPattern ( rootOpName , / * benefit = * / 1 , context ) , <nl> + : ConversionPattern ( rootOpName , / * benefit = * / 1 , context ) , <nl> lowering ( lowering_ ) { } <nl> <nl> namespace { <nl> mmm a / lib / Transforms / DialectConversion . cpp <nl> ppp b / lib / Transforms / DialectConversion . cpp <nl> constexpr StringLiteral ArgConverter : : kCastName ; <nl> / / DialectConversionRewriter <nl> / / = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - = = = / / <nl> <nl> - / / / This class implements a pattern rewriter for DialectConversionPattern <nl> + / / / This class implements a pattern rewriter for ConversionPattern <nl> / / / patterns . It automatically performs remapping of replaced operation values . <nl> struct DialectConversionRewriter final : public PatternRewriter { <nl> / / / This class represents one requested operation replacement via ' replaceOp ' . <nl> struct DialectConversionRewriter final : public PatternRewriter { <nl> } / / end anonymous namespace <nl> <nl> / / = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - = = = / / <nl> - / / DialectConversionPattern <nl> + / / ConversionPattern <nl> / / = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - = = = / / <nl> <nl> / / / Rewrite the IR rooted at the specified operation with the result of this <nl> / / / pattern . If an unexpected error is encountered ( an internal compiler <nl> / / / error ) , it is emitted through the normal MLIR diagnostic hooks and the IR is <nl> / / / left in a valid state . <nl> - void DialectConversionPattern : : rewrite ( Operation * op , <nl> - PatternRewriter & rewriter ) const { <nl> + void ConversionPattern : : rewrite ( Operation * op , <nl> + PatternRewriter & rewriter ) const { <nl> SmallVector < Value * , 4 > operands ; <nl> auto & dialectRewriter = static_cast < DialectConversionRewriter & > ( rewriter ) ; <nl> dialectRewriter . remapValues ( op - > getOperands ( ) , operands ) ; <nl>
|
NFC : Rename DialectConversionPattern to ConversionPattern .
|
tensorflow/tensorflow
|
5d69f66b8cea29d090695a10434f68e0954b9b40
|
2019-06-02T03:00:13Z
|
new file mode 100644 <nl> index 00000000000 . . c246531a183 <nl> mmm / dev / null <nl> ppp b / tools / turbolizer / src / resizer . ts <nl> <nl> + / / Copyright 2019 the V8 project authors . All rights reserved . <nl> + / / Use of this source code is governed by a BSD - style license that can be <nl> + / / found in the LICENSE file . <nl> + <nl> + import * as d3 from " d3 " <nl> + import * as C from " . . / src / constants " <nl> + <nl> + class Snapper { <nl> + resizer : Resizer ; <nl> + sourceExpand : HTMLElement ; <nl> + sourceCollapse : HTMLElement ; <nl> + disassemblyExpand : HTMLElement ; <nl> + disassemblyCollapse : HTMLElement ; <nl> + <nl> + constructor ( resizer : Resizer ) { <nl> + this . resizer = resizer ; <nl> + this . sourceExpand = document . getElementById ( C . SOURCE_EXPAND_ID ) ; <nl> + this . sourceCollapse = document . getElementById ( C . SOURCE_COLLAPSE_ID ) ; <nl> + this . disassemblyExpand = document . getElementById ( C . DISASSEMBLY_EXPAND_ID ) ; <nl> + this . disassemblyCollapse = document . getElementById ( C . DISASSEMBLY_COLLAPSE_ID ) ; <nl> + <nl> + document . getElementById ( " source - collapse " ) . addEventListener ( " click " , ( ) = > { <nl> + this . setSourceExpanded ( ! this . sourceExpand . classList . contains ( " invisible " ) ) ; <nl> + this . resizer . updatePanes ( ) ; <nl> + } ) ; <nl> + document . getElementById ( " disassembly - collapse " ) . addEventListener ( " click " , ( ) = > { <nl> + this . setDisassemblyExpanded ( ! this . disassemblyExpand . classList . contains ( " invisible " ) ) ; <nl> + this . resizer . updatePanes ( ) ; <nl> + } ) ; <nl> + } <nl> + <nl> + restoreExpandedState ( ) : void { <nl> + this . setSourceExpanded ( this . getLastExpandedState ( " source " , true ) ) ; <nl> + this . setDisassemblyExpanded ( this . getLastExpandedState ( " disassembly " , false ) ) ; <nl> + } <nl> + <nl> + getLastExpandedState ( type : string , default_state : boolean ) : boolean { <nl> + var state = window . sessionStorage . getItem ( " expandedState - " + type ) ; <nl> + if ( state = = = null ) return default_state ; <nl> + return state = = = ' true ' ; <nl> + } <nl> + <nl> + sourceExpandUpdate ( newState : boolean ) : void { <nl> + window . sessionStorage . setItem ( " expandedState - source " , ` $ { newState } ` ) ; <nl> + this . sourceExpand . classList . toggle ( " invisible " , newState ) ; <nl> + this . sourceCollapse . classList . toggle ( " invisible " , ! newState ) ; <nl> + } <nl> + <nl> + setSourceExpanded ( newState : boolean ) : void { <nl> + if ( this . sourceExpand . classList . contains ( " invisible " ) = = = newState ) return ; <nl> + const resizer = this . resizer ; <nl> + this . sourceExpandUpdate ( newState ) ; <nl> + if ( newState ) { <nl> + resizer . sep_left = resizer . sep_left_snap ; <nl> + resizer . sep_left_snap = 0 ; <nl> + } else { <nl> + resizer . sep_left_snap = resizer . sep_left ; <nl> + resizer . sep_left = 0 ; <nl> + } <nl> + } <nl> + <nl> + disassemblyExpandUpdate ( newState : boolean ) : void { <nl> + window . sessionStorage . setItem ( " expandedState - disassembly " , ` $ { newState } ` ) ; <nl> + this . disassemblyExpand . classList . toggle ( " invisible " , newState ) ; <nl> + this . disassemblyCollapse . classList . toggle ( " invisible " , ! newState ) ; <nl> + } <nl> + <nl> + setDisassemblyExpanded ( newState : boolean ) : void { <nl> + if ( this . disassemblyExpand . classList . contains ( " invisible " ) = = = newState ) return ; <nl> + const resizer = this . resizer ; <nl> + this . disassemblyExpandUpdate ( newState ) ; <nl> + if ( newState ) { <nl> + resizer . sep_right = resizer . sep_right_snap ; <nl> + resizer . sep_right_snap = resizer . client_width ; <nl> + } else { <nl> + resizer . sep_right_snap = resizer . sep_right ; <nl> + resizer . sep_right = resizer . client_width ; <nl> + } <nl> + } <nl> + <nl> + panesUpdated ( ) : void { <nl> + this . sourceExpandUpdate ( this . resizer . sep_left > this . resizer . dead_width ) ; <nl> + this . disassemblyExpandUpdate ( this . resizer . sep_right < <nl> + ( this . resizer . client_width - this . resizer . dead_width ) ) ; <nl> + } <nl> + } <nl> + <nl> + export class Resizer { <nl> + snapper : Snapper ; <nl> + dead_width : number ; <nl> + client_width : number ; <nl> + left : HTMLElement ; <nl> + right : HTMLElement ; <nl> + middle : HTMLElement ; <nl> + sep_left : number ; <nl> + sep_right : number ; <nl> + sep_left_snap : number ; <nl> + sep_right_snap : number ; <nl> + sep_width_offset : number ; <nl> + panes_updated_callback : ( ) = > void ; <nl> + resizer_right : d3 . Selection < HTMLDivElement , any , any , any > ; <nl> + resizer_left : d3 . Selection < HTMLDivElement , any , any , any > ; <nl> + <nl> + constructor ( panes_updated_callback : ( ) = > void , dead_width : number ) { <nl> + let resizer = this ; <nl> + resizer . panes_updated_callback = panes_updated_callback ; <nl> + resizer . dead_width = dead_width <nl> + resizer . left = document . getElementById ( C . SOURCE_PANE_ID ) ; <nl> + resizer . middle = document . getElementById ( C . INTERMEDIATE_PANE_ID ) ; <nl> + resizer . right = document . getElementById ( C . GENERATED_PANE_ID ) ; <nl> + resizer . resizer_left = d3 . select ( ' # resizer - left ' ) ; <nl> + resizer . resizer_right = d3 . select ( ' # resizer - right ' ) ; <nl> + resizer . sep_left_snap = 0 ; <nl> + resizer . sep_right_snap = 0 ; <nl> + / / Offset to prevent resizers from sliding slightly over one another . <nl> + resizer . sep_width_offset = 7 ; <nl> + this . updateWidths ( ) ; <nl> + <nl> + let dragResizeLeft = d3 . drag ( ) <nl> + . on ( ' drag ' , function ( ) { <nl> + let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> + resizer . sep_left = Math . min ( Math . max ( 0 , x ) , resizer . sep_right - resizer . sep_width_offset ) ; <nl> + resizer . updatePanes ( ) ; <nl> + } ) <nl> + . on ( ' start ' , function ( ) { <nl> + resizer . resizer_left . classed ( " dragged " , true ) ; <nl> + let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> + if ( x > dead_width ) { <nl> + resizer . sep_left_snap = resizer . sep_left ; <nl> + } <nl> + } ) <nl> + . on ( ' end ' , function ( ) { <nl> + if ( ! resizer . isRightSnapped ( ) ) { <nl> + window . sessionStorage . setItem ( " source - pane - width " , ` $ { resizer . sep_left / resizer . client_width } ` ) ; <nl> + } <nl> + resizer . resizer_left . classed ( " dragged " , false ) ; <nl> + } ) ; <nl> + resizer . resizer_left . call ( dragResizeLeft ) ; <nl> + <nl> + let dragResizeRight = d3 . drag ( ) <nl> + . on ( ' drag ' , function ( ) { <nl> + let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> + resizer . sep_right = Math . max ( resizer . sep_left + resizer . sep_width_offset , Math . min ( x , resizer . client_width ) ) ; <nl> + resizer . updatePanes ( ) ; <nl> + } ) <nl> + . on ( ' start ' , function ( ) { <nl> + resizer . resizer_right . classed ( " dragged " , true ) ; <nl> + let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> + if ( x < ( resizer . client_width - dead_width ) ) { <nl> + resizer . sep_right_snap = resizer . sep_right ; <nl> + } <nl> + } ) <nl> + . on ( ' end ' , function ( ) { <nl> + if ( ! resizer . isRightSnapped ( ) ) { <nl> + console . log ( ` disassembly - pane - width $ { resizer . sep_right } ` ) <nl> + window . sessionStorage . setItem ( " disassembly - pane - width " , ` $ { resizer . sep_right / resizer . client_width } ` ) ; <nl> + } <nl> + resizer . resizer_right . classed ( " dragged " , false ) ; <nl> + } ) ; ; <nl> + resizer . resizer_right . call ( dragResizeRight ) ; <nl> + window . onresize = function ( ) { <nl> + resizer . updateWidths ( ) ; <nl> + resizer . updatePanes ( ) ; <nl> + } ; <nl> + resizer . snapper = new Snapper ( resizer ) ; <nl> + resizer . snapper . restoreExpandedState ( ) ; <nl> + } <nl> + <nl> + isLeftSnapped ( ) { <nl> + return this . sep_left = = = 0 ; <nl> + } <nl> + <nl> + isRightSnapped ( ) { <nl> + return this . sep_right > = this . client_width - 1 ; <nl> + } <nl> + <nl> + updatePanes ( ) { <nl> + let left_snapped = this . isLeftSnapped ( ) ; <nl> + let right_snapped = this . isRightSnapped ( ) ; <nl> + this . resizer_left . classed ( " snapped " , left_snapped ) ; <nl> + this . resizer_right . classed ( " snapped " , right_snapped ) ; <nl> + this . left . style . width = this . sep_left + ' px ' ; <nl> + this . middle . style . width = ( this . sep_right - this . sep_left ) + ' px ' ; <nl> + this . right . style . width = ( this . client_width - this . sep_right ) + ' px ' ; <nl> + this . resizer_left . style ( ' left ' , this . sep_left + ' px ' ) ; <nl> + this . resizer_right . style ( ' right ' , ( this . client_width - this . sep_right - 1 ) + ' px ' ) ; <nl> + <nl> + this . snapper . panesUpdated ( ) ; <nl> + this . panes_updated_callback ( ) ; <nl> + } <nl> + <nl> + updateWidths ( ) { <nl> + this . client_width = document . body . getBoundingClientRect ( ) . width ; <nl> + const sep_left = window . sessionStorage . getItem ( " source - pane - width " ) ; <nl> + this . sep_left = this . client_width * ( sep_left ? Number . parseFloat ( sep_left ) : ( 1 / 3 ) ) ; <nl> + const sep_right = window . sessionStorage . getItem ( " disassembly - pane - width " ) ; <nl> + this . sep_right = this . client_width * ( sep_right ? Number . parseFloat ( sep_right ) : ( 2 / 3 ) ) ; <nl> + } <nl> + } <nl> mmm a / tools / turbolizer / src / turbo - visualizer . ts <nl> ppp b / tools / turbolizer / src / turbo - visualizer . ts <nl> <nl> / / Use of this source code is governed by a BSD - style license that can be <nl> / / found in the LICENSE file . <nl> <nl> - import * as C from " . . / src / constants " <nl> + import * as d3 from " d3 " <nl> import { SourceResolver } from " . . / src / source - resolver " <nl> import { SelectionBroker } from " . . / src / selection - broker " <nl> import { DisassemblyView } from " . . / src / disassembly - view " <nl> import { GraphMultiView } from " . . / src / graphmultiview " <nl> import { CodeMode , CodeView } from " . . / src / code - view " <nl> import { Tabs } from " . . / src / tabs " <nl> - import * as d3 from " d3 " <nl> - <nl> - class Snapper { <nl> - resizer : Resizer ; <nl> - sourceExpand : HTMLElement ; <nl> - sourceCollapse : HTMLElement ; <nl> - disassemblyExpand : HTMLElement ; <nl> - disassemblyCollapse : HTMLElement ; <nl> - <nl> - constructor ( resizer : Resizer ) { <nl> - this . resizer = resizer ; <nl> - this . sourceExpand = document . getElementById ( C . SOURCE_EXPAND_ID ) ; <nl> - this . sourceCollapse = document . getElementById ( C . SOURCE_COLLAPSE_ID ) ; <nl> - this . disassemblyExpand = document . getElementById ( C . DISASSEMBLY_EXPAND_ID ) ; <nl> - this . disassemblyCollapse = document . getElementById ( C . DISASSEMBLY_COLLAPSE_ID ) ; <nl> - <nl> - document . getElementById ( " source - collapse " ) . addEventListener ( " click " , ( ) = > { <nl> - this . toggleSourceExpanded ( ) ; <nl> - } ) ; <nl> - document . getElementById ( " disassembly - collapse " ) . addEventListener ( " click " , ( ) = > { <nl> - this . toggleDisassemblyExpanded ( ) ; <nl> - } ) ; <nl> - } <nl> - <nl> - restoreExpandedState ( ) : void { <nl> - this . setSourceExpanded ( this . getLastExpandedState ( " source " , true ) ) ; <nl> - this . setDisassemblyExpanded ( this . getLastExpandedState ( " disassembly " , false ) ) ; <nl> - } <nl> - <nl> - getLastExpandedState ( type : string , default_state : boolean ) : boolean { <nl> - var state = window . sessionStorage . getItem ( " expandedState - " + type ) ; <nl> - if ( state = = = null ) return default_state ; <nl> - return state = = = ' true ' ; <nl> - } <nl> - <nl> - toggleSourceExpanded ( ) : void { <nl> - this . setSourceExpanded ( ! this . sourceExpand . classList . contains ( " invisible " ) ) ; <nl> - } <nl> - <nl> - sourceExpandUpdate ( newState : boolean ) : void { <nl> - window . sessionStorage . setItem ( " expandedState - source " , ` $ { newState } ` ) ; <nl> - this . sourceExpand . classList . toggle ( " invisible " , newState ) ; <nl> - this . sourceCollapse . classList . toggle ( " invisible " , ! newState ) ; <nl> - } <nl> - <nl> - setSourceExpanded ( newState : boolean ) : void { <nl> - if ( this . sourceExpand . classList . contains ( " invisible " ) = = = newState ) return ; <nl> - const resizer = this . resizer ; <nl> - this . sourceExpandUpdate ( newState ) ; <nl> - if ( newState ) { <nl> - resizer . sep_left = resizer . sep_left_snap ; <nl> - resizer . sep_left_snap = 0 ; <nl> - } else { <nl> - resizer . sep_left_snap = resizer . sep_left ; <nl> - resizer . sep_left = 0 ; <nl> - } <nl> - resizer . updatePanes ( ) ; <nl> - } <nl> - <nl> - toggleDisassemblyExpanded ( ) : void { <nl> - this . setDisassemblyExpanded ( ! this . disassemblyExpand . classList . contains ( " invisible " ) ) ; <nl> - } <nl> - <nl> - disassemblyExpandUpdate ( newState : boolean ) : void { <nl> - window . sessionStorage . setItem ( " expandedState - disassembly " , ` $ { newState } ` ) ; <nl> - this . disassemblyExpand . classList . toggle ( " invisible " , newState ) ; <nl> - this . disassemblyCollapse . classList . toggle ( " invisible " , ! newState ) ; <nl> - } <nl> - <nl> - setDisassemblyExpanded ( newState : boolean ) : void { <nl> - if ( this . disassemblyExpand . classList . contains ( " invisible " ) = = = newState ) return ; <nl> - const resizer = this . resizer ; <nl> - this . disassemblyExpandUpdate ( newState ) ; <nl> - if ( newState ) { <nl> - resizer . sep_right = resizer . sep_right_snap ; <nl> - resizer . sep_right_snap = resizer . client_width ; <nl> - } else { <nl> - resizer . sep_right_snap = resizer . sep_right ; <nl> - resizer . sep_right = resizer . client_width ; <nl> - } <nl> - resizer . updatePanes ( ) ; <nl> - } <nl> - <nl> - panesUpdated ( ) : void { <nl> - this . sourceExpandUpdate ( this . resizer . sep_left > this . resizer . dead_width ) ; <nl> - this . disassemblyExpandUpdate ( this . resizer . sep_right < <nl> - ( this . resizer . client_width - this . resizer . dead_width ) ) ; <nl> - } <nl> - } <nl> - <nl> - class Resizer { <nl> - snapper : Snapper ; <nl> - dead_width : number ; <nl> - client_width : number ; <nl> - left : HTMLElement ; <nl> - right : HTMLElement ; <nl> - middle : HTMLElement ; <nl> - sep_left : number ; <nl> - sep_right : number ; <nl> - sep_left_snap : number ; <nl> - sep_right_snap : number ; <nl> - sep_width_offset : number ; <nl> - panes_updated_callback : ( ) = > void ; <nl> - resizer_right : d3 . Selection < HTMLDivElement , any , any , any > ; <nl> - resizer_left : d3 . Selection < HTMLDivElement , any , any , any > ; <nl> - <nl> - constructor ( panes_updated_callback : ( ) = > void , dead_width : number ) { <nl> - let resizer = this ; <nl> - resizer . panes_updated_callback = panes_updated_callback ; <nl> - resizer . dead_width = dead_width <nl> - resizer . left = document . getElementById ( C . SOURCE_PANE_ID ) ; <nl> - resizer . middle = document . getElementById ( C . INTERMEDIATE_PANE_ID ) ; <nl> - resizer . right = document . getElementById ( C . GENERATED_PANE_ID ) ; <nl> - resizer . resizer_left = d3 . select ( ' # resizer - left ' ) ; <nl> - resizer . resizer_right = d3 . select ( ' # resizer - right ' ) ; <nl> - resizer . sep_left_snap = 0 ; <nl> - resizer . sep_right_snap = 0 ; <nl> - / / Offset to prevent resizers from sliding slightly over one another . <nl> - resizer . sep_width_offset = 7 ; <nl> - this . updateWidths ( ) ; <nl> - <nl> - let dragResizeLeft = d3 . drag ( ) <nl> - . on ( ' drag ' , function ( ) { <nl> - let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> - resizer . sep_left = Math . min ( Math . max ( 0 , x ) , resizer . sep_right - resizer . sep_width_offset ) ; <nl> - resizer . updatePanes ( ) ; <nl> - } ) <nl> - . on ( ' start ' , function ( ) { <nl> - resizer . resizer_left . classed ( " dragged " , true ) ; <nl> - let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> - if ( x > dead_width ) { <nl> - resizer . sep_left_snap = resizer . sep_left ; <nl> - } <nl> - } ) <nl> - . on ( ' end ' , function ( ) { <nl> - if ( ! resizer . isRightSnapped ( ) ) { <nl> - window . sessionStorage . setItem ( " source - pane - width " , ` $ { resizer . sep_left / resizer . client_width } ` ) ; <nl> - } <nl> - resizer . resizer_left . classed ( " dragged " , false ) ; <nl> - } ) ; <nl> - resizer . resizer_left . call ( dragResizeLeft ) ; <nl> - <nl> - let dragResizeRight = d3 . drag ( ) <nl> - . on ( ' drag ' , function ( ) { <nl> - let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> - resizer . sep_right = Math . max ( resizer . sep_left + resizer . sep_width_offset , Math . min ( x , resizer . client_width ) ) ; <nl> - resizer . updatePanes ( ) ; <nl> - } ) <nl> - . on ( ' start ' , function ( ) { <nl> - resizer . resizer_right . classed ( " dragged " , true ) ; <nl> - let x = d3 . mouse ( this . parentElement ) [ 0 ] ; <nl> - if ( x < ( resizer . client_width - dead_width ) ) { <nl> - resizer . sep_right_snap = resizer . sep_right ; <nl> - } <nl> - } ) <nl> - . on ( ' end ' , function ( ) { <nl> - if ( ! resizer . isRightSnapped ( ) ) { <nl> - console . log ( ` disassembly - pane - width $ { resizer . sep_right } ` ) <nl> - window . sessionStorage . setItem ( " disassembly - pane - width " , ` $ { resizer . sep_right / resizer . client_width } ` ) ; <nl> - } <nl> - resizer . resizer_right . classed ( " dragged " , false ) ; <nl> - } ) ; ; <nl> - resizer . resizer_right . call ( dragResizeRight ) ; <nl> - window . onresize = function ( ) { <nl> - resizer . updateWidths ( ) ; <nl> - resizer . updatePanes ( ) ; <nl> - } ; <nl> - resizer . snapper = new Snapper ( resizer ) ; <nl> - resizer . snapper . restoreExpandedState ( ) ; <nl> - } <nl> - <nl> - isLeftSnapped ( ) { <nl> - return this . sep_left = = = 0 ; <nl> - } <nl> - <nl> - isRightSnapped ( ) { <nl> - return this . sep_right > = this . client_width - 1 ; <nl> - } <nl> - <nl> - updatePanes ( ) { <nl> - let left_snapped = this . isLeftSnapped ( ) ; <nl> - let right_snapped = this . isRightSnapped ( ) ; <nl> - this . resizer_left . classed ( " snapped " , left_snapped ) ; <nl> - this . resizer_right . classed ( " snapped " , right_snapped ) ; <nl> - this . left . style . width = this . sep_left + ' px ' ; <nl> - this . middle . style . width = ( this . sep_right - this . sep_left ) + ' px ' ; <nl> - this . right . style . width = ( this . client_width - this . sep_right ) + ' px ' ; <nl> - this . resizer_left . style ( ' left ' , this . sep_left + ' px ' ) ; <nl> - this . resizer_right . style ( ' right ' , ( this . client_width - this . sep_right - 1 ) + ' px ' ) ; <nl> - <nl> - this . snapper . panesUpdated ( ) ; <nl> - this . panes_updated_callback ( ) ; <nl> - } <nl> - <nl> - updateWidths ( ) { <nl> - this . client_width = document . body . getBoundingClientRect ( ) . width ; <nl> - const sep_left = window . sessionStorage . getItem ( " source - pane - width " ) ; <nl> - this . sep_left = this . client_width * ( sep_left ? Number . parseFloat ( sep_left ) : ( 1 / 3 ) ) ; <nl> - const sep_right = window . sessionStorage . getItem ( " disassembly - pane - width " ) ; <nl> - this . sep_right = this . client_width * ( sep_right ? Number . parseFloat ( sep_right ) : ( 2 / 3 ) ) ; <nl> - } <nl> - } <nl> + import { Resizer } from " . . / src / resizer " <nl> + import * as C from " . . / src / constants " <nl> <nl> window . onload = function ( ) { <nl> var multiview = null ; <nl> mmm a / tools / turbolizer / tsconfig . json <nl> ppp b / tools / turbolizer / tsconfig . json <nl> <nl> " src / schedule - view . ts " , <nl> " src / disassembly - view . ts " , <nl> " src / graphmultiview . ts " , <nl> - " src / turbo - visualizer . ts " <nl> + " src / turbo - visualizer . ts " , <nl> + " src / resizer . ts " <nl> ] <nl> } <nl>
|
[ turbolizer ] Move Resizer to its own file
|
v8/v8
|
94f81471276ad84810cbf2985c4a2cdbc0723f99
|
2019-01-07T11:58:51Z
|
mmm a / arangod / Makefile . files <nl> ppp b / arangod / Makefile . files <nl> arangod_libarangod_a_SOURCES = \ <nl> arangod / VocBase / replication - master . cpp \ <nl> arangod / VocBase / server . cpp \ <nl> arangod / VocBase / transaction . cpp \ <nl> - arangod / VocBase / traversal . cpp \ <nl> arangod / VocBase / voc - shaper . cpp \ <nl> arangod / VocBase / vocbase . cpp \ <nl> arangod / VocBase / vocbase - defaults . cpp \ <nl> deleted file mode 100644 <nl> index d2d0c36f676 . . 00000000000 <nl> mmm a / arangod / VocBase / traversal . h <nl> ppp / dev / null <nl> <nl> - / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> - / / / @ brief vocbase traversals <nl> - / / / <nl> - / / / @ file <nl> - / / / <nl> - / / / DISCLAIMER <nl> - / / / <nl> - / / / Copyright 2014 - 2015 ArangoDB GmbH , Cologne , Germany <nl> - / / / Copyright 2004 - 2014 triAGENS GmbH , Cologne , Germany <nl> - / / / <nl> - / / / Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> - / / / you may not use this file except in compliance with the License . <nl> - / / / You may obtain a copy of the License at <nl> - / / / <nl> - / / / http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> - / / / <nl> - / / / Unless required by applicable law or agreed to in writing , software <nl> - / / / distributed under the License is distributed on an " AS IS " BASIS , <nl> - / / / WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> - / / / See the License for the specific language governing permissions and <nl> - / / / limitations under the License . <nl> - / / / <nl> - / / / Copyright holder is ArangoDB GmbH , Cologne , Germany <nl> - / / / <nl> - / / / @ author Michael Hackstein <nl> - / / / @ author Copyright 2014 - 2015 , ArangoDB GmbH , Cologne , Germany <nl> - / / / @ author Copyright 2012 - 2013 , triAGENS GmbH , Cologne , Germany <nl> - / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> - <nl> - # ifndef ARANGODB_VOC_BASE_TRAVERSAL_H <nl> - # define ARANGODB_VOC_BASE_TRAVERSAL_H 1 <nl> - <nl> - # include " Basics / Common . h " <nl> - # include " V8 / v8 - globals . h " <nl> - # include " VocBase / document - collection . h " <nl> - <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - / / - - SECTION - - public functions <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - <nl> - void TRI_RunDijkstraSearch ( const v8 : : FunctionCallbackInfo < v8 : : Value > & args ) ; <nl> - <nl> - # endif <nl> - <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - / / - - SECTION - - END - OF - FILE <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - <nl> - / / Local Variables : <nl> - / / mode : outline - minor <nl> - / / outline - regexp : " / / / @ brief \ \ | / / / { @ inheritDoc } \ \ | / / / @ page \ \ | / / - - SECTION - - \ \ | / / / @ \ \ } " <nl> - / / End : <nl> similarity index 53 % <nl> rename from arangod / VocBase / traversal . cpp <nl> rename to lib / Basics / Traverser . cpp <nl> mmm a / arangod / VocBase / traversal . cpp <nl> ppp b / lib / Basics / Traverser . cpp <nl> <nl> / / / @ author Copyright 2012 - 2013 , triAGENS GmbH , Cologne , Germany <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> <nl> - # include " traversal . h " <nl> + # include " Traverser . h " <nl> <nl> + / * <nl> # include " v8 . h " <nl> # include " V8 / v8 - conv . h " <nl> # include " V8 / v8 - utils . h " <nl> <nl> # include " Utils / transactions . h " <nl> # include " Utils / V8ResolverGuard . h " <nl> <nl> - using namespace std ; <nl> using namespace triagens : : arango ; <nl> + * / <nl> + <nl> + using namespace std ; <nl> + using namespace triagens : : basics ; <nl> + <nl> + void Traverser : : insertNeighbor ( ThreadInfo & info , <nl> + VertexId neighbor , <nl> + VertexId predecessor , <nl> + EdgeId edge , <nl> + EdgeWeight weight <nl> + ) { <nl> + std : : lock_guard < std : : mutex > guard ( info . mutex ) ; <nl> + auto it = info . lookup . find ( neighbor ) ; <nl> + <nl> + / / Not found insert it <nl> + if ( it = = info . lookup . end ( ) ) { <nl> + info . lookup . emplace ( <nl> + neighbor , <nl> + LookupInfo ( weight , edge , predecessor ) <nl> + ) ; <nl> + return ; <nl> + } <nl> + if ( it - > second . done ) { <nl> + return ; <nl> + } <nl> + if ( it - > second . weight > weight ) { <nl> + QueueInfo q ( neighbor , it - > second . weight ) ; <nl> + info . queue . erase ( q ) ; <nl> + q . weight = weight ; <nl> + info . queue . insert ( q ) ; <nl> + it - > second . weight = weight ; <nl> + } <nl> + } ; <nl> + <nl> + void Traverser : : lookupPeer ( ThreadInfo & info , <nl> + VertexId neighbor , <nl> + EdgeWeight weight ) { <nl> + std : : lock_guard < std : : mutex > guard ( info . mutex ) ; <nl> + auto it = info . lookup . find ( neighbor ) ; <nl> + if ( it = = info . lookup . end ( ) ) { <nl> + return ; <nl> + } <nl> + EdgeWeight total = it - > second . weight + weight ; <nl> + if ( total < highscore ) { <nl> + highscore = total ; <nl> + } <nl> + if ( it - > second . done & & total < = highscore ) { <nl> + std : : lock_guard < std : : mutex > guard ( resultMutex ) ; <nl> + intermediate = neighbor ; <nl> + bingo = true ; <nl> + } <nl> + } ; <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief Search graph starting at Start following edges of the given <nl> + / / / direction only <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + void Traverser : : searchFromVertex ( <nl> + ThreadInfo & myInfo , <nl> + ThreadInfo & peerInfo , <nl> + VertexId start , <nl> + Direction dir <nl> + ) { <nl> + insertNeighbor ( myInfo , start , nullptr , nullptr , 0 ) ; <nl> + auto nextVertex = myInfo . queue . begin ( ) ; <nl> + / / Iterate while no bingo found and <nl> + / / there still is a vertex on the stack . <nl> + while ( ! bingo & & nextVertex ! = myInfo . queue . end ( ) ) { <nl> + myInfo . queue . erase ( nextVertex ) ; <nl> + <nl> + nextVertex = myInfo . queue . begin ( ) ; <nl> + } <nl> + <nl> + } ; <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief return the shortest path between the start and target vertex . <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + Traverser : : Path * Traverser : : ShortestPath ( VertexId const & start , <nl> + VertexId const & target , <nl> + Direction direction ) { <nl> + <nl> + return nullptr ; <nl> + } ; <nl> + <nl> + / * <nl> + <nl> + <nl> <nl> struct LocalCollectionGuard { <nl> LocalCollectionGuard ( TRI_vocbase_col_t * collection ) <nl> void TRI_RunDijkstraSearch ( const v8 : : FunctionCallbackInfo < v8 : : Value > & args ) { <nl> vector < string > writeCollections ; <nl> TRI_voc_cid_t vertexCollectionCId ; <nl> TRI_voc_cid_t edgeCollectionCId ; <nl> + TRI_voc_rid_t rid ; <nl> <nl> double lockTimeout = ( double ) ( TRI_TRANSACTION_DEFAULT_LOCK_TIMEOUT / 1000000ULL ) ; <nl> bool embed = false ; <nl> void TRI_RunDijkstraSearch ( const v8 : : FunctionCallbackInfo < v8 : : Value > & args ) { <nl> if ( ! args [ 0 ] - > IsString ( ) ) { <nl> TRI_V8_THROW_TYPE_ERROR ( " expecting string for < vertexcollection > " ) ; <nl> } <nl> - string const vertexCollectionName = TRI_ObjectToString ( args [ 0 ] ) ; <nl> + string vertexCollectionName = TRI_ObjectToString ( args [ 0 ] ) ; <nl> <nl> / / get the edge collection <nl> if ( ! args [ 1 ] - > IsString ( ) ) { <nl> void TRI_RunDijkstraSearch ( const v8 : : FunctionCallbackInfo < v8 : : Value > & args ) { <nl> readCollections . push_back ( vertexCollectionName ) ; <nl> readCollections . push_back ( edgeCollectionName ) ; <nl> <nl> - if ( ! ExtractDocumentHandle ( isolate , val , collectionName , key , rid ) ) { <nl> - return TRI_ERROR_ARANGO_DOCUMENT_HANDLE_BAD ; <nl> + if ( ! args [ 2 ] - > IsString ( ) ) { <nl> + TRI_V8_THROW_TYPE_ERROR ( " expecting string for < startVertex > " ) ; <nl> + } <nl> + <nl> + <nl> + std : : string vertexColName ; <nl> + <nl> + if ( ! ExtractDocumentHandle ( isolate , args [ 2 ] , vertexColName , key , rid ) ) { <nl> + TRI_V8_THROW_EXCEPTION ( TRI_ERROR_ARANGO_DOCUMENT_HANDLE_BAD ) ; <nl> } <nl> <nl> if ( key . get ( ) = = nullptr ) { <nl> TRI_V8_THROW_EXCEPTION ( TRI_ERROR_ARANGO_DOCUMENT_HANDLE_BAD ) ; <nl> } <nl> <nl> - TRI_ASSERT ( col ! = nullptr ) ; <nl> TRI_ASSERT ( key . get ( ) ! = nullptr ) ; <nl> <nl> / / IHHF isCoordinator <nl> void TRI_RunDijkstraSearch ( const v8 : : FunctionCallbackInfo < v8 : : Value > & args ) { <nl> <nl> / / Edges TRI_EDGE_OUT is hardcoded <nl> TRI_document_collection_t * ecol = trx . trxCollection ( edgeCollectionCId ) - > _collection - > _collection ; <nl> - std : : vector < TRI_doc_mptr_copy_t > & & edges = TRI_LookupEdgesDocumentCollection ( ecol , TRI_EDGE_OUT , edgeCollectionCId , key . get ( ) ) ; <nl> + std : : cout < < key . get ( ) < < " \ n " ; <nl> + std : : vector < TRI_doc_mptr_copy_t > & & edges = TRI_LookupEdgesDocumentCollection ( ecol , TRI_EDGE_OUT , vertexCollectionCId , key . get ( ) ) ; <nl> <nl> / / Add Dijkstra here <nl> <nl> / / Now build up the result use Subtransactions for each used collection <nl> if ( res = = TRI_ERROR_NO_ERROR ) { <nl> - / / Collect all vertices <nl> - SingleCollectionReadOnlyTransaction subtrx ( new V8TransactionContext ( true ) , vocbase , vertexCollectionCId ) ; <nl> + { <nl> + / / Collect all vertices <nl> + SingleCollectionReadOnlyTransaction subtrx ( new V8TransactionContext ( true ) , vocbase , vertexCollectionCId ) ; <nl> <nl> - res = subtrx . begin ( ) ; <nl> + res = subtrx . begin ( ) ; <nl> <nl> - if ( res ! = TRI_ERROR_NO_ERROR ) { <nl> - TRI_V8_THROW_EXCEPTION ( res ) ; <nl> - } <nl> + if ( res ! = TRI_ERROR_NO_ERROR ) { <nl> + TRI_V8_THROW_EXCEPTION ( res ) ; <nl> + } <nl> <nl> - result = TRI_WrapShapedJson ( isolate , subtrx , vertexCollectionCId , document . getDataPtr ( ) ) ; <nl> + result = TRI_WrapShapedJson ( isolate , subtrx , vertexCollectionCId , document . getDataPtr ( ) ) ; <nl> <nl> - if ( document . getDataPtr ( ) = = nullptr ) { <nl> - res = TRI_ERROR_ARANGO_DOCUMENT_NOT_FOUND ; <nl> - TRI_V8_THROW_EXCEPTION ( res ) ; <nl> - } <nl> + if ( document . getDataPtr ( ) = = nullptr ) { <nl> + res = TRI_ERROR_ARANGO_DOCUMENT_NOT_FOUND ; <nl> + TRI_V8_THROW_EXCEPTION ( res ) ; <nl> + } <nl> <nl> - res = subtrx . finish ( res ) ; <nl> + res = subtrx . finish ( res ) ; <nl> + } <nl> <nl> - / / Collect all edges <nl> - SingleCollectionReadOnlyTransaction subtrx2 ( new V8TransactionContext ( true ) , vocbase , edgeCollectionCId ) ; <nl> + { <nl> + / / Collect all edges <nl> + SingleCollectionReadOnlyTransaction subtrx2 ( new V8TransactionContext ( true ) , vocbase , edgeCollectionCId ) ; <nl> <nl> - res = subtrx2 . begin ( ) ; <nl> + res = subtrx2 . begin ( ) ; <nl> <nl> - if ( res ! = TRI_ERROR_NO_ERROR ) { <nl> - TRI_V8_THROW_EXCEPTION ( res ) ; <nl> - } <nl> + if ( res ! = TRI_ERROR_NO_ERROR ) { <nl> + TRI_V8_THROW_EXCEPTION ( res ) ; <nl> + } <nl> <nl> - bool error = false ; <nl> + bool error = false ; <nl> <nl> - uint32_t const n = static_cast < uint32_t > ( edges . size ( ) ) ; <nl> - documents = v8 : : Array : : New ( isolate , static_cast < int > ( n ) ) ; <nl> - for ( size_t j = 0 ; j < n ; + + j ) { <nl> - v8 : : Handle < v8 : : Value > doc = TRI_WrapShapedJson ( isolate , subtrx2 , edgeCollectionCId , edges [ j ] . getDataPtr ( ) ) ; <nl> + uint32_t const n = static_cast < uint32_t > ( edges . size ( ) ) ; <nl> + documents = v8 : : Array : : New ( isolate , static_cast < int > ( n ) ) ; <nl> + for ( size_t j = 0 ; j < n ; + + j ) { <nl> + v8 : : Handle < v8 : : Value > doc = TRI_WrapShapedJson ( isolate , subtrx2 , edgeCollectionCId , edges [ j ] . getDataPtr ( ) ) ; <nl> <nl> - if ( doc . IsEmpty ( ) ) { <nl> - error = true ; <nl> - break ; <nl> + if ( doc . IsEmpty ( ) ) { <nl> + error = true ; <nl> + break ; <nl> + } <nl> + else { <nl> + documents - > Set ( static_cast < uint32_t > ( j ) , doc ) ; <nl> + } <nl> } <nl> - else { <nl> - documents - > Set ( static_cast < uint32_t > ( j ) , doc ) ; <nl> + if ( error ) { <nl> + TRI_V8_THROW_EXCEPTION_MEMORY ( ) ; <nl> } <nl> - } <nl> - if ( error ) { <nl> - TRI_V8_THROW_EXCEPTION_MEMORY ( ) ; <nl> - } <nl> <nl> - res = subtrx2 . finish ( res ) ; <nl> + res = subtrx2 . finish ( res ) ; <nl> + } <nl> } <nl> res = trx . finish ( res ) ; <nl> <nl> / / Not yet correct . Needs to build an object first . <nl> - TRI_V8_RETURN ( result ) ; <nl> - / / TRI_V8_RETURN ( documents ) ; <nl> + / / TRI_V8_RETURN ( result ) ; <nl> + TRI_V8_RETURN ( documents ) ; <nl> } <nl> + * / <nl> new file mode 100644 <nl> index 00000000000 . . 64a6823e5e9 <nl> mmm / dev / null <nl> ppp b / lib / Basics / Traverser . h <nl> <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief vocbase traversals <nl> + / / / <nl> + / / / @ file <nl> + / / / <nl> + / / / DISCLAIMER <nl> + / / / <nl> + / / / Copyright 2014 - 2015 ArangoDB GmbH , Cologne , Germany <nl> + / / / Copyright 2004 - 2014 triAGENS GmbH , Cologne , Germany <nl> + / / / <nl> + / / / Licensed under the Apache License , Version 2 . 0 ( the " License " ) ; <nl> + / / / you may not use this file except in compliance with the License . <nl> + / / / You may obtain a copy of the License at <nl> + / / / <nl> + / / / http : / / www . apache . org / licenses / LICENSE - 2 . 0 <nl> + / / / <nl> + / / / Unless required by applicable law or agreed to in writing , software <nl> + / / / distributed under the License is distributed on an " AS IS " BASIS , <nl> + / / / WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied . <nl> + / / / See the License for the specific language governing permissions and <nl> + / / / limitations under the License . <nl> + / / / <nl> + / / / Copyright holder is ArangoDB GmbH , Cologne , Germany <nl> + / / / <nl> + / / / @ author Michael Hackstein <nl> + / / / @ author Copyright 2014 - 2015 , ArangoDB GmbH , Cologne , Germany <nl> + / / / @ author Copyright 2012 - 2013 , triAGENS GmbH , Cologne , Germany <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + # ifndef ARANGODB_VOC_BASE_TRAVERSAL_H <nl> + # define ARANGODB_VOC_BASE_TRAVERSAL_H 1 <nl> + <nl> + # include " Basics / Common . h " <nl> + <nl> + namespace triagens { <nl> + namespace basics { <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - class Traverser <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + class Traverser { <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - data structures <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - path <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + <nl> + public : <nl> + <nl> + typedef std : : string VertexId ; <nl> + typedef std : : string EdgeId ; <nl> + typedef double EdgeWeight ; <nl> + <nl> + / / Convention vertices . size ( ) - 1 = = = edges . size ( ) <nl> + / / path is vertices [ 0 ] , edges [ 0 ] , vertices [ 1 ] etc . <nl> + struct Path { <nl> + std : : vector < VertexId > vertices ; <nl> + std : : vector < EdgeId > edges ; <nl> + EdgeWeight weight ; <nl> + } ; <nl> + <nl> + struct Neighbor { <nl> + VertexId neighbor ; <nl> + EdgeId edge ; <nl> + EdgeWeight weight ; <nl> + } ; <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief edge direction <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + typedef enum { FORWARD , BACKWARD } Direction ; <nl> + <nl> + typedef std : : function < void ( VertexId source , Direction dir , std : : vector < Neighbor > & result ) > <nl> + NeighborFunction ; <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - constructors and destructors <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief create the Traverser <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + Traverser ( NeighborFunction const & n ) : _neighborFunction ( n ) { <nl> + } ; <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief destructor <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + ~ Traverser ( ) ; <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - public methods <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + public : <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief Find the shortest path between start and target . <nl> + / / / Only edges having the given direction are followed . <nl> + / / / nullptr indicates there is no path . <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + / / Caller has to free the result <nl> + / / nullptr indicates there is no path <nl> + Path * ShortestPath ( <nl> + VertexId const & start , <nl> + VertexId const & target , <nl> + Direction direction <nl> + ) ; <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - private methods <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + / / / @ brief Function to compute all neighbors of a given vertex <nl> + / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> + private : <nl> + <nl> + std : : atomic < EdgeWeight > highscore ; <nl> + std : : atomic < bool > bingo ; <nl> + std : : mutex resultMutex ; <nl> + VertexId intermediate ; <nl> + <nl> + struct LookupInfo { <nl> + EdgeWeight weight ; <nl> + bool done ; <nl> + EdgeId edge ; <nl> + VertexId predecessor ; <nl> + <nl> + LookupInfo ( <nl> + EdgeWeight weight , <nl> + EdgeId edge , <nl> + VertexId predecessor <nl> + ) : weight ( weight ) , <nl> + done ( false ) , <nl> + edge ( edge ) , <nl> + predecessor ( predecessor ) { <nl> + } ; <nl> + } ; <nl> + <nl> + struct QueueInfo { <nl> + EdgeWeight weight ; <nl> + VertexId vertex ; <nl> + <nl> + QueueInfo ( <nl> + VertexId vertex , <nl> + EdgeWeight weight <nl> + ) : weight ( weight ) , <nl> + vertex ( vertex ) { <nl> + } ; <nl> + <nl> + bool operator < ( QueueInfo const & a ) { <nl> + if ( weight = = a . weight ) { <nl> + return vertex < a . vertex ; <nl> + } <nl> + return weight < a . weight ; <nl> + } ; <nl> + <nl> + } ; <nl> + <nl> + / / TODO : Destructor ? ! <nl> + struct ThreadInfo { <nl> + std : : unordered_map < VertexId , LookupInfo > & lookup ; <nl> + std : : set < QueueInfo , std : : less < QueueInfo > > & queue ; <nl> + std : : mutex & mutex ; <nl> + } ; <nl> + <nl> + <nl> + NeighborFunction const & _neighborFunction ; <nl> + <nl> + / / ShortestPath will create these variables <nl> + std : : unordered_map < VertexId , LookupInfo > _forwardLookup ; <nl> + std : : set < QueueInfo , std : : less < QueueInfo > > _forwardQueue ; <nl> + std : : mutex _forwardMutex ; <nl> + <nl> + std : : unordered_map < VertexId , LookupInfo > _backwardLookup ; <nl> + std : : set < QueueInfo , std : : less < QueueInfo > > _backwardQueue ; <nl> + std : : mutex _backwardMutex ; <nl> + <nl> + <nl> + void insertNeighbor ( ThreadInfo & info , <nl> + VertexId neighbor , <nl> + VertexId predecessor , <nl> + EdgeId edge , <nl> + EdgeWeight weight <nl> + ) ; <nl> + <nl> + void lookupPeer ( ThreadInfo & info , <nl> + VertexId neighbor , <nl> + EdgeWeight weight <nl> + ) ; <nl> + void searchFromVertex ( ThreadInfo & myInfo , <nl> + ThreadInfo & peerInfo , <nl> + VertexId start , <nl> + Direction dir <nl> + ) ; <nl> + } ; <nl> + } <nl> + } <nl> + <nl> + # endif <nl> + <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + / / - - SECTION - - END - OF - FILE <nl> + / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + <nl> + / / Local Variables : <nl> + / / mode : outline - minor <nl> + / / outline - regexp : " / / / @ brief \ \ | / / / { @ inheritDoc } \ \ | / / / @ page \ \ | / / - - SECTION - - \ \ | / / / @ \ \ } " <nl> + / / End : <nl> mmm a / lib / Makefile . files <nl> ppp b / lib / Makefile . files <nl> lib_libarango_a_SOURCES = \ <nl> lib / Basics / ThreadPool . cpp \ <nl> lib / Basics / threads - posix . cpp \ <nl> lib / Basics / Timing . cpp \ <nl> + lib / Basics / Traverser . cpp \ <nl> lib / Basics / tri - strings . cpp \ <nl> lib / Basics / tri - zip . cpp \ <nl> lib / Basics / Utf8Helper . cpp \ <nl>
|
Proper class wrapping of Traverser . Started implemented dual - sided search algorithm . Implemented shered memmory access . Next up threads
|
arangodb/arangodb
|
015c197e2aecd5347c9c164b6c369aa91927d34e
|
2015-04-26T04:34:40Z
|
mmm a / imgui . cpp <nl> ppp b / imgui . cpp <nl> bool ImGuiTextFilter : : PassFilter ( const char * val ) const <nl> return false ; <nl> } <nl> <nl> - / / mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - <nl> / / On some platform vsnprintf ( ) takes va_list by reference and modifies it . <nl> / / va_copy is the ' correct ' way to copy a va_list but Visual Studio prior to 2013 doesn ' t have it . <nl> # ifndef va_copy <nl> void ImGui : : Shutdown ( ) <nl> ImGui : : MemFree ( g . PrivateClipboard ) ; <nl> g . PrivateClipboard = NULL ; <nl> } <nl> + g . InputTextState . Text . clear ( ) ; <nl> + g . InputTextState . InitialText . clear ( ) ; <nl> + g . InputTextState . TempTextBuffer . clear ( ) ; <nl> <nl> if ( g . LogFile & & g . LogFile ! = stdout ) <nl> { <nl>
|
Fixed leak on Shutdown ( )
|
ocornut/imgui
|
eec047c9f73b9a71564fb0440e5bfcb989bd8985
|
2015-06-20T00:14:50Z
|
mmm a / arangod / MMFiles / MMFilesRestReplicationHandler . cpp <nl> ppp b / arangod / MMFiles / MMFilesRestReplicationHandler . cpp <nl> void MMFilesRestReplicationHandler : : handleCommandLoggerFollow ( ) { <nl> int res = MMFilesDumpLogReplication ( & dump , transactionIds , firstRegularTick , <nl> tickStart , tickEnd , false ) ; <nl> <nl> - if ( res = = TRI_ERROR_NO_ERROR ) { <nl> - bool const checkMore = ( dump . _lastFoundTick > 0 & & <nl> - dump . _lastFoundTick ! = state . lastCommittedTick ) ; <nl> - <nl> - / / generate the result <nl> - size_t length = 0 ; <nl> - if ( useVpp ) { <nl> - length = dump . _slices . size ( ) ; <nl> - } else { <nl> - length = TRI_LengthStringBuffer ( dump . _buffer ) ; <nl> - } <nl> - <nl> - if ( length = = 0 ) { <nl> - resetResponse ( rest : : ResponseCode : : NO_CONTENT ) ; <nl> - } else { <nl> - resetResponse ( rest : : ResponseCode : : OK ) ; <nl> - } <nl> + if ( res ! = TRI_ERROR_NO_ERROR ) { <nl> + return ; <nl> + } <nl> + bool const checkMore = ( dump . _lastFoundTick > 0 & & <nl> + dump . _lastFoundTick ! = state . lastCommittedTick ) ; <nl> <nl> - / / transfer ownership of the buffer contents <nl> - _response - > setContentType ( rest : : ContentType : : DUMP ) ; <nl> + / / generate the result <nl> + size_t length = 0 ; <nl> + if ( useVpp ) { <nl> + length = dump . _slices . size ( ) ; <nl> + } else { <nl> + length = TRI_LengthStringBuffer ( dump . _buffer ) ; <nl> + } <nl> <nl> - / / set headers <nl> - _response - > setHeaderNC ( TRI_REPLICATION_HEADER_CHECKMORE , <nl> - checkMore ? " true " : " false " ) ; <nl> - _response - > setHeaderNC ( TRI_REPLICATION_HEADER_LASTINCLUDED , <nl> - StringUtils : : itoa ( dump . _lastFoundTick ) ) ; <nl> - _response - > setHeaderNC ( TRI_REPLICATION_HEADER_LASTTICK , <nl> - StringUtils : : itoa ( state . lastCommittedTick ) ) ; <nl> - _response - > setHeaderNC ( TRI_REPLICATION_HEADER_ACTIVE , " true " ) ; <nl> - _response - > setHeaderNC ( TRI_REPLICATION_HEADER_FROMPRESENT , <nl> - dump . _fromTickIncluded ? " true " : " false " ) ; <nl> + if ( length = = 0 ) { <nl> + resetResponse ( rest : : ResponseCode : : NO_CONTENT ) ; <nl> + } else { <nl> + resetResponse ( rest : : ResponseCode : : OK ) ; <nl> + } <nl> <nl> - if ( length > 0 ) { <nl> - if ( useVpp ) { <nl> - for ( auto message : dump . _slices ) { <nl> - _response - > addPayload ( std : : move ( message ) , & dump . _vpackOptions , true ) ; <nl> - } <nl> - } else { <nl> - HttpResponse * httpResponse = <nl> - dynamic_cast < HttpResponse * > ( _response . get ( ) ) ; <nl> + / / transfer ownership of the buffer contents <nl> + _response - > setContentType ( rest : : ContentType : : DUMP ) ; <nl> <nl> - if ( httpResponse = = nullptr ) { <nl> - THROW_ARANGO_EXCEPTION_MESSAGE ( TRI_ERROR_INTERNAL , <nl> - " invalid response type " ) ; <nl> - } <nl> + / / set headers <nl> + _response - > setHeaderNC ( TRI_REPLICATION_HEADER_CHECKMORE , <nl> + checkMore ? " true " : " false " ) ; <nl> + _response - > setHeaderNC ( TRI_REPLICATION_HEADER_LASTINCLUDED , <nl> + StringUtils : : itoa ( dump . _lastFoundTick ) ) ; <nl> + _response - > setHeaderNC ( TRI_REPLICATION_HEADER_LASTTICK , <nl> + StringUtils : : itoa ( state . lastCommittedTick ) ) ; <nl> + _response - > setHeaderNC ( TRI_REPLICATION_HEADER_ACTIVE , " true " ) ; <nl> + _response - > setHeaderNC ( TRI_REPLICATION_HEADER_FROMPRESENT , <nl> + dump . _fromTickIncluded ? " true " : " false " ) ; <nl> <nl> - if ( length > 0 ) { <nl> - / / transfer ownership of the buffer contents <nl> - httpResponse - > body ( ) . set ( dump . _buffer ) ; <nl> + if ( length > 0 ) { <nl> + if ( useVpp ) { <nl> + for ( auto message : dump . _slices ) { <nl> + _response - > addPayload ( std : : move ( message ) , & dump . _vpackOptions , true ) ; <nl> + } <nl> + } else { <nl> + HttpResponse * httpResponse = <nl> + dynamic_cast < HttpResponse * > ( _response . get ( ) ) ; <nl> <nl> - / / to avoid double freeing <nl> - TRI_StealStringBuffer ( dump . _buffer ) ; <nl> - } <nl> + if ( httpResponse = = nullptr ) { <nl> + THROW_ARANGO_EXCEPTION_MESSAGE ( TRI_ERROR_INTERNAL , <nl> + " invalid response type " ) ; <nl> } <nl> + / / transfer ownership of the buffer contents <nl> + httpResponse - > body ( ) . set ( dump . _buffer ) ; <nl> <nl> - insertClient ( dump . _lastFoundTick ) ; <nl> + / / to avoid double freeing <nl> + TRI_StealStringBuffer ( dump . _buffer ) ; <nl> } <nl> + insertClient ( dump . _lastFoundTick ) ; <nl> } <nl> + / / if no error <nl> } <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> / / / @ brief run the command that determines which transactions were open at <nl> mmm a / arangod / Replication / ContinuousSyncer . cpp <nl> ppp b / arangod / Replication / ContinuousSyncer . cpp <nl> int ContinuousSyncer : : applyLog ( SimpleHttpResult * response , <nl> p = q + 1 ; <nl> <nl> VPackSlice const slice = builder - > slice ( ) ; <nl> - LOG_TOPIC ( ERR , Logger : : FIXME ) < < builder - > slice ( ) . toJson ( ) ; <nl> <nl> if ( ! slice . isObject ( ) ) { <nl> errorMsg = " received invalid JSON data " ; <nl> int ContinuousSyncer : : applyLog ( SimpleHttpResult * response , <nl> int res ; <nl> bool skipped ; <nl> <nl> - LOG_TOPIC ( ERR , Logger : : FIXME ) < < slice . toJson ( ) ; <nl> + / / LOG_TOPIC ( ERR , Logger : : FIXME ) < < slice . toJson ( ) ; <nl> <nl> if ( skipMarker ( firstRegularTick , slice ) ) { <nl> / / entry is skipped <nl>
|
redo : remove unnecessary code
|
arangodb/arangodb
|
a9d2b4dc7e19e78a7f10f04aa3c3e32d914f5ad2
|
2017-04-28T12:59:13Z
|
mmm a / jstests / disk / too_many_fds . js <nl> ppp b / jstests / disk / too_many_fds . js <nl> <nl> / / Create more than 1024 files on certain storage engines , then restart the server and see that it <nl> / / can still listen on fd ' s smaller than FD_SETSIZE . <nl> <nl> - ( function ( ) { <nl> - var baseName = " jstests_disk_too_many_fds " ; <nl> + function doTest ( ) { <nl> + var baseName = " jstests_disk_too_many_fds " ; <nl> <nl> - var m = MongoRunner . runMongod ( { smallfiles : " " , nssize : 1 } ) ; <nl> - / / Make 1026 collections , each in a separate database . On some storage engines , this may cause <nl> - / / 1026 files to be created . <nl> - for ( var i = 1 ; i < 1026 ; + + i ) { <nl> - var db = m . getDB ( " db " + i ) ; <nl> - var coll = db . getCollection ( " coll " + i ) ; <nl> - assert . writeOK ( coll . insert ( { } ) ) ; <nl> - } <nl> + var m = MongoRunner . runMongod ( { smallfiles : " " , nssize : 1 } ) ; <nl> + / / Make 1026 collections , each in a separate database . On some storage engines , this may cause <nl> + / / 1026 files to be created . <nl> + for ( var i = 1 ; i < 1026 ; + + i ) { <nl> + var db = m . getDB ( " db " + i ) ; <nl> + var coll = db . getCollection ( " coll " + i ) ; <nl> + assert . writeOK ( coll . insert ( { } ) ) ; <nl> + } <nl> + <nl> + MongoRunner . stopMongod ( m ) ; <nl> <nl> - MongoRunner . stopMongod ( m ) ; <nl> + / / Ensure we can still start up with that many files . <nl> + var m2 = MongoRunner . runMongod ( { dbpath : m . dbpath , smallfiles : " " , nssize : 1 , <nl> + restart : true , cleanData : false } ) ; <nl> + assert . eq ( 1 , m2 . getDB ( " db1025 " ) . getCollection ( " coll1025 " ) . count ( ) ) ; <nl> + } <nl> <nl> - / / Ensure we can still start up with that many files . <nl> - var m2 = MongoRunner . runMongod ( { dbpath : m . dbpath , smallfiles : " " , nssize : 1 , <nl> - restart : true , cleanData : false } ) ; <nl> - assert . eq ( 1 , m2 . getDB ( " db1025 " ) . getCollection ( " coll1025 " ) . count ( ) ) ; <nl> - } ( ) ) ; <nl> + if ( db . serverBuildInfo ( ) . bits = = 64 ) { <nl> + doTest ( ) ; <nl> + } <nl> + else { <nl> + print ( " Skipping . Only run this test on 64bit builds " ) ; <nl> + } <nl>
|
SERVER - 17652 Only run too_many_fds . js on 64 - bit builds .
|
mongodb/mongo
|
2c6ab1eaae38caeee322f0c9afc4ef973fb667ea
|
2015-03-19T20:40:28Z
|
mmm a / include / v8 . h <nl> ppp b / include / v8 . h <nl> class V8_EXPORT StackFrame { <nl> / / A StateTag represents a possible state of the VM . <nl> enum StateTag { JS , GC , COMPILER , OTHER , EXTERNAL , IDLE } ; <nl> <nl> + <nl> / / A RegisterState represents the current state of registers used <nl> / / by the sampling profiler API . <nl> struct RegisterState { <nl> - RegisterState ( ) : pc ( nullptr ) , sp ( nullptr ) , fp ( nullptr ) { } <nl> + RegisterState ( ) : pc ( NULL ) , sp ( NULL ) , fp ( NULL ) { } <nl> void * pc ; / / Instruction pointer . <nl> void * sp ; / / Stack pointer . <nl> void * fp ; / / Frame pointer . <nl> } ; <nl> <nl> + <nl> / / The output structure filled up by GetStackSample API function . <nl> struct SampleInfo { <nl> - size_t frames_count ; / / Number of frames collected . <nl> - StateTag vm_state ; / / Current VM state . <nl> - void * external_callback_entry ; / / External callback address if VM is <nl> - / / executing an external callback . <nl> + size_t frames_count ; <nl> + StateTag vm_state ; <nl> } ; <nl> <nl> / * * <nl> mmm a / src / profiler / profile - generator . cc <nl> ppp b / src / profiler / profile - generator . cc <nl> void ProfileGenerator : : RecordTickSample ( const TickSample & sample ) { <nl> int src_line = v8 : : CpuProfileNode : : kNoLineNumberInfo ; <nl> bool src_line_not_found = true ; <nl> <nl> - if ( sample . pc ! = nullptr ) { <nl> - if ( sample . has_external_callback & & sample . state = = EXTERNAL ) { <nl> + if ( sample . pc ! = NULL ) { <nl> + if ( sample . has_external_callback & & sample . state = = EXTERNAL & & <nl> + sample . top_frame_type = = StackFrame : : EXIT ) { <nl> / / Don ' t use PC when in external callback code , as it can point <nl> / / inside callback ' s code , and we will erroneously report <nl> / / that a callback calls itself . <nl> void ProfileGenerator : : RecordTickSample ( const TickSample & sample ) { <nl> / / If there is no pc_entry we ' re likely in native code . <nl> / / Find out , if top of stack was pointing inside a JS function <nl> / / meaning that we have encountered a frameless invocation . <nl> - if ( ! pc_entry & & ! sample . has_external_callback ) { <nl> + if ( ! pc_entry & & ( sample . top_frame_type = = StackFrame : : JAVA_SCRIPT | | <nl> + sample . top_frame_type = = StackFrame : : INTERPRETED | | <nl> + sample . top_frame_type = = StackFrame : : OPTIMIZED ) ) { <nl> pc_entry = code_map_ . FindEntry ( sample . tos ) ; <nl> } <nl> / / If pc is in the function code before it set up stack frame or after the <nl> void ProfileGenerator : : RecordTickSample ( const TickSample & sample ) { <nl> / / In the latter case we know the caller for sure but in the <nl> / / former case we don ' t so we simply replace the frame with <nl> / / ' unresolved ' entry . <nl> - if ( ! sample . has_external_callback ) { <nl> + if ( sample . top_frame_type = = StackFrame : : JAVA_SCRIPT ) { <nl> entries . push_back ( unresolved_entry_ ) ; <nl> } <nl> } <nl> mmm a / src / profiler / tick - sample . cc <nl> ppp b / src / profiler / tick - sample . cc <nl> bool IsSamePage ( byte * ptr1 , byte * ptr2 ) { <nl> ( reinterpret_cast < uintptr_t > ( ptr2 ) & mask ) ; <nl> } <nl> <nl> + <nl> / / Check if the code at specified address could potentially be a <nl> / / frame setup code . <nl> bool IsNoFrameRegion ( Address address ) { <nl> bool IsNoFrameRegion ( Address address ) { <nl> <nl> } / / namespace <nl> <nl> + <nl> / / <nl> / / StackTracer implementation <nl> / / <nl> DISABLE_ASAN void TickSample : : Init ( Isolate * isolate , <nl> RecordCEntryFrame record_c_entry_frame , <nl> bool update_stats ) { <nl> timestamp = base : : TimeTicks : : HighResolutionNow ( ) ; <nl> + pc = reinterpret_cast < Address > ( regs . pc ) ; <nl> + state = isolate - > current_vm_state ( ) ; <nl> this - > update_stats = update_stats ; <nl> <nl> - SampleInfo info ; <nl> - if ( GetStackSample ( isolate , regs , record_c_entry_frame , <nl> - reinterpret_cast < void * * > ( & stack [ 0 ] ) , kMaxFramesCount , <nl> - & info ) ) { <nl> - state = info . vm_state ; <nl> - pc = static_cast < Address > ( regs . pc ) ; <nl> - frames_count = static_cast < unsigned > ( info . frames_count ) ; <nl> - has_external_callback = info . external_callback_entry ! = nullptr ; <nl> - if ( has_external_callback ) { <nl> - external_callback_entry = <nl> - static_cast < Address > ( info . external_callback_entry ) ; <nl> - } else if ( frames_count ) { <nl> - / / sp register may point at an arbitrary place in memory , make <nl> - / / sure MSAN doesn ' t complain about it . <nl> - MSAN_MEMORY_IS_INITIALIZED ( regs . sp , sizeof ( Address ) ) ; <nl> - / / Sample potential return address value for frameless invocation of <nl> - / / stubs ( we ' ll figure out later , if this value makes sense ) . <nl> - tos = Memory : : Address_at ( reinterpret_cast < Address > ( regs . sp ) ) ; <nl> - } else { <nl> - tos = nullptr ; <nl> - } <nl> + / / Avoid collecting traces while doing GC . <nl> + if ( state = = GC ) return ; <nl> + <nl> + Address js_entry_sp = isolate - > js_entry_sp ( ) ; <nl> + if ( js_entry_sp = = 0 ) return ; / / Not executing JS now . <nl> + <nl> + if ( pc & & IsNoFrameRegion ( pc ) ) { <nl> + / / Can ' t collect stack . Mark the sample as spoiled . <nl> + timestamp = base : : TimeTicks ( ) ; <nl> + pc = 0 ; <nl> + return ; <nl> + } <nl> + <nl> + ExternalCallbackScope * scope = isolate - > external_callback_scope ( ) ; <nl> + Address handler = Isolate : : handler ( isolate - > thread_local_top ( ) ) ; <nl> + / / If there is a handler on top of the external callback scope then <nl> + / / we have already entrered JavaScript again and the external callback <nl> + / / is not the top function . <nl> + if ( scope & & scope - > scope_address ( ) < handler ) { <nl> + external_callback_entry = * scope - > callback_entrypoint_address ( ) ; <nl> + has_external_callback = true ; <nl> } else { <nl> + / / sp register may point at an arbitrary place in memory , make <nl> + / / sure MSAN doesn ' t complain about it . <nl> + MSAN_MEMORY_IS_INITIALIZED ( regs . sp , sizeof ( Address ) ) ; <nl> + / / Sample potential return address value for frameless invocation of <nl> + / / stubs ( we ' ll figure out later , if this value makes sense ) . <nl> + tos = Memory : : Address_at ( reinterpret_cast < Address > ( regs . sp ) ) ; <nl> + has_external_callback = false ; <nl> + } <nl> + <nl> + SafeStackFrameIterator it ( isolate , reinterpret_cast < Address > ( regs . fp ) , <nl> + reinterpret_cast < Address > ( regs . sp ) , js_entry_sp ) ; <nl> + top_frame_type = it . top_frame_type ( ) ; <nl> + <nl> + SampleInfo info ; <nl> + GetStackSample ( isolate , regs , record_c_entry_frame , <nl> + reinterpret_cast < void * * > ( & stack [ 0 ] ) , kMaxFramesCount , & info ) ; <nl> + frames_count = static_cast < unsigned > ( info . frames_count ) ; <nl> + if ( ! frames_count ) { <nl> / / It is executing JS but failed to collect a stack trace . <nl> / / Mark the sample as spoiled . <nl> timestamp = base : : TimeTicks ( ) ; <nl> - pc = nullptr ; <nl> + pc = 0 ; <nl> } <nl> } <nl> <nl> - bool TickSample : : GetStackSample ( Isolate * isolate , const v8 : : RegisterState & regs , <nl> + <nl> + void TickSample : : GetStackSample ( Isolate * isolate , const v8 : : RegisterState & regs , <nl> RecordCEntryFrame record_c_entry_frame , <nl> void * * frames , size_t frames_limit , <nl> v8 : : SampleInfo * sample_info ) { <nl> sample_info - > frames_count = 0 ; <nl> sample_info - > vm_state = isolate - > current_vm_state ( ) ; <nl> - sample_info - > external_callback_entry = nullptr ; <nl> - if ( sample_info - > vm_state = = GC ) return true ; <nl> + if ( sample_info - > vm_state = = GC ) return ; <nl> <nl> Address js_entry_sp = isolate - > js_entry_sp ( ) ; <nl> - if ( js_entry_sp = = 0 ) return true ; / / Not executing JS now . <nl> - <nl> - if ( regs . pc & & IsNoFrameRegion ( static_cast < Address > ( regs . pc ) ) ) { <nl> - / / Can ' t collect stack . <nl> - return false ; <nl> - } <nl> - <nl> - ExternalCallbackScope * scope = isolate - > external_callback_scope ( ) ; <nl> - Address handler = Isolate : : handler ( isolate - > thread_local_top ( ) ) ; <nl> - / / If there is a handler on top of the external callback scope then <nl> - / / we have already entrered JavaScript again and the external callback <nl> - / / is not the top function . <nl> - if ( scope & & scope - > scope_address ( ) < handler ) { <nl> - sample_info - > external_callback_entry = <nl> - * scope - > callback_entrypoint_address ( ) ; <nl> - } <nl> + if ( js_entry_sp = = 0 ) return ; / / Not executing JS now . <nl> <nl> SafeStackFrameIterator it ( isolate , reinterpret_cast < Address > ( regs . fp ) , <nl> reinterpret_cast < Address > ( regs . sp ) , js_entry_sp ) ; <nl> bool TickSample : : GetStackSample ( Isolate * isolate , const v8 : : RegisterState & regs , <nl> it . Advance ( ) ; <nl> } <nl> sample_info - > frames_count = i ; <nl> - return true ; <nl> } <nl> <nl> + <nl> # if defined ( USE_SIMULATOR ) <nl> bool SimulatorHelper : : FillRegisters ( Isolate * isolate , <nl> v8 : : RegisterState * state ) { <nl> mmm a / src / profiler / tick - sample . h <nl> ppp b / src / profiler / tick - sample . h <nl> struct TickSample { <nl> external_callback_entry ( NULL ) , <nl> frames_count ( 0 ) , <nl> has_external_callback ( false ) , <nl> - update_stats ( true ) { } <nl> + update_stats ( true ) , <nl> + top_frame_type ( StackFrame : : NONE ) { } <nl> void Init ( Isolate * isolate , const v8 : : RegisterState & state , <nl> RecordCEntryFrame record_c_entry_frame , bool update_stats ) ; <nl> - static bool GetStackSample ( Isolate * isolate , const v8 : : RegisterState & state , <nl> + static void GetStackSample ( Isolate * isolate , const v8 : : RegisterState & state , <nl> RecordCEntryFrame record_c_entry_frame , <nl> void * * frames , size_t frames_limit , <nl> v8 : : SampleInfo * sample_info ) ; <nl> struct TickSample { <nl> unsigned frames_count : kMaxFramesCountLog2 ; / / Number of captured frames . <nl> bool has_external_callback : 1 ; <nl> bool update_stats : 1 ; / / Whether the sample should update aggregated stats . <nl> + StackFrame : : Type top_frame_type : 5 ; <nl> } ; <nl> <nl> <nl>
|
Revert of Move stack trace extraction code out of TickSample : : Init ( patchset id : 1 of https : / / codereview . chromium . org / 2007343003 / )
|
v8/v8
|
9ac4a6efa9a732be2c1c2cb729bc992a2322520a
|
2016-06-08T19:48:31Z
|
mmm a / scripting / lua / luajit / build_ios . sh <nl> ppp b / scripting / lua / luajit / build_ios . sh <nl> <nl> # ! / bin / sh <nl> DIR = " $ ( cd " $ ( dirname " $ { BASH_SOURCE [ 0 ] } " ) " & & pwd ) " <nl> + LIPO = " xcrun - sdk iphoneos lipo " <nl> + STRIP = " xcrun - sdk iphoneos strip " <nl> + <nl> SRCDIR = $ DIR / LuaJit - 2 . 0 . 1 <nl> - DESTDIR = $ DIR / proj . ios <nl> + DESTDIR = $ DIR / ios <nl> IXCODE = ` xcode - select - print - path ` <nl> ISDK = $ IXCODE / Platforms / iPhoneOS . platform / Developer <nl> ISDKVER = iPhoneOS6 . 1 . sdk <nl> cd $ SRCDIR <nl> make clean <nl> ISDKF = " - arch armv7 - isysroot $ ISDK / SDKs / $ ISDKVER " <nl> make HOST_CC = " gcc - m32 - arch i386 " CROSS = $ ISDKP TARGET_FLAGS = " $ ISDKF " TARGET_SYS = iOS <nl> - mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit2 - armv7 . a <nl> + mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit - armv7 . a <nl> + <nl> + make clean <nl> + ISDKF = " - arch armv7s - isysroot $ ISDK / SDKs / $ ISDKVER " <nl> + make HOST_CC = " gcc - m32 - arch i386 " CROSS = $ ISDKP TARGET_FLAGS = " $ ISDKF " TARGET_SYS = iOS <nl> + mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit - armv7s . a <nl> <nl> - # make clean <nl> - # ISDKF = " - arch armv7s - isysroot $ ISDK / SDKs / $ ISDKVER " <nl> - # make HOST_CC = " gcc - m32 - arch i386 " CROSS = $ ISDKP TARGET_FLAGS = " $ ISDKF " TARGET_SYS = iOS <nl> - # mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit2 - armv7s . a <nl> + make clean <nl> + make CC = " gcc - m32 - arch i386 " clean all <nl> + mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit - i386 . a <nl> <nl> - # make clean <nl> - # make CC = " gcc - m32 - arch i386 " clean all <nl> - # mv " $ SRCDIR " / src / libluajit . a " $ DESTDIR " / libluajit2 - i386 . a <nl> + $ LIPO - create " $ DESTDIR " / libluajit - * . a - output " $ DESTDIR " / libluajit . a <nl> + $ STRIP - S " $ DESTDIR " / libluajit . a <nl> + $ LIPO - info " $ DESTDIR " / libluajit . a <nl> <nl> - # lipo - create " $ DESTDIR " / libluajit2 - * . a - output " $ DESTDIR " / libluajit2 . a <nl> - # rm " $ DESTDIR " / libluajit2 - * . a <nl> + rm " $ DESTDIR " / libluajit - * . a <nl> <nl> - # make clean <nl> + make clean <nl> new file mode 100644 <nl> index 000000000000 . . a62e42969440 <nl> mmm / dev / null <nl> ppp b / scripting / lua / luajit / ios / libluajit . a . REMOVED . git - id <nl> @ @ - 0 , 0 + 1 @ @ <nl> + c575634b13ad68bafaba45d8141968768687751f <nl> \ No newline at end of file <nl>
|
Adding luajit iOS prebuilt library .
|
cocos2d/cocos2d-x
|
bbbf139c8de074afc447f350790b2f87333ef21e
|
2013-04-16T10:19:25Z
|
mmm a / src / transferlistfilterswidget . h <nl> ppp b / src / transferlistfilterswidget . h <nl> protected slots : <nl> applyLabelFilter ( 0 ) ; <nl> / / Un display filter <nl> delete labelFilters - > takeItem ( row ) ; <nl> + / / Save custom labels to remember it was deleted <nl> + saveCustomLabels ( ) ; <nl> } <nl> <nl> void applyLabelFilter ( int row ) { <nl> mmm a / src / transferlistwidget . cpp <nl> ppp b / src / transferlistwidget . cpp <nl> void TransferListWidget : : setSelectionLabel ( QString label ) { <nl> void TransferListWidget : : removeLabelFromRows ( QString label ) { <nl> for ( int i = 0 ; i < listModel - > rowCount ( ) ; + + i ) { <nl> if ( listModel - > data ( listModel - > index ( i , TR_LABEL ) ) = = label ) { <nl> + QString hash = getHashFromRow ( i ) ; <nl> listModel - > setData ( listModel - > index ( i , TR_LABEL ) , " " , Qt : : DisplayRole ) ; <nl> + TorrentPersistentData : : saveLabel ( hash , " " ) ; <nl> emit torrentChangedLabel ( label , " " ) ; <nl> } <nl> } <nl>
|
- Fix issue with torrent label not being remembered on startup under certain circumstances
|
qbittorrent/qBittorrent
|
a1dd7242201e31d87c877cfbce16889042f867dd
|
2010-01-03T13:15:26Z
|
mmm a / modules / visual_script / visual_script_builtin_funcs . cpp <nl> ppp b / modules / visual_script / visual_script_builtin_funcs . cpp <nl> PropertyInfo VisualScriptBuiltinFunc : : get_output_value_port_info ( int p_idx ) cons <nl> case MATH_CEIL : { <nl> t = Variant : : FLOAT ; <nl> } break ; <nl> - case MATH_POSMOD : <nl> + case MATH_POSMOD : { <nl> + t = Variant : : INT ; <nl> + } break ; <nl> case MATH_ROUND : { <nl> t = Variant : : FLOAT ; <nl> } break ; <nl>
|
Change MATH_POSMOD return type back to INT
|
godotengine/godot
|
f7cc2b090cf1e32c7671a35839863d0c5d448715
|
2020-04-14T21:23:35Z
|
mmm a / lib / Logger / LoggerFeature . cpp <nl> ppp b / lib / Logger / LoggerFeature . cpp <nl> void LoggerFeature : : collectOptions ( std : : shared_ptr < ProgramOptions > options ) { <nl> options - > addOption ( " - - log . escape " , " escape characters when logging " , <nl> new BooleanParameter ( & _useEscaped ) ) ; <nl> <nl> - options - > addOption ( " - - log . output , - o " , " log destination ( s ) " , <nl> + options - > addOption ( " - - log . output , - o " , <nl> + " log destination ( s ) , e . g . file : / / / path / to / file ( Linux , macOS ) " <nl> + " or file : / / C : \ \ path \ \ to \ \ file ( Windows ) " , <nl> new VectorParameter < StringParameter > ( & _output ) ) ; <nl> <nl> options - > addOption ( " - - log . level , - l " , " the global or topic - specific log level " , <nl>
|
Doc - Added " log - output " example ( )
|
arangodb/arangodb
|
e5fb446dea9d55fdb0a3feff753d94d67feda27d
|
2019-10-10T14:33:07Z
|
mmm a / emcc <nl> ppp b / emcc <nl> Options that are modified or new in % s include : <nl> optimization , so it will be minified <nl> properly if closure compiler is run . <nl> <nl> + Note that the post js will typically run after <nl> + main ( ) completes ( unless there is something <nl> + async ) . In that case , main ( ) will exit and <nl> + the post js will not be reached ( just as if <nl> + you call exit ( ) in C code ) . If you want to <nl> + prevent that , you can build with <nl> + - s NO_EXIT_RUNTIME = 1 <nl> + <nl> - - embed - file < file > A file to embed inside the generated <nl> JavaScript . The compiled code will be able <nl> to access the file in the current directory <nl> mmm a / src / postamble . js <nl> ppp b / src / postamble . js <nl> Module [ ' callMain ' ] = Module . callMain = function callMain ( args ) { <nl> # endif <nl> <nl> / / if we ' re not running an evented main loop , it ' s time to exit <nl> - if ( ! Module [ ' noExitRuntime ' ] ) { <nl> - exit ( ret ) ; <nl> - } <nl> + exit ( ret ) ; <nl> } <nl> catch ( e ) { <nl> if ( e instanceof ExitStatus ) { <nl> function run ( args ) { <nl> Module [ ' run ' ] = Module . run = run ; <nl> <nl> function exit ( status ) { <nl> + if ( Module [ ' noExitRuntime ' ] ) { <nl> + # if ASSERTIONS <nl> + Module . printErr ( ' exit ( ' + status + ' ) called , but noExitRuntime , so not exiting ' ) ; <nl> + # endif <nl> + return ; <nl> + } <nl> + <nl> ABORT = true ; <nl> EXITSTATUS = status ; <nl> STACKTOP = initialStackTop ; <nl> mmm a / tests / cmake / target_js / CMakeLists . txt <nl> ppp b / tests / cmake / target_js / CMakeLists . txt <nl> file ( GLOB postJsFiles post * . js ) <nl> file ( GLOB libraryJsFiles jslibrary * . js ) <nl> <nl> if ( CMAKE_BUILD_TYPE STREQUAL Debug ) <nl> - SET ( linkFlags " - g4 " ) <nl> + SET ( linkFlags " - g4 - s NO_EXIT_RUNTIME = 1 " ) <nl> else ( ) # Either MinSizeRel , RelWithDebInfo or Release , all which run with optimizations enabled . <nl> - SET ( linkFlags " - O2 " ) <nl> + SET ( linkFlags " - O2 - s NO_EXIT_RUNTIME = 1 " ) <nl> endif ( ) <nl> <nl> SET ( CMAKE_EXECUTABLE_SUFFIX " . js " ) <nl> mmm a / tests / hello_malloc . cpp <nl> ppp b / tests / hello_malloc . cpp <nl> int main ( ) { <nl> void * another = malloc ( 1024 ) ; <nl> assert ( another = = allocs [ 0 ] ) ; <nl> printf ( " hello , world ! \ n " ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl> mmm a / tests / hello_world . c <nl> ppp b / tests / hello_world . c <nl> <nl> <nl> int main ( ) { <nl> printf ( " hello , world ! \ n " ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl> mmm a / tests / hello_world . cpp <nl> ppp b / tests / hello_world . cpp <nl> class Test { } ; / / This will fail in C mode <nl> <nl> int main ( ) { <nl> printf ( " hello , world ! \ n " ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl> mmm a / tests / hello_world . ll <nl> ppp b / tests / hello_world . ll <nl> entry : <nl> % retval = alloca i32 , align 4 <nl> store i32 0 , i32 * % retval <nl> % call = call i32 ( i8 * , . . . ) * @ printf ( i8 * getelementptr inbounds ( [ 15 x i8 ] * @ . str , i32 0 , i32 0 ) ) <nl> - ret i32 1 <nl> + ret i32 0 <nl> } <nl> <nl> declare i32 @ printf ( i8 * , . . . ) <nl> mmm a / tests / hello_world_loop . cpp <nl> ppp b / tests / hello_world_loop . cpp <nl> int main ( ) { <nl> } <nl> copy [ strlen ( copy ) + 1 ] = ( int ) & original ; / / force original to be on the stack <nl> dump ( copy ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl> mmm a / tests / hello_world_loop_malloc . cpp <nl> ppp b / tests / hello_world_loop_malloc . cpp <nl> int main ( ) { <nl> } <nl> copy [ strlen ( copy ) + 1 ] = ( int ) & original ; / / force original to be on the stack <nl> dump ( copy ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl> mmm a / tests / test_core . py <nl> ppp b / tests / test_core . py <nl> def test_exit_stack ( self ) : <nl> if Settings . ASM_JS : return self . skip ( ' uses report_stack without exporting ' ) <nl> <nl> Settings . INLINING_LIMIT = 50 <nl> + Settings . NO_EXIT_RUNTIME = 1 <nl> <nl> src = r ' ' ' <nl> # include < stdio . h > <nl> def test_exit_stack ( self ) : <nl> ' ' ' ) <nl> <nl> self . emcc_args + = [ ' - - pre - js ' , ' pre . js ' ] <nl> - self . do_run ( src , ' ' ' reported \ nExit Status : 1 \ npostRun \ nok . \ n ' ' ' ) <nl> + self . do_run ( src , ' ' ' reported \ n * 0 * \ nExit Status : 0 \ npostRun \ nok . \ n ' ' ' ) <nl> <nl> def test_class ( self ) : <nl> test_path = path_from_root ( ' tests ' , ' core ' , ' test_class ' ) <nl> def test_poppler ( self ) : <nl> <nl> Settings . CORRECT_OVERFLOWS = 1 <nl> Settings . CORRECT_SIGNS = 1 <nl> + Settings . NO_EXIT_RUNTIME = 1 <nl> <nl> Building . COMPILER_TEST_OPTS + = [ <nl> ' - I ' + path_from_root ( ' tests ' , ' freetype ' , ' include ' ) , <nl> def image_compare ( output , err ) : <nl> <nl> self . emcc_args + = [ ' - - minify ' , ' 0 ' ] # to compare the versions <nl> <nl> + Settings . NO_EXIT_RUNTIME = 1 <nl> + <nl> def do_test ( ) : <nl> self . do_run ( open ( path_from_root ( ' tests ' , ' openjpeg ' , ' codec ' , ' j2k_to_image . c ' ) , ' r ' ) . read ( ) , <nl> ' Successfully generated ' , # The real test for valid output is in image_compare <nl> def test_typeinfo ( self ) : <nl> if self . emcc_args is not None and self . emcc_args ! = [ ] : return self . skip ( ' full LLVM opts optimize out all the code that uses the type ' ) <nl> <nl> Settings . RUNTIME_TYPE_INFO = 1 <nl> + Settings . NO_EXIT_RUNTIME = 1 <nl> + Settings . ASSERTIONS = 0 <nl> if Settings . QUANTUM_SIZE ! = 4 : return self . skip ( ' We assume normal sizes in the output here ' ) <nl> <nl> src = ' ' ' <nl> def process ( filename ) : <nl> ' ' ' <nl> <nl> self . do_run ( src , <nl> - ' * ok : 5 * \ n | i32 , i8 , i16 | 0 , 4 , 6 | \ n | 0 , 4 , 8 , 10 , 12 | \ n | { " __size__ " : 8 , " x " : 0 , " y " : 4 , " z " : 6 } | ' , <nl> - post_build = post ) <nl> + ' * ok : 5 * \ n | i32 , i8 , i16 | 0 , 4 , 6 | \ n | 0 , 4 , 8 , 10 , 12 | \ n | { " __size__ " : 8 , " x " : 0 , " y " : 4 , " z " : 6 } | ' , <nl> + post_build = post ) <nl> <nl> # Make sure that without the setting , we don ' t spam the . js with the type info <nl> Settings . RUNTIME_TYPE_INFO = 0 <nl> mmm a / tests / test_other . py <nl> ppp b / tests / test_other . py <nl> def test_js_link ( self ) : <nl> Module . print ( MESSAGE ) ; <nl> ' ' ' ) <nl> <nl> - Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' before . js ' , ' - - post - js ' , ' after . js ' ] ) . communicate ( ) <nl> + Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' before . js ' , ' - - post - js ' , ' after . js ' , ' - s ' , ' NO_EXIT_RUNTIME = 1 ' ] ) . communicate ( ) <nl> self . assertContained ( ' hello from main \ nhello from js \ n ' , run_js ( os . path . join ( self . get_dir ( ) , ' a . out . js ' ) ) ) <nl> <nl> def test_sdl_endianness ( self ) : <nl> def test_prepost ( self ) : <nl> } ; <nl> ' ' ' ) <nl> <nl> - Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' ] ) . communicate ( ) <nl> + Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' , ' - s ' , ' NO_EXIT_RUNTIME = 1 ' ] ) . communicate ( ) <nl> self . assertContained ( ' pre - run \ nhello from main \ npost - run \ n ' , run_js ( os . path . join ( self . get_dir ( ) , ' a . out . js ' ) ) ) <nl> <nl> # never run , so no preRun or postRun <nl> def test_prepost ( self ) : <nl> # noInitialRun prevents run <nl> for no_initial_run , run_dep in [ ( 0 , 0 ) , ( 1 , 0 ) , ( 0 , 1 ) ] : <nl> print no_initial_run , run_dep <nl> - Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) ] ) . communicate ( ) <nl> + Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - s ' , ' NO_EXIT_RUNTIME = 1 ' ] ) . communicate ( ) <nl> src = ' var Module = { noInitialRun : % d } ; \ n ' % no_initial_run + open ( os . path . join ( self . get_dir ( ) , ' a . out . js ' ) ) . read ( ) <nl> if run_dep : <nl> src = src . replace ( ' / / { { PRE_RUN_ADDITIONS } } ' , ' / / { { PRE_RUN_ADDITIONS } } \ naddRunDependency ( " test " ) ; ' ) \ <nl> def test_prepost ( self ) : <nl> preInit : function ( ) { Module . print ( ' pre - init ' ) } <nl> } ; <nl> ' ' ' ) <nl> - Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' ] ) . communicate ( ) <nl> + Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' , ' - s ' , ' NO_EXIT_RUNTIME = 1 ' ] ) . communicate ( ) <nl> self . assertContained ( ' pre - init \ npre - run \ nhello from main \ npost - run \ n ' , run_js ( os . path . join ( self . get_dir ( ) , ' a . out . js ' ) ) ) <nl> <nl> def test_prepost2 ( self ) : <nl> def test_prepost2 ( self ) : <nl> open ( os . path . join ( self . get_dir ( ) , ' pre2 . js ' ) , ' w ' ) . write ( ' ' ' <nl> Module . postRun = function ( ) { Module . print ( ' post - run ' ) } ; <nl> ' ' ' ) <nl> - Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' , ' - - pre - js ' , ' pre2 . js ' ] ) . communicate ( ) <nl> + Popen ( [ PYTHON , EMCC , os . path . join ( self . get_dir ( ) , ' main . cpp ' ) , ' - - pre - js ' , ' pre . js ' , ' - - pre - js ' , ' pre2 . js ' , ' - s ' , ' NO_EXIT_RUNTIME = 1 ' ] ) . communicate ( ) <nl> self . assertContained ( ' pre - run \ nhello from main \ npost - run \ n ' , run_js ( os . path . join ( self . get_dir ( ) , ' a . out . js ' ) ) ) <nl> <nl> def test_prepre ( self ) : <nl> mmm a / tests / twopart_main . cpp <nl> ppp b / tests / twopart_main . cpp <nl> extern void theFunc ( char * str ) ; <nl> <nl> int main ( ) { <nl> theFunc ( " hello from main " ) ; <nl> - return 1 ; <nl> + return 0 ; <nl> } <nl> <nl>
|
move check for noExitRuntime into exit ( ) , and fix up tests
|
emscripten-core/emscripten
|
28f1413d462d6cda66cb3e5eb49bd145128ef741
|
2014-07-09T20:28:27Z
|
mmm a / TODO <nl> ppp b / TODO <nl> <nl> * consider life cycle of requestGroup and segmentMan <nl> * exit status : all downloads have been successful - > EXIT_SUCCESS , <nl> some of downloads have been failed - > EXIT_FAILURE <nl> - <nl> - <nl> - * Create directory structure before initAndOpen : <nl> - HttpResponseCommand . cc <nl> - RequestGroup . cc <nl> - TorrentRequestInfo . cc : < - not the case <nl> - * Add ETA like : ETA : 01 . 23 ' 45 " <nl> \ No newline at end of file <nl>
|
Updated TODO
|
aria2/aria2
|
a90e103ab1453a6edff9f3d49b6ca78f75816ce0
|
2007-07-01T14:20:07Z
|
mmm a / tensorflow / python / training / input . py <nl> ppp b / tensorflow / python / training / input . py <nl> def _dtypes ( tensor_list_list ) : <nl> for other_types in all_types [ 1 : ] : <nl> if other_types ! = types : <nl> raise TypeError ( " Expected types to be consistent : % s vs . % s . " % <nl> - " , " . join ( x . name for x in types ) , <nl> - " , " . join ( x . name for x in other_types ) ) <nl> + ( " , " . join ( x . name for x in types ) , <nl> + " , " . join ( x . name for x in other_types ) ) ) <nl> return types <nl> <nl> <nl>
|
Merge pull request from tensorflow / vrv - patch - 1
|
tensorflow/tensorflow
|
fa57f646f41da98668a550c994cea962ed8b32d9
|
2015-12-25T01:57:35Z
|
new file mode 100644 <nl> index 000000000000 . . a28b5416e38a <nl> mmm / dev / null <nl> ppp b / jstests / sharding / cursor_cleanup . js <nl> <nl> + / / <nl> + / / Tests cleanup of sharded and unsharded cursors <nl> + / / <nl> + <nl> + var st = new ShardingTest ( { shards : 2 , mongos : 1 , other : { separateConfig : true } } ) ; <nl> + st . stopBalancer ( ) ; <nl> + <nl> + var mongos = st . s0 ; <nl> + var admin = mongos . getDB ( " admin " ) ; <nl> + var config = mongos . getDB ( " config " ) ; <nl> + var shards = config . shards . find ( ) . toArray ( ) ; <nl> + var coll = mongos . getCollection ( " foo . bar " ) ; <nl> + var collUnsharded = mongos . getCollection ( " foo . baz " ) ; <nl> + <nl> + / / Shard collection <nl> + printjson ( admin . runCommand ( { enableSharding : coll . getDB ( ) + " " } ) ) ; <nl> + printjson ( admin . runCommand ( { movePrimary : coll . getDB ( ) + " " , to : shards [ 0 ] . _id } ) ) ; <nl> + printjson ( admin . runCommand ( { shardCollection : coll + " " , key : { _id : 1 } } ) ) ; <nl> + printjson ( admin . runCommand ( { split : coll + " " , middle : { _id : 0 } } ) ) ; <nl> + printjson ( admin . runCommand ( { moveChunk : coll + " " , find : { _id : 0 } , to : shards [ 1 ] . _id } ) ) ; <nl> + <nl> + jsTest . log ( " Collection set up . . . " ) ; <nl> + st . printShardingStatus ( true ) ; <nl> + <nl> + jsTest . log ( " Insert enough data to overwhelm a query batch . " ) ; <nl> + <nl> + for ( var i = - 150 ; i < 150 ; i + + ) { <nl> + coll . insert ( { _id : i } ) ; <nl> + collUnsharded . insert ( { _id : i } ) ; <nl> + } <nl> + assert . eq ( null , coll . getDB ( ) . getLastError ( ) ) ; <nl> + <nl> + jsTest . log ( " Open a cursor to a sharded and unsharded collection . " ) ; <nl> + <nl> + var shardedCursor = coll . find ( ) ; <nl> + assert . neq ( null , shardedCursor . next ( ) ) ; <nl> + <nl> + var unshardedCursor = collUnsharded . find ( ) ; <nl> + assert . neq ( null , unshardedCursor . next ( ) ) ; <nl> + <nl> + jsTest . log ( " Check whether the cursor is registered in the cursor info . " ) ; <nl> + <nl> + var cursorInfo = admin . runCommand ( { cursorInfo : true } ) ; <nl> + printjson ( cursorInfo ) ; <nl> + <nl> + assert . eq ( cursorInfo . sharded , 1 ) ; <nl> + assert . eq ( cursorInfo . refs , 1 ) ; <nl> + <nl> + jsTest . log ( " End the cursors . " ) ; <nl> + <nl> + shardedCursor . itcount ( ) ; <nl> + unshardedCursor . itcount ( ) ; <nl> + <nl> + var cursorInfo = admin . runCommand ( { cursorInfo : true } ) ; <nl> + printjson ( cursorInfo ) ; <nl> + <nl> + assert . eq ( cursorInfo . sharded , 0 ) ; <nl> + assert . eq ( cursorInfo . refs , 0 ) ; <nl> + <nl> + jsTest . log ( " DONE ! " ) ; <nl> + <nl> + st . stop ( ) ; <nl>
|
SERVER - 9139 test cursor cleanup in mongos
|
mongodb/mongo
|
ff6348dd229e9c15f46cba3f5419a1ef3d8a1cad
|
2013-03-27T20:24:51Z
|
mmm a / cocos2dx / base_nodes / CCNode . h <nl> ppp b / cocos2dx / base_nodes / CCNode . h <nl> class CC_DLL CCNode : public CCObject <nl> CC_PROPERTY ( CCGridBase * , m_pGrid , Grid ) <nl> <nl> / * * Whether of not the node is visible . Default is true * / <nl> + protected : <nl> bool m_bIsVisible ; <nl> - bool isVisible ( ) ; <nl> - void setVisible ( bool visible ) ; <nl> + public : <nl> + virtual bool isVisible ( ) ; <nl> + virtual void setVisible ( bool visible ) ; <nl> + <nl> <nl> / * * anchorPoint is the point around which all transformations and positioning manipulations take place . <nl> It ' s like a pin in the node where it is " attached " to its parent . <nl> mmm a / cocos2dx / extensions / CCBReader / CCControlLoader . cpp <nl> ppp b / cocos2dx / extensions / CCBReader / CCControlLoader . cpp <nl> USING_NS_CC_EXT ; <nl> <nl> void CCControlLoader : : onHandlePropTypeCheck ( CCNode * pNode , CCNode * pParent , const char * pPropertyName , bool pCheck , CCBReader * pCCBReader ) { <nl> if ( strcmp ( pPropertyName , PROPERTY_ENABLED ) = = 0 ) { <nl> - ( ( CCControl * ) pNode ) - > setIsEnabled ( pCheck ) ; <nl> + ( ( CCControl * ) pNode ) - > setEnabled ( pCheck ) ; <nl> } else if ( strcmp ( pPropertyName , PROPERTY_SELECTED ) = = 0 ) { <nl> - ( ( CCControl * ) pNode ) - > setIsSelected ( pCheck ) ; <nl> + ( ( CCControl * ) pNode ) - > setSelected ( pCheck ) ; <nl> } else { <nl> CCNodeLoader : : onHandlePropTypeCheck ( pNode , pParent , pPropertyName , pCheck , pCCBReader ) ; <nl> } <nl> mmm a / cocos2dx / extensions / CCBReader / CCLayerGradientLoader . cpp <nl> ppp b / cocos2dx / extensions / CCBReader / CCLayerGradientLoader . cpp <nl> void CCLayerGradientLoader : : onHandlePropTypePoint ( CCNode * pNode , CCNode * pPare <nl> ( ( CCLayerGradient * ) pNode ) - > setVector ( pPoint ) ; <nl> <nl> / / TODO Not passed along the ccbi file . <nl> - / / ( ( CCLayerGradient * ) pNode ) - > setIsCompressedInterpolation ( true ) ; <nl> + / / ( ( CCLayerGradient * ) pNode ) - > setCompressedInterpolation ( true ) ; <nl> } else { <nl> CCLayerLoader : : onHandlePropTypePoint ( pNode , pParent , pPropertyName , pPoint , pCCBReader ) ; <nl> } <nl> mmm a / cocos2dx / extensions / CCBReader / CCLayerLoader . cpp <nl> ppp b / cocos2dx / extensions / CCBReader / CCLayerLoader . cpp <nl> void CCLayerLoader : : onHandlePropTypeCheck ( CCNode * pNode , CCNode * pParent , cons <nl> } else if ( strcmp ( pPropertyName , PROPERTY_KEYBOARD_ENABLED ) = = 0 ) { <nl> / / TODO XXX <nl> CCLOG ( " The property ' % s ' is not supported ! " , PROPERTY_KEYBOARD_ENABLED ) ; <nl> - / / This comes closest : ( ( CCLayer * ) pNode ) - > setIsKeypadEnabled ( pCheck ) ; <nl> + / / This comes closest : ( ( CCLayer * ) pNode ) - > setKeypadEnabled ( pCheck ) ; <nl> } else { <nl> CCNodeLoader : : onHandlePropTypeCheck ( pNode , pParent , pPropertyName , pCheck , pCCBReader ) ; <nl> } <nl> mmm a / cocos2dx / extensions / CCBReader / CCMenuItemLoader . cpp <nl> ppp b / cocos2dx / extensions / CCBReader / CCMenuItemLoader . cpp <nl> void CCMenuItemLoader : : onHandlePropTypeBlock ( CCNode * pNode , CCNode * pParent , c <nl> <nl> void CCMenuItemLoader : : onHandlePropTypeCheck ( CCNode * pNode , CCNode * pParent , const char * pPropertyName , bool pCheck , CCBReader * pCCBReader ) { <nl> if ( strcmp ( pPropertyName , PROPERTY_ISENABLED ) = = 0 ) { <nl> - ( ( CCMenuItem * ) pNode ) - > setIsEnabled ( pCheck ) ; <nl> + ( ( CCMenuItem * ) pNode ) - > setEnabled ( pCheck ) ; <nl> } else { <nl> CCNodeLoader : : onHandlePropTypeCheck ( pNode , pParent , pPropertyName , pCheck , pCCBReader ) ; <nl> } <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControl . cpp <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControl . cpp <nl> bool CCControl : : init ( ) <nl> { <nl> if ( CCLayer : : init ( ) ) <nl> { <nl> - / / this - > setIsTouchEnabled ( true ) ; <nl> + / / this - > setTouchEnabled ( true ) ; <nl> / / m_bIsTouchEnabled = true ; <nl> / / Initialise instance variables <nl> m_nState = CCControlStateNormal ; <nl> CCArray * CCControl : : dispatchListforControlEvent ( CCControlEvent controlEvent ) <nl> return invocationList ; <nl> } <nl> <nl> + void CCControl : : setEnabled ( bool bEnabled ) <nl> + { <nl> + m_bEnabled = bEnabled ; <nl> + } <nl> + <nl> + bool CCControl : : isEnabled ( ) <nl> + { <nl> + return m_bEnabled ; <nl> + } <nl> + <nl> + void CCControl : : setSelected ( bool bSelected ) <nl> + { <nl> + m_bSelected = bSelected ; <nl> + } <nl> + <nl> + bool CCControl : : isSelected ( ) <nl> + { <nl> + return m_bSelected ; <nl> + } <nl> + <nl> + void CCControl : : setHighlighted ( bool bHighlighted ) <nl> + { <nl> + m_bHighlighted = bHighlighted ; <nl> + } <nl> + <nl> + bool CCControl : : isHighlighted ( ) <nl> + { <nl> + return m_bHighlighted ; <nl> + } <nl> + <nl> NS_CC_EXT_END <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControl . h <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControl . h <nl> class CC_DLL CCControl : public CCLayer , public CCRGBAProtocol <nl> CC_SYNTHESIZE ( int , m_nDefaultTouchPriority , DefaultTouchPriority ) ; <nl> / * * The current control state constant . * / <nl> CC_SYNTHESIZE_READONLY ( CCControlState , m_nState , State ) ; <nl> + <nl> + public : <nl> / * * Tells whether the control is enabled . * / <nl> - CC_SYNTHESIZE ( bool , m_bEnabled , IsEnabled ) ; <nl> - / * * A Boolean value that determines the control ’ s selected state . * / <nl> - CC_SYNTHESIZE ( bool , m_bSelected , IsSelected ) ; <nl> + virtual void setEnabled ( bool bEnabled ) ; <nl> + virtual bool isEnabled ( ) ; <nl> + / * * A Boolean value that determines the control selected state . * / <nl> + virtual void setSelected ( bool bSelected ) ; <nl> + virtual bool isSelected ( ) ; <nl> / * * A Boolean value that determines whether the control is highlighted . * / <nl> - CC_SYNTHESIZE ( bool , m_bHighlighted , IsHighlighted ) ; <nl> - <nl> - protected : <nl> + virtual void setHighlighted ( bool bHighlighted ) ; <nl> + virtual bool isHighlighted ( ) ; <nl> + <nl> + protected : <nl> + bool m_bEnabled ; <nl> + bool m_bSelected ; <nl> + bool m_bHighlighted ; <nl> + <nl> / / CCControlState , CCArray < CCInvocation * > <nl> CCDictionary * dispatchTable ; <nl> <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControlButton . cpp <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControlButton . cpp <nl> void CCControlButton : : setMargins ( int marginH , int marginV ) <nl> needsLayout ( ) ; <nl> } <nl> <nl> - void CCControlButton : : setIsEnabled ( bool enabled ) <nl> + void CCControlButton : : setEnabled ( bool enabled ) <nl> { <nl> - CCControl : : setIsEnabled ( enabled ) ; <nl> + CCControl : : setEnabled ( enabled ) ; <nl> needsLayout ( ) ; <nl> } <nl> <nl> - void CCControlButton : : setIsSelected ( bool enabled ) <nl> + void CCControlButton : : setSelected ( bool enabled ) <nl> { <nl> - CCControl : : setIsSelected ( enabled ) ; <nl> + CCControl : : setSelected ( enabled ) ; <nl> needsLayout ( ) ; <nl> } <nl> <nl> - void CCControlButton : : setIsHighlighted ( bool enabled ) <nl> + void CCControlButton : : setHighlighted ( bool enabled ) <nl> { <nl> - CCControl : : setIsHighlighted ( enabled ) ; <nl> + CCControl : : setHighlighted ( enabled ) ; <nl> <nl> CCAction * action = getActionByTag ( kZoomActionTag ) ; <nl> if ( action ) <nl> void CCControlButton : : setIsHighlighted ( bool enabled ) <nl> needsLayout ( ) ; <nl> if ( m_zoomOnTouchDown ) <nl> { <nl> - float scaleValue = ( getIsHighlighted ( ) & & getIsEnabled ( ) & & ! getIsSelected ( ) ) ? 1 . 1f : 1 . 0f ; <nl> + float scaleValue = ( isHighlighted ( ) & & isEnabled ( ) & & ! isSelected ( ) ) ? 1 . 1f : 1 . 0f ; <nl> CCAction * zoomAction = CCScaleTo : : create ( 0 . 05f , scaleValue ) ; <nl> zoomAction - > setTag ( kZoomActionTag ) ; <nl> runAction ( zoomAction ) ; <nl> void CCControlButton : : needsLayout ( ) <nl> <nl> bool CCControlButton : : ccTouchBegan ( CCTouch * pTouch , CCEvent * pEvent ) <nl> { <nl> - if ( ! isTouchInside ( pTouch ) | | ! getIsEnabled ( ) ) <nl> + if ( ! isTouchInside ( pTouch ) | | ! isEnabled ( ) ) <nl> { <nl> return false ; <nl> } <nl> <nl> m_nState = CCControlStateHighlighted ; <nl> pushed = true ; <nl> - this - > setIsHighlighted ( true ) ; <nl> + this - > setHighlighted ( true ) ; <nl> sendActionsForControlEvents ( CCControlEventTouchDown ) ; <nl> return true ; <nl> } <nl> void CCControlButton : : ccTouchMoved ( CCTouch * pTouch , CCEvent * pEvent ) <nl> { <nl> if ( m_bHighlighted ) <nl> { <nl> - setIsHighlighted ( false ) ; <nl> + setHighlighted ( false ) ; <nl> } <nl> return ; <nl> } <nl> void CCControlButton : : ccTouchMoved ( CCTouch * pTouch , CCEvent * pEvent ) <nl> if ( isTouchMoveInside & & ! m_bHighlighted ) <nl> { <nl> m_nState = CCControlStateHighlighted ; <nl> - setIsHighlighted ( true ) ; <nl> + setHighlighted ( true ) ; <nl> sendActionsForControlEvents ( CCControlEventTouchDragEnter ) ; <nl> } <nl> else if ( isTouchMoveInside & & m_bHighlighted ) <nl> void CCControlButton : : ccTouchMoved ( CCTouch * pTouch , CCEvent * pEvent ) <nl> else if ( ! isTouchMoveInside & & m_bHighlighted ) <nl> { <nl> m_nState = CCControlStateNormal ; <nl> - setIsHighlighted ( false ) ; <nl> + setHighlighted ( false ) ; <nl> <nl> sendActionsForControlEvents ( CCControlEventTouchDragExit ) ; <nl> } <nl> void CCControlButton : : ccTouchEnded ( CCTouch * pTouch , CCEvent * pEvent ) <nl> { <nl> m_nState = CCControlStateNormal ; <nl> pushed = false ; <nl> - setIsHighlighted ( false ) ; <nl> + setHighlighted ( false ) ; <nl> <nl> <nl> if ( isTouchInside ( pTouch ) ) <nl> void CCControlButton : : ccTouchCancelled ( CCTouch * pTouch , CCEvent * pEvent ) <nl> { <nl> m_nState = CCControlStateNormal ; <nl> pushed = false ; <nl> - setIsHighlighted ( false ) ; <nl> + setHighlighted ( false ) ; <nl> sendActionsForControlEvents ( CCControlEventTouchCancel ) ; <nl> } <nl> <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControlButton . h <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControlButton . h <nl> class CC_DLL CCControlButton : public CCControl <nl> virtual ~ CCControlButton ( ) ; <nl> virtual void needsLayout ( void ) ; <nl> <nl> - virtual void setIsEnabled ( bool enabled ) ; <nl> - virtual void setIsSelected ( bool enabled ) ; <nl> - virtual void setIsHighlighted ( bool enabled ) ; <nl> + virtual void setEnabled ( bool enabled ) ; <nl> + virtual void setSelected ( bool enabled ) ; <nl> + virtual void setHighlighted ( bool enabled ) ; <nl> protected : <nl> / / CCRGBAProtocol <nl> / / bool m_bIsOpacityModifyRGB ; <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControlSwitch . cpp <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControlSwitch . cpp <nl> void CCControlSwitch : : setOn ( bool isOn , bool animated ) <nl> sendActionsForControlEvents ( CCControlEventValueChanged ) ; <nl> } <nl> <nl> - void CCControlSwitch : : setIsEnabled ( bool enabled ) <nl> + void CCControlSwitch : : setEnabled ( bool enabled ) <nl> { <nl> m_bEnabled = enabled ; <nl> <nl> CCPoint CCControlSwitch : : locationFromTouch ( CCTouch * pTouch ) <nl> bool CCControlSwitch : : ccTouchBegan ( CCTouch * pTouch , CCEvent * pEvent ) <nl> { <nl> if ( ! this - > isTouchInside ( pTouch ) <nl> - | | ! this - > getIsEnabled ( ) ) <nl> + | | ! this - > isEnabled ( ) ) <nl> { <nl> return false ; <nl> } <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCControlSwitch . h <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCControlSwitch . h <nl> class CC_DLL CCControlSwitch : public CCControl <nl> * / <nl> void setOn ( bool isOn , bool animated ) ; <nl> void setOn ( bool isOn ) ; <nl> - bool getIsOn ( void ) { return m_bOn ; } <nl> + bool isOn ( void ) { return m_bOn ; } <nl> bool hasMoved ( ) { return m_bMoved ; } <nl> - void setIsEnabled ( bool enabled ) ; <nl> + virtual void setEnabled ( bool enabled ) ; <nl> <nl> CCPoint locationFromTouch ( CCTouch * touch ) ; <nl> / / events <nl> mmm a / cocos2dx / extensions / CCControlExtension / CCScale9Sprite . cpp <nl> ppp b / cocos2dx / extensions / CCControlExtension / CCScale9Sprite . cpp <nl> void CCScale9Sprite : : setOpacityModifyRGB ( bool var ) <nl> / / CCRGBAProtocol * pRGBAProtocol = ( CCRGBAProtocol * ) pNode ; <nl> / / if ( pRGBAProtocol ) <nl> / / { <nl> - / / pRGBAProtocol - > setIsOpacityModifyRGB ( m_bIsOpacityModifyRGB ) ; <nl> + / / pRGBAProtocol - > setOpacityModifyRGB ( m_bIsOpacityModifyRGB ) ; <nl> / / } <nl> / / } <nl> } <nl> mmm a / cocos2dx / extensions / CCListView / CCListView . cpp <nl> ppp b / cocos2dx / extensions / CCListView / CCListView . cpp <nl> void CCListView : : finishFix ( void ) <nl> { <nl> if ( m_pListViewParent ) <nl> { <nl> - m_pListViewParent - > setIsEnabled ( true ) ; <nl> + m_pListViewParent - > setEnabled ( true ) ; <nl> } <nl> m_nState = CCListViewStateWatting ; <nl> m_nSlideDir = CCListViewSlideDirNone ; <nl> void CCListView : : ccTouchMoved ( CCTouch * touch , CCEvent * event ) <nl> <nl> if ( CCListViewSlideDirNone ! = m_nSlideDir & & m_pListViewParent ) <nl> { <nl> - m_pListViewParent - > setIsEnabled ( false ) ; <nl> + m_pListViewParent - > setEnabled ( false ) ; <nl> } <nl> } <nl> <nl> mmm a / cocos2dx / extensions / CCListView / CCListView . h <nl> ppp b / cocos2dx / extensions / CCListView / CCListView . h <nl> class CC_DLL CCListView : public CCLayerColor <nl> inline void setListViewParent ( CCListView * pParent ) { m_pListViewParent = pParent ; } <nl> inline CCListView * getListViewParent ( void ) { return m_pListViewParent ; } <nl> <nl> - inline void setIsEnabled ( bool bEnabled ) { m_bIsEnabled = bEnabled ; } <nl> - inline bool getIsEnabled ( void ) { return m_bIsEnabled ; } <nl> + inline void setEnabled ( bool bEnabled ) { m_bIsEnabled = bEnabled ; } <nl> + inline bool isEnabled ( void ) { return m_bIsEnabled ; } <nl> <nl> / / un <nl> void setDelegate ( const CCListViewDelegate * pDelegate ) { m_pDelegate = const_cast < CCListViewDelegate * > ( pDelegate ) ; } <nl> mmm a / cocos2dx / label_nodes / CCLabelBMFont . cpp <nl> ppp b / cocos2dx / label_nodes / CCLabelBMFont . cpp <nl> void CCLabelBMFont : : createFontChars ( ) <nl> fontChar - > setTextureRect ( rect , false , rect . size ) ; <nl> <nl> / / restore to default in case they were modified <nl> - fontChar - > setIsVisible ( true ) ; <nl> + fontChar - > setVisible ( true ) ; <nl> fontChar - > setOpacity ( 255 ) ; <nl> } <nl> <nl> mmm a / cocos2dx / layers_scenes_transitions_nodes / CCLayer . cpp <nl> ppp b / cocos2dx / layers_scenes_transitions_nodes / CCLayer . cpp <nl> void CCLayer : : registerWithTouchDispatcher ( ) <nl> CCDirector * pDirector = CCDirector : : sharedDirector ( ) ; <nl> if ( m_pScriptHandlerEntry ) <nl> { <nl> - if ( m_pScriptHandlerEntry - > getIsMultiTouches ( ) ) <nl> + if ( m_pScriptHandlerEntry - > isMultiTouches ( ) ) <nl> { <nl> pDirector - > getTouchDispatcher ( ) - > addStandardDelegate ( this , 0 ) ; <nl> LUALOG ( " [ LUA ] Add multi - touches event handler : % d " , m_pScriptHandlerEntry - > getHandler ( ) ) ; <nl> const CCPoint & CCLayerGradient : : getVector ( ) <nl> return m_AlongVector ; <nl> } <nl> <nl> - bool CCLayerGradient : : getIsCompressedInterpolation ( ) <nl> + bool CCLayerGradient : : isCompressedInterpolation ( ) <nl> { <nl> return m_bCompressedInterpolation ; <nl> } <nl> <nl> - void CCLayerGradient : : setIsCompressedInterpolation ( bool compress ) <nl> + void CCLayerGradient : : setCompressedInterpolation ( bool compress ) <nl> { <nl> m_bCompressedInterpolation = compress ; <nl> updateColor ( ) ; <nl> mmm a / cocos2dx / layers_scenes_transitions_nodes / CCLayer . h <nl> ppp b / cocos2dx / layers_scenes_transitions_nodes / CCLayer . h <nl> class CC_DLL CCLayerGradient : public CCLayerColor <nl> / * * Whether or not the interpolation will be compressed in order to display all the colors of the gradient both in canonical and non canonical vectors <nl> Default : YES <nl> * / <nl> - CC_PROPERTY ( bool , m_bCompressedInterpolation , IsCompressedInterpolation ) <nl> + protected : <nl> + bool m_bCompressedInterpolation ; <nl> + public : <nl> + virtual void setCompressedInterpolation ( bool bCompressedInterpolation ) ; <nl> + virtual bool isCompressedInterpolation ( ) ; <nl> <nl> / / @ warning : This interface will be deprecated in future . <nl> LAYER_NODE_FUNC ( CCLayerGradient ) <nl> mmm a / cocos2dx / menu_nodes / CCMenuItem . cpp <nl> ppp b / cocos2dx / menu_nodes / CCMenuItem . cpp <nl> void CCMenuItem : : activate ( ) <nl> } <nl> } <nl> <nl> - void CCMenuItem : : setIsEnabled ( bool enabled ) <nl> + void CCMenuItem : : setEnabled ( bool enabled ) <nl> { <nl> m_bIsEnabled = enabled ; <nl> } <nl> void CCMenuItemLabel : : unselected ( ) <nl> } <nl> } <nl> <nl> - void CCMenuItemLabel : : setIsEnabled ( bool enabled ) <nl> + void CCMenuItemLabel : : setEnabled ( bool enabled ) <nl> { <nl> if ( m_bIsEnabled ! = enabled ) <nl> { <nl> void CCMenuItemLabel : : setIsEnabled ( bool enabled ) <nl> dynamic_cast < CCRGBAProtocol * > ( m_pLabel ) - > setColor ( m_tColorBackup ) ; <nl> } <nl> } <nl> - CCMenuItem : : setIsEnabled ( enabled ) ; <nl> + CCMenuItem : : setEnabled ( enabled ) ; <nl> } <nl> <nl> void CCMenuItemLabel : : setOpacity ( GLubyte opacity ) <nl> void CCMenuItemSprite : : unselected ( ) <nl> } <nl> } <nl> <nl> - void CCMenuItemSprite : : setIsEnabled ( bool bEnabled ) <nl> + void CCMenuItemSprite : : setEnabled ( bool bEnabled ) <nl> { <nl> if ( m_bIsEnabled ! = bEnabled ) <nl> { <nl> - CCMenuItem : : setIsEnabled ( bEnabled ) ; <nl> + CCMenuItem : : setEnabled ( bEnabled ) ; <nl> this - > updateImagesVisibility ( ) ; <nl> } <nl> } <nl> void CCMenuItemToggle : : activate ( ) <nl> } <nl> CCMenuItem : : activate ( ) ; <nl> } <nl> - void CCMenuItemToggle : : setIsEnabled ( bool enabled ) <nl> + void CCMenuItemToggle : : setEnabled ( bool enabled ) <nl> { <nl> if ( m_bIsEnabled ! = enabled ) <nl> { <nl> - CCMenuItem : : setIsEnabled ( enabled ) ; <nl> + CCMenuItem : : setEnabled ( enabled ) ; <nl> <nl> if ( m_pSubItems & & m_pSubItems - > count ( ) > 0 ) <nl> { <nl> void CCMenuItemToggle : : setIsEnabled ( bool enabled ) <nl> CCARRAY_FOREACH ( m_pSubItems , pObj ) <nl> { <nl> CCMenuItem * pItem = ( CCMenuItem * ) pObj ; <nl> - pItem - > setIsEnabled ( enabled ) ; <nl> + pItem - > setEnabled ( enabled ) ; <nl> } <nl> } <nl> } <nl> mmm a / cocos2dx / menu_nodes / CCMenuItem . h <nl> ppp b / cocos2dx / menu_nodes / CCMenuItem . h <nl> class CC_DLL CCMenuItem : public CCNode <nl> virtual void registerScriptHandler ( int nHandler ) ; <nl> virtual void unregisterScriptHandler ( void ) ; <nl> <nl> - bool isEnabled ( ) ; <nl> - void setIsEnabled ( bool value ) ; <nl> - bool isSelected ( ) ; <nl> + virtual bool isEnabled ( ) ; <nl> + / / @ note : It ' s ' setIsEnable ' in cocos2d - iphone . <nl> + virtual void setEnabled ( bool value ) ; <nl> + virtual bool isSelected ( ) ; <nl> <nl> / * * set the target / selector of the menu item * / <nl> void setTarget ( CCObject * rec , SEL_MenuHandler selector ) ; <nl> class CC_DLL CCMenuItemLabel : public CCMenuItem , public CCRGBAProtocol <nl> virtual void selected ( ) ; <nl> virtual void unselected ( ) ; <nl> / * * Enable or disabled the CCMenuItemFont <nl> - @ warning setIsEnabled changes the RGB color of the font <nl> + @ warning setEnabled changes the RGB color of the font <nl> * / <nl> - virtual void setIsEnabled ( bool enabled ) ; <nl> + virtual void setEnabled ( bool enabled ) ; <nl> virtual void setOpacity ( GLubyte opacity ) ; <nl> virtual GLubyte getOpacity ( ) ; <nl> virtual void setColor ( const ccColor3B & color ) ; <nl> class CC_DLL CCMenuItemSprite : public CCMenuItem , public CCRGBAProtocol <nl> * / <nl> virtual void selected ( ) ; <nl> virtual void unselected ( ) ; <nl> - virtual void setIsEnabled ( bool bEnabled ) ; <nl> + virtual void setEnabled ( bool bEnabled ) ; <nl> <nl> virtual void setOpacityModifyRGB ( bool bValue ) { CC_UNUSED_PARAM ( bValue ) ; } <nl> virtual bool isOpacityModifyRGB ( void ) { return false ; } <nl> class CC_DLL CCMenuItemToggle : public CCMenuItem , public CCRGBAProtocol <nl> virtual void activate ( ) ; <nl> virtual void selected ( ) ; <nl> virtual void unselected ( ) ; <nl> - virtual void setIsEnabled ( bool var ) ; <nl> + virtual void setEnabled ( bool var ) ; <nl> <nl> virtual void setOpacityModifyRGB ( bool bValue ) { CC_UNUSED_PARAM ( bValue ) ; } <nl> virtual bool isOpacityModifyRGB ( void ) { return false ; } <nl> mmm a / cocos2dx / particle_nodes / CCParticleSystem . cpp <nl> ppp b / cocos2dx / particle_nodes / CCParticleSystem . cpp <nl> bool CCParticleSystem : : initWithDictionary ( CCDictionary * dictionary ) <nl> if ( strlen ( textureName ) > 0 ) <nl> { <nl> / / set not pop - up message box when load image failed <nl> - bool bNotify = CCFileUtils : : sharedFileUtils ( ) - > getIsPopupNotify ( ) ; <nl> - CCFileUtils : : sharedFileUtils ( ) - > setIsPopupNotify ( false ) ; <nl> + bool bNotify = CCFileUtils : : sharedFileUtils ( ) - > isPopupNotify ( ) ; <nl> + CCFileUtils : : sharedFileUtils ( ) - > popupNotify ( false ) ; <nl> tex = CCTextureCache : : sharedTextureCache ( ) - > addImage ( fullpath . c_str ( ) ) ; <nl> <nl> / / reset the value of UIImage notify <nl> - CCFileUtils : : sharedFileUtils ( ) - > setIsPopupNotify ( bNotify ) ; <nl> + CCFileUtils : : sharedFileUtils ( ) - > popupNotify ( bNotify ) ; <nl> } <nl> <nl> if ( tex ) <nl> void CCParticleSystem : : setPositionType ( tCCPositionType var ) <nl> m_ePositionType = var ; <nl> } <nl> <nl> - bool CCParticleSystem : : getIsAutoRemoveOnFinish ( ) <nl> + bool CCParticleSystem : : isAutoRemoveOnFinish ( ) <nl> { <nl> return m_bIsAutoRemoveOnFinish ; <nl> } <nl> <nl> - void CCParticleSystem : : setIsAutoRemoveOnFinish ( bool var ) <nl> + void CCParticleSystem : : setAutoRemoveOnFinish ( bool var ) <nl> { <nl> m_bIsAutoRemoveOnFinish = var ; <nl> } <nl> mmm a / cocos2dx / particle_nodes / CCParticleSystem . h <nl> ppp b / cocos2dx / particle_nodes / CCParticleSystem . h <nl> class CC_DLL CCParticleSystem : public CCNode , public CCTextureProtocol <nl> By default it is false . <nl> @ since v0 . 8 <nl> * / <nl> - CC_PROPERTY ( bool , m_bIsAutoRemoveOnFinish , IsAutoRemoveOnFinish ) <nl> + protected : <nl> + bool m_bIsAutoRemoveOnFinish ; <nl> + public : <nl> + virtual bool isAutoRemoveOnFinish ( ) ; <nl> + virtual void setAutoRemoveOnFinish ( bool var ) ; <nl> + <nl> / * * Switch between different kind of emitter modes : <nl> - kCCParticleModeGravity : uses gravity , speed , radial and tangential acceleration <nl> - kCCParticleModeRadius : uses radius movement + rotation <nl> mmm a / cocos2dx / platform / CCFileUtils . h <nl> ppp b / cocos2dx / platform / CCFileUtils . h <nl> class CC_DLL CCFileUtils <nl> / * * <nl> @ brief Set / Get whether pop - up a message box when the image load failed <nl> * / <nl> - void setIsPopupNotify ( bool bNotify ) ; <nl> - bool getIsPopupNotify ( ) ; <nl> + void popupNotify ( bool bNotify ) ; <nl> + bool isPopupNotify ( ) ; <nl> } ; <nl> <nl> NS_CC_END <nl> mmm a / cocos2dx / platform / CCFileUtilsCommon_cpp . h <nl> ppp b / cocos2dx / platform / CCFileUtilsCommon_cpp . h <nl> bool CCFileUtils : : iPhoneRetinaDisplayFileExistsAtPath ( const char * filename ) <nl> / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> static bool s_bPopupNotify = true ; <nl> <nl> - void CCFileUtils : : setIsPopupNotify ( bool bNotify ) <nl> + void CCFileUtils : : popupNotify ( bool bNotify ) <nl> { <nl> s_bPopupNotify = bNotify ; <nl> } <nl> <nl> - bool CCFileUtils : : getIsPopupNotify ( ) <nl> + bool CCFileUtils : : isPopupNotify ( ) <nl> { <nl> return s_bPopupNotify ; <nl> } <nl> mmm a / cocos2dx / platform / win32 / CCFileUtils . cpp <nl> ppp b / cocos2dx / platform / win32 / CCFileUtils . cpp <nl> unsigned char * CCFileUtils : : getFileData ( const char * pszFileName , const char * psz <nl> fclose ( fp ) ; <nl> } while ( 0 ) ; <nl> <nl> - if ( ! pBuffer & & getIsPopupNotify ( ) ) <nl> + if ( ! pBuffer & & isPopupNotify ( ) ) <nl> { <nl> std : : string title = " Notification " ; <nl> std : : string msg = " Get data from file ( " ; <nl> mmm a / cocos2dx / script_support / CCScriptSupport . h <nl> ppp b / cocos2dx / script_support / CCScriptSupport . h <nl> class CCTouchScriptHandlerEntry : public CCObject <nl> return m_nHandler ; <nl> } <nl> <nl> - inline bool getIsMultiTouches ( void ) { <nl> + inline bool isMultiTouches ( void ) { <nl> return m_bIsMultiTouches ; <nl> } <nl> <nl> mmm a / cocos2dx / sprite_nodes / CCSprite . cpp <nl> ppp b / cocos2dx / sprite_nodes / CCSprite . cpp <nl> void CCSprite : : ignoreAnchorPointForPosition ( bool value ) <nl> CCNode : : ignoreAnchorPointForPosition ( value ) ; <nl> } <nl> <nl> - void CCSprite : : setIsVisible ( bool bVisible ) <nl> + void CCSprite : : setVisible ( bool bVisible ) <nl> { <nl> CCNode : : setVisible ( bVisible ) ; <nl> SET_DIRTY_RECURSIVELY ( ) ; <nl> mmm a / cocos2dx / sprite_nodes / CCSprite . h <nl> ppp b / cocos2dx / sprite_nodes / CCSprite . h <nl> class CC_DLL CCSprite : public CCNode , public CCTextureProtocol , public CCRGBAPr <nl> virtual void setVertexZ ( float fVertexZ ) ; <nl> virtual void setAnchorPoint ( const CCPoint & anchor ) ; <nl> virtual void ignoreAnchorPointForPosition ( bool value ) ; <nl> - virtual void setIsVisible ( bool bVisible ) ; <nl> + virtual void setVisible ( bool bVisible ) ; <nl> void setFlipX ( bool bFlipX ) ; <nl> void setFlipY ( bool bFlipY ) ; <nl> / * * whether or not the sprite is flipped horizontally . <nl> mmm a / tests / tests / ActionsEaseTest / ActionsEaseTest . cpp <nl> ppp b / tests / tests / ActionsEaseTest / ActionsEaseTest . cpp <nl> void EaseSpriteDemo : : positionForTwo ( ) <nl> <nl> m_grossini - > setPosition ( CCPointMake ( 60 , s . height * 1 / 5 ) ) ; <nl> m_tamara - > setPosition ( CCPointMake ( 60 , s . height * 4 / 5 ) ) ; <nl> - m_kathia - > setIsVisible ( false ) ; <nl> + m_kathia - > setVisible ( false ) ; <nl> } <nl> <nl> <nl> mmm a / tests / tests / ActionsTest / ActionsTest . cpp <nl> ppp b / tests / tests / ActionsTest / ActionsTest . cpp <nl> void ActionsDemo : : centerSprites ( unsigned int numberOfSprites ) <nl> <nl> if ( numberOfSprites = = 0 ) <nl> { <nl> - m_tamara - > setIsVisible ( false ) ; <nl> - m_kathia - > setIsVisible ( false ) ; <nl> - m_grossini - > setIsVisible ( false ) ; <nl> + m_tamara - > setVisible ( false ) ; <nl> + m_kathia - > setVisible ( false ) ; <nl> + m_grossini - > setVisible ( false ) ; <nl> } <nl> else if ( numberOfSprites = = 1 ) <nl> { <nl> - m_tamara - > setIsVisible ( false ) ; <nl> - m_kathia - > setIsVisible ( false ) ; <nl> + m_tamara - > setVisible ( false ) ; <nl> + m_kathia - > setVisible ( false ) ; <nl> m_grossini - > setPosition ( CCPointMake ( s . width / 2 , s . height / 2 ) ) ; <nl> } <nl> else if ( numberOfSprites = = 2 ) <nl> { <nl> m_kathia - > setPosition ( CCPointMake ( s . width / 3 , s . height / 2 ) ) ; <nl> m_tamara - > setPosition ( CCPointMake ( 2 * s . width / 3 , s . height / 2 ) ) ; <nl> - m_grossini - > setIsVisible ( false ) ; <nl> + m_grossini - > setVisible ( false ) ; <nl> } <nl> else if ( numberOfSprites = = 3 ) <nl> { <nl> void ActionsDemo : : alignSpritesLeft ( unsigned int numberOfSprites ) <nl> <nl> if ( numberOfSprites = = 1 ) <nl> { <nl> - m_tamara - > setIsVisible ( false ) ; <nl> - m_kathia - > setIsVisible ( false ) ; <nl> + m_tamara - > setVisible ( false ) ; <nl> + m_kathia - > setVisible ( false ) ; <nl> m_grossini - > setPosition ( CCPointMake ( 60 , s . height / 2 ) ) ; <nl> } <nl> else if ( numberOfSprites = = 2 ) <nl> { <nl> m_kathia - > setPosition ( CCPointMake ( 60 , s . height / 3 ) ) ; <nl> m_tamara - > setPosition ( CCPointMake ( 60 , 2 * s . height / 3 ) ) ; <nl> - m_grossini - > setIsVisible ( false ) ; <nl> + m_grossini - > setVisible ( false ) ; <nl> } <nl> else if ( numberOfSprites = = 3 ) <nl> { <nl> void ActionSequence2 : : onEnter ( ) <nl> <nl> alignSpritesLeft ( 1 ) ; <nl> <nl> - m_grossini - > setIsVisible ( false ) ; <nl> + m_grossini - > setVisible ( false ) ; <nl> <nl> CCFiniteTimeAction * action = CCSequence : : create ( <nl> CCPlace : : create ( CCPointMake ( 200 , 200 ) ) , <nl> mmm a / tests / tests / ExtensionsTest / ControlExtensionTest / CCControlSwitchTest / CCControlSwitchTest . cpp <nl> ppp b / tests / tests / ExtensionsTest / ControlExtensionTest / CCControlSwitchTest / CCControlSwitchTest . cpp <nl> bool CCControlSwitchTest : : init ( ) <nl> void CCControlSwitchTest : : valueChanged ( CCObject * sender , CCControlEvent controlEvent ) <nl> { <nl> CCControlSwitch * pSwitch = ( CCControlSwitch * ) sender ; <nl> - if ( pSwitch - > getIsOn ( ) ) <nl> + if ( pSwitch - > isOn ( ) ) <nl> { <nl> m_pDisplayValueLabel - > setString ( " On " ) ; <nl> } <nl> mmm a / tests / tests / LabelTest / LabelTest . cpp <nl> ppp b / tests / tests / LabelTest / LabelTest . cpp <nl> BitmapFontMultiLineAlignment : : BitmapFontMultiLineAlignment ( ) <nl> / / position the label on the center of the screen <nl> this - > m_pLabelShouldRetain - > setPosition ( ccp ( size . width / 2 , size . height / 2 ) ) ; <nl> <nl> - this - > m_pArrowsBarShouldRetain - > setIsVisible ( false ) ; <nl> + this - > m_pArrowsBarShouldRetain - > setVisible ( false ) ; <nl> <nl> float arrowsWidth = ( ArrowsMax - ArrowsMin ) * size . width ; <nl> this - > m_pArrowsBarShouldRetain - > setScaleX ( arrowsWidth / this - > m_pArrowsBarShouldRetain - > getContentSize ( ) . width ) ; <nl> void BitmapFontMultiLineAlignment : : ccTouchesBegan ( cocos2d : : CCSet * pTouches , coco <nl> if ( CCRect : : CCRectContainsPoint ( this - > m_pArrowsShouldRetain - > boundingBox ( ) , location ) ) <nl> { <nl> m_drag = true ; <nl> - this - > m_pArrowsBarShouldRetain - > setIsVisible ( true ) ; <nl> + this - > m_pArrowsBarShouldRetain - > setVisible ( true ) ; <nl> } <nl> } <nl> <nl> void BitmapFontMultiLineAlignment : : ccTouchesEnded ( cocos2d : : CCSet * pTouches , coco <nl> m_drag = false ; <nl> this - > snapArrowsToEdge ( ) ; <nl> <nl> - this - > m_pArrowsBarShouldRetain - > setIsVisible ( false ) ; <nl> + this - > m_pArrowsBarShouldRetain - > setVisible ( false ) ; <nl> } <nl> <nl> void BitmapFontMultiLineAlignment : : ccTouchesMoved ( cocos2d : : CCSet * pTouches , cocos2d : : CCEvent * pEvent ) <nl> mmm a / tests / tests / LayerTest / LayerTest . cpp <nl> ppp b / tests / tests / LayerTest / LayerTest . cpp <nl> LayerGradient : : LayerGradient ( ) <nl> void LayerGradient : : toggleItem ( CCObject * sender ) <nl> { <nl> CCLayerGradient * gradient = ( CCLayerGradient * ) getChildByTag ( kTagLayer ) ; <nl> - gradient - > setIsCompressedInterpolation ( ! gradient - > getIsCompressedInterpolation ( ) ) ; <nl> + gradient - > setCompressedInterpolation ( ! gradient - > isCompressedInterpolation ( ) ) ; <nl> } <nl> <nl> void LayerGradient : : ccTouchesMoved ( CCSet * touches , CCEvent * event ) <nl> mmm a / tests / tests / MenuTest / MenuTest . cpp <nl> ppp b / tests / tests / MenuTest / MenuTest . cpp <nl> MenuLayerMainMenu : : MenuLayerMainMenu ( ) <nl> } <nl> <nl> m_disabledItem = item3 ; item3 - > retain ( ) ; <nl> - m_disabledItem - > setIsEnabled ( false ) ; <nl> + m_disabledItem - > setEnabled ( false ) ; <nl> <nl> addChild ( menu ) ; <nl> menu - > setPosition ( ccp ( s . width / 2 , s . height / 2 ) ) ; <nl> void MenuLayerMainMenu : : menuCallbackDisabled ( CCObject * sender ) <nl> <nl> void MenuLayerMainMenu : : menuCallbackEnable ( CCObject * sender ) <nl> { <nl> - m_disabledItem - > setIsEnabled ( ! m_disabledItem - > isEnabled ( ) ) ; <nl> + m_disabledItem - > setEnabled ( ! m_disabledItem - > isEnabled ( ) ) ; <nl> } <nl> <nl> void MenuLayerMainMenu : : menuCallback2 ( CCObject * sender ) <nl> MenuLayer3 : : MenuLayer3 ( ) <nl> <nl> CCMenuItemSprite * item3 = CCMenuItemSprite : : create ( spriteNormal , spriteSelected , spriteDisabled , this , menu_selector ( MenuLayer3 : : menuCallback3 ) ) ; <nl> m_disabledItem = item3 ; item3 - > retain ( ) ; <nl> - m_disabledItem - > setIsEnabled ( false ) ; <nl> + m_disabledItem - > setEnabled ( false ) ; <nl> <nl> CCMenu * menu = CCMenu : : create ( item1 , item2 , item3 , NULL ) ; <nl> menu - > setPosition ( CCPointMake ( 0 , 0 ) ) ; <nl> void MenuLayer3 : : menuCallback ( CCObject * sender ) <nl> void MenuLayer3 : : menuCallback2 ( CCObject * sender ) <nl> { <nl> / / UXLOG ( " Label clicked . Toogling AtlasSprite " ) ; <nl> - m_disabledItem - > setIsEnabled ( ! m_disabledItem - > isEnabled ( ) ) ; <nl> + m_disabledItem - > setEnabled ( ! m_disabledItem - > isEnabled ( ) ) ; <nl> m_disabledItem - > stopAllActions ( ) ; <nl> } <nl> <nl> MenuLayer4 : : MenuLayer4 ( ) <nl> CCMenuItemFont : : setFontName ( " American Typewriter " ) ; <nl> CCMenuItemFont : : setFontSize ( 18 ) ; <nl> CCMenuItemFont * title1 = CCMenuItemFont : : create ( " Sound " ) ; <nl> - title1 - > setIsEnabled ( false ) ; <nl> + title1 - > setEnabled ( false ) ; <nl> CCMenuItemFont : : setFontName ( " Marker Felt " ) ; <nl> CCMenuItemFont : : setFontSize ( 34 ) ; <nl> CCMenuItemToggle * item1 = CCMenuItemToggle : : create ( this , <nl> MenuLayer4 : : MenuLayer4 ( ) <nl> CCMenuItemFont : : setFontName ( " American Typewriter " ) ; <nl> CCMenuItemFont : : setFontSize ( 18 ) ; <nl> CCMenuItemFont * title2 = CCMenuItemFont : : create ( " Music " ) ; <nl> - title2 - > setIsEnabled ( false ) ; <nl> + title2 - > setEnabled ( false ) ; <nl> CCMenuItemFont : : setFontName ( " Marker Felt " ) ; <nl> CCMenuItemFont : : setFontSize ( 34 ) ; <nl> CCMenuItemToggle * item2 = CCMenuItemToggle : : create ( this , <nl> MenuLayer4 : : MenuLayer4 ( ) <nl> CCMenuItemFont : : setFontName ( " American Typewriter " ) ; <nl> CCMenuItemFont : : setFontSize ( 18 ) ; <nl> CCMenuItemFont * title3 = CCMenuItemFont : : create ( " Quality " ) ; <nl> - title3 - > setIsEnabled ( false ) ; <nl> + title3 - > setEnabled ( false ) ; <nl> CCMenuItemFont : : setFontName ( " Marker Felt " ) ; <nl> CCMenuItemFont : : setFontSize ( 34 ) ; <nl> CCMenuItemToggle * item3 = CCMenuItemToggle : : create ( this , <nl> MenuLayer4 : : MenuLayer4 ( ) <nl> CCMenuItemFont : : setFontName ( " American Typewriter " ) ; <nl> CCMenuItemFont : : setFontSize ( 18 ) ; <nl> CCMenuItemFont * title4 = CCMenuItemFont : : create ( " Orientation " ) ; <nl> - title4 - > setIsEnabled ( false ) ; <nl> + title4 - > setEnabled ( false ) ; <nl> CCMenuItemFont : : setFontName ( " Marker Felt " ) ; <nl> CCMenuItemFont : : setFontSize ( 34 ) ; <nl> CCMenuItemToggle * item4 = CCMenuItemToggle : : create ( this , <nl> mmm a / tests / tests / ParticleTest / ParticleTest . cpp <nl> ppp b / tests / tests / ParticleTest / ParticleTest . cpp <nl> void DemoExplosion : : onEnter ( ) <nl> <nl> m_emitter - > setTexture ( CCTextureCache : : sharedTextureCache ( ) - > addImage ( s_stars1 ) ) ; <nl> <nl> - m_emitter - > setIsAutoRemoveOnFinish ( true ) ; <nl> + m_emitter - > setAutoRemoveOnFinish ( true ) ; <nl> <nl> setEmitterPosition ( ) ; <nl> } <nl> mmm a / tests / tests / PerformanceTest / PerformanceNodeChildrenTest . cpp <nl> ppp b / tests / tests / PerformanceTest / PerformanceNodeChildrenTest . cpp <nl> void IterateSpriteSheetFastEnum : : update ( float dt ) <nl> CCARRAY_FOREACH ( pChildren , pObject ) <nl> { <nl> CCSprite * pSprite = ( CCSprite * ) pObject ; <nl> - pSprite - > setIsVisible ( false ) ; <nl> + pSprite - > setVisible ( false ) ; <nl> } <nl> <nl> # if CC_ENABLE_PROFILERS <nl> void IterateSpriteSheetCArray : : update ( float dt ) <nl> CCARRAY_FOREACH ( pChildren , pObject ) <nl> { <nl> CCSprite * pSprite = ( CCSprite * ) pObject ; <nl> - pSprite - > setIsVisible ( false ) ; <nl> + pSprite - > setVisible ( false ) ; <nl> } <nl> <nl> # if CC_ENABLE_PROFILERS <nl> void AddRemoveSpriteSheet : : updateQuantityOfNodes ( ) <nl> CCSprite * sprite = CCSprite : : createWithTexture ( batchNode - > getTexture ( ) , CCRectMake ( 0 , 0 , 32 , 32 ) ) ; <nl> batchNode - > addChild ( sprite ) ; <nl> sprite - > setPosition ( ccp ( CCRANDOM_0_1 ( ) * s . width , CCRANDOM_0_1 ( ) * s . height ) ) ; <nl> - sprite - > setIsVisible ( false ) ; <nl> + sprite - > setVisible ( false ) ; <nl> } <nl> } <nl> / / decrease nodes <nl> mmm a / tests / tests / SpriteTest / SpriteTest . cpp . REMOVED . git - id <nl> ppp b / tests / tests / SpriteTest / SpriteTest . cpp . REMOVED . git - id <nl> @ @ - 1 + 1 @ @ <nl> - 7c5d19797ef70af4121f85f8e97926b1f42a3705 <nl> \ No newline at end of file <nl> + 830b848e5d80adc751de8b576dfeba1423ff77b4 <nl> \ No newline at end of file <nl> mmm a / tests / tests / Texture2dTest / Texture2dTest . cpp <nl> ppp b / tests / tests / Texture2dTest / Texture2dTest . cpp <nl> void TextureMemoryAlloc : : changeBackgroundVisible ( cocos2d : : CCObject * sender ) <nl> { <nl> if ( m_pBackground ) <nl> { <nl> - m_pBackground - > setIsVisible ( true ) ; <nl> + m_pBackground - > setVisible ( true ) ; <nl> } <nl> } <nl> <nl> void TextureMemoryAlloc : : updateImage ( cocos2d : : CCObject * sender ) <nl> m_pBackground = CCSprite : : create ( file . c_str ( ) ) ; <nl> addChild ( m_pBackground , - 10 ) ; <nl> <nl> - m_pBackground - > setIsVisible ( false ) ; <nl> + m_pBackground - > setVisible ( false ) ; <nl> <nl> CCSize s = CCDirector : : sharedDirector ( ) - > getWinSize ( ) ; <nl> m_pBackground - > setPosition ( ccp ( s . width / 2 , s . height / 2 ) ) ; <nl>
|
fixed : make some function names more readable .
|
cocos2d/cocos2d-x
|
595a402c83897cbcae7d1982f259492c9bbdbc9a
|
2012-06-15T08:47:30Z
|
mmm a / xbmc / cores / AudioEngine / Engines / ActiveAE / ActiveAESink . cpp <nl> ppp b / xbmc / cores / AudioEngine / Engines / ActiveAE / ActiveAESink . cpp <nl> unsigned int CActiveAESink : : OutputSamples ( CSampleBuffer * samples ) <nl> <nl> if ( m_requestedFormat . m_dataFormat = = AE_FMT_RAW ) <nl> { <nl> + bool skipSwap = false ; <nl> if ( m_needIecPack ) <nl> { <nl> if ( frames > 0 ) <nl> unsigned int CActiveAESink : : OutputSamples ( CSampleBuffer * samples ) <nl> { <nl> / / construct a pause burst if we have already output valid audio <nl> bool burst = m_extStreaming & & ( m_packer - > GetBuffer ( ) [ 0 ] ! = 0 ) ; <nl> - m_packer - > PackPause ( m_sinkFormat . m_streamInfo , samples - > pkt - > pause_burst_ms , burst ) ; <nl> + if ( ! m_packer - > PackPause ( m_sinkFormat . m_streamInfo , samples - > pkt - > pause_burst_ms , burst ) ) <nl> + skipSwap = true ; <nl> } <nl> else <nl> m_packer - > Reset ( ) ; <nl> unsigned int CActiveAESink : : OutputSamples ( CSampleBuffer * samples ) <nl> case SKIP_SWAP : <nl> break ; <nl> case NEED_BYTESWAP : <nl> - Endian_Swap16_buf ( ( uint16_t * ) buffer [ 0 ] , ( uint16_t * ) buffer [ 0 ] , size / 2 ) ; <nl> + if ( ! skipSwap ) <nl> + Endian_Swap16_buf ( ( uint16_t * ) buffer [ 0 ] , ( uint16_t * ) buffer [ 0 ] , size / 2 ) ; <nl> break ; <nl> case CHECK_SWAP : <nl> SwapInit ( samples ) ; <nl> mmm a / xbmc / cores / AudioEngine / Utils / AEBitstreamPacker . cpp <nl> ppp b / xbmc / cores / AudioEngine / Utils / AEBitstreamPacker . cpp <nl> void CAEBitstreamPacker : : Pack ( CAEStreamInfo & info , uint8_t * data , int size ) <nl> } <nl> } <nl> <nl> - void CAEBitstreamPacker : : PackPause ( CAEStreamInfo & info , unsigned int millis , bool iecBursts ) <nl> + bool CAEBitstreamPacker : : PackPause ( CAEStreamInfo & info , unsigned int millis , bool iecBursts ) <nl> { <nl> / / re - use last buffer <nl> if ( m_pauseDuration = = millis ) <nl> - return ; <nl> + return false ; <nl> <nl> switch ( info . m_type ) <nl> { <nl> void CAEBitstreamPacker : : PackPause ( CAEStreamInfo & info , unsigned int millis , boo <nl> { <nl> memset ( m_packedBuffer , 0 , m_dataSize ) ; <nl> } <nl> + <nl> + return true ; <nl> } <nl> <nl> unsigned int CAEBitstreamPacker : : GetSize ( ) <nl> mmm a / xbmc / cores / AudioEngine / Utils / AEBitstreamPacker . h <nl> ppp b / xbmc / cores / AudioEngine / Utils / AEBitstreamPacker . h <nl> class CAEBitstreamPacker <nl> ~ CAEBitstreamPacker ( ) ; <nl> <nl> void Pack ( CAEStreamInfo & info , uint8_t * data , int size ) ; <nl> - void PackPause ( CAEStreamInfo & info , unsigned int millis , bool iecBursts ) ; <nl> + bool PackPause ( CAEStreamInfo & info , unsigned int millis , bool iecBursts ) ; <nl> void Reset ( ) ; <nl> uint8_t * GetBuffer ( ) ; <nl> unsigned int GetSize ( ) ; <nl> mmm a / xbmc / cores / AudioEngine / Utils / AEPackIEC61937 . cpp <nl> ppp b / xbmc / cores / AudioEngine / Utils / AEPackIEC61937 . cpp <nl> int CAEPackIEC61937 : : PackPause ( uint8_t * dest , unsigned int millis , unsigned int <nl> memcpy ( dest + i * periodInBytes , dest , periodInBytes ) ; <nl> } <nl> <nl> - packet - > m_data [ 1 ] = ( gap & 0x00FF ) < < 8 ; <nl> - packet - > m_data [ 0 ] = ( gap & 0xFF00 ) > > 8 ; <nl> + uint16_t * gapPtr = reinterpret_cast < uint16_t * > ( packet - > m_data ) ; <nl> + * gapPtr = gap ; <nl> + <nl> return periodsNeeded * periodInBytes ; <nl> - } <nl> \ No newline at end of file <nl> + } <nl>
|
AE : fix pause bursts
|
xbmc/xbmc
|
47511c2569fcacfe61bb9000aa5f0095286334b1
|
2017-09-21T12:42:36Z
|
mmm a / tensorflow / python / saved_model / load_test . py <nl> ppp b / tensorflow / python / saved_model / load_test . py <nl> def cycle ( self , obj ) : <nl> <nl> def test_structure_import ( self ) : <nl> root = tracking . Checkpointable ( ) <nl> - root . f = def_function . function ( <nl> - lambda x : 2 . * x , <nl> - input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl> root . dep_one = tracking . Checkpointable ( ) <nl> root . dep_two = tracking . Checkpointable ( ) <nl> root . dep_two . dep = tracking . Checkpointable ( ) <nl> def test_structure_import ( self ) : <nl> imported = self . cycle ( root ) <nl> self . assertIs ( imported . dep_three , imported . dep_two . dep ) <nl> self . assertIsNot ( imported . dep_one , imported . dep_two ) <nl> - self . assertEqual ( 4 . , imported . f ( constant_op . constant ( 2 . ) ) . numpy ( ) ) <nl> <nl> def test_variables ( self ) : <nl> root = tracking . Checkpointable ( ) <nl> root . v1 = variables . Variable ( 1 . ) <nl> root . v2 = variables . Variable ( 2 . ) <nl> - root . f = def_function . function ( <nl> - lambda x : root . v2 * x , <nl> - input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl> imported = self . cycle ( root ) <nl> self . assertEquals ( imported . v1 . numpy ( ) , 1 . 0 ) <nl> self . assertEquals ( imported . v2 . numpy ( ) , 2 . 0 ) <nl> + <nl> + def test_capture_variables ( self ) : <nl> + root = tracking . Checkpointable ( ) <nl> + root . weights = variables . Variable ( 2 . ) <nl> + root . f = def_function . function ( <nl> + lambda x : root . weights * x , <nl> + input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl> + imported = self . cycle ( root ) <nl> self . assertEqual ( 4 . , imported . f ( constant_op . constant ( 2 . ) ) . numpy ( ) ) <nl> + imported . weights . assign ( 4 . 0 ) <nl> + self . assertEqual ( 8 . , imported . f ( constant_op . constant ( 2 . ) ) . numpy ( ) ) <nl> <nl> def _make_asset ( self , contents ) : <nl> filename = tempfile . mktemp ( prefix = self . get_temp_dir ( ) ) <nl> def _make_asset ( self , contents ) : <nl> f . write ( contents ) <nl> return filename <nl> <nl> - def test_assets_import ( self ) : <nl> + def test_assets ( self ) : <nl> file1 = self . _make_asset ( " contents 1 " ) <nl> file2 = self . _make_asset ( " contents 2 " ) <nl> <nl> root = tracking . Checkpointable ( ) <nl> - root . f = def_function . function ( <nl> - lambda x : 2 . * x , <nl> - input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl> root . asset1 = tracking . TrackableAsset ( file1 ) <nl> root . asset2 = tracking . TrackableAsset ( file2 ) <nl> <nl> save_dir = os . path . join ( self . get_temp_dir ( ) , " save_dir " ) <nl> - save . save ( root , save_dir ) <nl> + save . save ( root , save_dir , signatures = { } ) <nl> <nl> file_io . delete_file ( file1 ) <nl> file_io . delete_file ( file2 ) <nl> def test_capture_assets ( self ) : <nl> with open ( imported_output , " r " ) as f : <nl> self . assertEquals ( " contents " , f . read ( ) ) <nl> <nl> - def test_assets_dedup ( self ) : <nl> + def test_dedup_assets ( self ) : <nl> vocab = self . _make_asset ( " contents " ) <nl> root = tracking . Checkpointable ( ) <nl> - root . f = def_function . function ( <nl> - lambda x : 2 . * x , <nl> - input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl> - <nl> root . asset1 = tracking . TrackableAsset ( vocab ) <nl> root . asset2 = tracking . TrackableAsset ( vocab ) <nl> - <nl> imported = self . cycle ( root ) <nl> - <nl> self . assertEqual ( imported . asset1 . asset_path . numpy ( ) , <nl> imported . asset2 . asset_path . numpy ( ) ) <nl> <nl> def func ( x ) : <nl> imported = self . cycle ( root ) <nl> self . assertEqual ( 4 . , imported . f ( constant_op . constant ( 2 . 0 ) ) . numpy ( ) ) <nl> <nl> - def test_nested_func ( self ) : <nl> + def test_nested_functions ( self ) : <nl> f = def_function . function ( <nl> lambda x : x * 2 . 0 , <nl> input_signature = [ tensor_spec . TensorSpec ( None , dtypes . float32 ) ] ) <nl>
|
Small clean up in in saved_model / load_test . py
|
tensorflow/tensorflow
|
c503c6254608a622b06340f1f7ddd8f31565ab5e
|
2019-01-08T12:44:38Z
|
mmm a / docs / api / browser - window . md <nl> ppp b / docs / api / browser - window . md <nl> will be returned to ` window . open ` to let you have limited control of it . <nl> <nl> Calling ` event . preventDefault ( ) ` can prevent creating new windows . <nl> <nl> - # # # Event : ' will - naviagte ' <nl> + # # # Event : ' will - navigate ' <nl> <nl> * ` event ` Event <nl> * ` url ` String <nl>
|
Merge pull request from dpatou / patch - 1
|
electron/electron
|
c21c89c0cef2cbec9f0f61f0891c6c73e68f4818
|
2015-02-05T00:27:01Z
|
mmm a / cocos / scripting / lua - bindings / auto / api / Texture2D . lua <nl> ppp b / cocos / scripting / lua - bindings / auto / api / Texture2D . lua <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - overload function : initWithString ( char , cc . FontDefinition ) <nl> - - <nl> mmm overload function : initWithString ( char , char , float , size_table , cc . TextHAlignment , cc . TextVAlignment ) <nl> + - - overload function : initWithString ( char , string , float , size_table , cc . TextHAlignment , cc . TextVAlignment ) <nl> - - <nl> - - @ function [ parent = # Texture2D ] initWithString <nl> - - @ param self <nl> - - @ param # char char <nl> mmm @ param # char char <nl> + - - @ param # string str <nl> - - @ param # float float <nl> - - @ param # size_table size <nl> - - @ param # cc . TextHAlignment texthalignment <nl> mmm a / cocos / scripting / lua - bindings / auto / api / lua_cocos2dx_auto_api . lua <nl> ppp b / cocos / scripting / lua - bindings / auto / api / lua_cocos2dx_auto_api . lua <nl> <nl> - - @ field [ parent = # cc ] Console # Console Console preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Action <nl> mmm @ field [ parent = # cc ] Action # Action Action preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc FiniteTimeAction <nl> mmm @ field [ parent = # cc ] FiniteTimeAction # FiniteTimeAction FiniteTimeAction preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Speed <nl> mmm @ field [ parent = # cc ] Speed # Speed Speed preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Follow <nl> mmm @ field [ parent = # cc ] Follow # Follow Follow preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - the cc GLProgram <nl> - - @ field [ parent = # cc ] GLProgram # GLProgram GLProgram preloaded module <nl> <nl> - - @ field [ parent = # cc ] Node # Node Node preloaded module <nl> <nl> <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc AtlasNode <nl> + - - @ field [ parent = # cc ] AtlasNode # AtlasNode AtlasNode preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc LabelAtlas <nl> + - - @ field [ parent = # cc ] LabelAtlas # LabelAtlas LabelAtlas preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Director <nl> + - - @ field [ parent = # cc ] Director # Director Director preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Timer <nl> + - - @ field [ parent = # cc ] Timer # Timer Timer preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Scheduler <nl> + - - @ field [ parent = # cc ] Scheduler # Scheduler Scheduler preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc FileUtils <nl> + - - @ field [ parent = # cc ] FileUtils # FileUtils FileUtils preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerTouchOneByOne <nl> + - - @ field [ parent = # cc ] EventListenerTouchOneByOne # EventListenerTouchOneByOne EventListenerTouchOneByOne preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerTouchAllAtOnce <nl> + - - @ field [ parent = # cc ] EventListenerTouchAllAtOnce # EventListenerTouchAllAtOnce EventListenerTouchAllAtOnce preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerKeyboard <nl> + - - @ field [ parent = # cc ] EventListenerKeyboard # EventListenerKeyboard EventListenerKeyboard preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventMouse <nl> + - - @ field [ parent = # cc ] EventMouse # EventMouse EventMouse preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerMouse <nl> + - - @ field [ parent = # cc ] EventListenerMouse # EventListenerMouse EventListenerMouse preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventAcceleration <nl> + - - @ field [ parent = # cc ] EventAcceleration # EventAcceleration EventAcceleration preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerAcceleration <nl> + - - @ field [ parent = # cc ] EventListenerAcceleration # EventListenerAcceleration EventListenerAcceleration preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventCustom <nl> + - - @ field [ parent = # cc ] EventCustom # EventCustom EventCustom preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc EventListenerCustom <nl> + - - @ field [ parent = # cc ] EventListenerCustom # EventListenerCustom EventListenerCustom preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Action <nl> + - - @ field [ parent = # cc ] Action # Action Action preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc FiniteTimeAction <nl> + - - @ field [ parent = # cc ] FiniteTimeAction # FiniteTimeAction FiniteTimeAction preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Speed <nl> + - - @ field [ parent = # cc ] Speed # Speed Speed preloaded module <nl> + <nl> + <nl> + mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> + - - the cc Follow <nl> + - - @ field [ parent = # cc ] Follow # Follow Follow preloaded module <nl> + <nl> + <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - the cc SpriteFrame <nl> - - @ field [ parent = # cc ] SpriteFrame # SpriteFrame SpriteFrame preloaded module <nl> <nl> - - @ field [ parent = # cc ] CatmullRomBy # CatmullRomBy CatmullRomBy preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc AtlasNode <nl> mmm @ field [ parent = # cc ] AtlasNode # AtlasNode AtlasNode preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - the cc DrawNode <nl> - - @ field [ parent = # cc ] DrawNode # DrawNode DrawNode preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc LabelAtlas <nl> mmm @ field [ parent = # cc ] LabelAtlas # LabelAtlas LabelAtlas preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Director <nl> mmm @ field [ parent = # cc ] Director # Director Director preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc GridBase <nl> mmm @ field [ parent = # cc ] GridBase # GridBase GridBase preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Grid3D <nl> mmm @ field [ parent = # cc ] Grid3D # Grid3D Grid3D preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc TiledGrid3D <nl> mmm @ field [ parent = # cc ] TiledGrid3D # TiledGrid3D TiledGrid3D preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - the cc LabelTTF <nl> - - @ field [ parent = # cc ] LabelTTF # LabelTTF LabelTTF preloaded module <nl> <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> mmm the cc EventListenerCustom <nl> mmm @ field [ parent = # cc ] EventListenerCustom # EventListenerCustom EventListenerCustom preloaded module <nl> + - - the cc GridBase <nl> + - - @ field [ parent = # cc ] GridBase # GridBase GridBase preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> mmm the cc EventCustom <nl> mmm @ field [ parent = # cc ] EventCustom # EventCustom EventCustom preloaded module <nl> + - - the cc Grid3D <nl> + - - @ field [ parent = # cc ] Grid3D # Grid3D Grid3D preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> mmm the cc FileUtils <nl> mmm @ field [ parent = # cc ] FileUtils # FileUtils FileUtils preloaded module <nl> + - - the cc TiledGrid3D <nl> + - - @ field [ parent = # cc ] TiledGrid3D # TiledGrid3D TiledGrid3D preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> <nl> - - @ field [ parent = # cc ] TileMapAtlas # TileMapAtlas TileMapAtlas preloaded module <nl> <nl> <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventListenerTouchOneByOne <nl> mmm @ field [ parent = # cc ] EventListenerTouchOneByOne # EventListenerTouchOneByOne EventListenerTouchOneByOne preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventListenerTouchAllAtOnce <nl> mmm @ field [ parent = # cc ] EventListenerTouchAllAtOnce # EventListenerTouchAllAtOnce EventListenerTouchAllAtOnce preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventListenerKeyboard <nl> mmm @ field [ parent = # cc ] EventListenerKeyboard # EventListenerKeyboard EventListenerKeyboard preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventMouse <nl> mmm @ field [ parent = # cc ] EventMouse # EventMouse EventMouse preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventListenerMouse <nl> mmm @ field [ parent = # cc ] EventListenerMouse # EventListenerMouse EventListenerMouse preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventAcceleration <nl> mmm @ field [ parent = # cc ] EventAcceleration # EventAcceleration EventAcceleration preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc EventListenerAcceleration <nl> mmm @ field [ parent = # cc ] EventListenerAcceleration # EventListenerAcceleration EventListenerAcceleration preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Timer <nl> mmm @ field [ parent = # cc ] Timer # Timer Timer preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm <nl> mmm the cc Scheduler <nl> mmm @ field [ parent = # cc ] Scheduler # Scheduler Scheduler preloaded module <nl> - <nl> - <nl> mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - - <nl> - - the cc Component <nl> - - @ field [ parent = # cc ] Component # Component Component preloaded module <nl> mmm a / cocos / scripting / lua - bindings / auto / lua_cocos2dx_auto . cpp . REMOVED . git - id <nl> ppp b / cocos / scripting / lua - bindings / auto / lua_cocos2dx_auto . cpp . REMOVED . git - id <nl> @ @ - 1 + 1 @ @ <nl> - b20d1ed62b7d1c67f012dec501cb0e5689a2663c <nl> \ No newline at end of file <nl> + 0de0678d6c9c9e08d20c3775bf99531def80654a <nl> \ No newline at end of file <nl>
|
Merge pull request from CocosRobot / update_lua_bindings_1398905829
|
cocos2d/cocos2d-x
|
35505aa63f0830dae928368513a245072959d387
|
2014-05-01T01:33:33Z
|
mmm a / android / sdk / src / main / java / com / taobao / weex / ui / component / AbstractEditComponent . java <nl> ppp b / android / sdk / src / main / java / com / taobao / weex / ui / component / AbstractEditComponent . java <nl> public boolean onEditorAction ( TextView v , int actionId , KeyEvent event ) { <nl> } ) ; <nl> } else if ( type . equals ( Constants . Event . INPUT ) ) { <nl> text . addTextChangedListener ( new TextWatcher ( ) { <nl> + boolean hasChangeForDefaultValue = false ; <nl> @ Override <nl> public void beforeTextChanged ( CharSequence s , int start , int count , int after ) { <nl> <nl> public void onTextChanged ( CharSequence s , int start , int before , int count ) { <nl> <nl> mBeforeText = s . toString ( ) ; <nl> <nl> - if ( getDomObject ( ) ! = null & & getDomObject ( ) . getAttrs ( ) ! = null ) { <nl> - Object val = getDomObject ( ) . getAttrs ( ) . get ( Constants . Name . VALUE ) ; <nl> - String valString = WXUtils . getString ( val , null ) ; <nl> - if ( mBeforeText ! = null & & mBeforeText . equals ( valString ) ) { <nl> - return ; <nl> + if ( ! hasChangeForDefaultValue ) { <nl> + if ( getDomObject ( ) ! = null & & getDomObject ( ) . getAttrs ( ) ! = null ) { <nl> + Object val = getDomObject ( ) . getAttrs ( ) . get ( Constants . Name . VALUE ) ; <nl> + String valString = WXUtils . getString ( val , null ) ; <nl> + if ( mBeforeText ! = null & & mBeforeText . equals ( valString ) ) { <nl> + hasChangeForDefaultValue = true ; <nl> + return ; <nl> + } <nl> } <nl> } <nl> <nl>
|
[ WEEX - 167 ] Input Changed not fired when same with default value set
|
apache/incubator-weex
|
7cd2728422861ecd2492611a8a801810bb07f1cc
|
2017-12-26T07:12:13Z
|
mmm a / xbmc / music / MusicDatabase . cpp <nl> ppp b / xbmc / music / MusicDatabase . cpp <nl> void CMusicDatabase : : CreateViews ( ) <nl> " FROM artist " <nl> " LEFT OUTER JOIN artistinfo ON " <nl> " artist . idArtist = artistinfo . idArtist " ) ; <nl> + <nl> + CLog : : Log ( LOGINFO , " create albumartistview " ) ; <nl> + m_pDS - > exec ( " DROP VIEW IF EXISTS albumartistview " ) ; <nl> + m_pDS - > exec ( " CREATE VIEW albumartistview AS SELECT " <nl> + " album_artist . idAlbum AS idAlbum , " <nl> + " album_artist . idArtist AS idArtist , " <nl> + " artist . strArtist AS strArtist , " <nl> + " artist . strMusicBrainzArtistID AS strMusicBrainzArtistID , " <nl> + " album_artist . boolFeatured AS boolFeatured , " <nl> + " album_artist . strJoinPhrase AS strJoinPhrase , " <nl> + " album_artist . iOrder AS iOrder " <nl> + " FROM album_artist " <nl> + " JOIN artist ON " <nl> + " album_artist . idArtist = artist . idArtist " ) ; <nl> + CLog : : Log ( LOGINFO , " create songartistview " ) ; <nl> + m_pDS - > exec ( " DROP VIEW IF EXISTS songartistview " ) ; <nl> + m_pDS - > exec ( " CREATE VIEW songartistview AS SELECT " <nl> + " song_artist . idSong AS idSong , " <nl> + " song_artist . idArtist AS idArtist , " <nl> + " artist . strArtist AS strArtist , " <nl> + " artist . strMusicBrainzArtistID AS strMusicBrainzArtistID , " <nl> + " song_artist . boolFeatured AS boolFeatured , " <nl> + " song_artist . strJoinPhrase AS strJoinPhrase , " <nl> + " song_artist . iOrder AS iOrder " <nl> + " FROM song_artist " <nl> + " JOIN artist ON " <nl> + " song_artist . idArtist = artist . idArtist " ) ; <nl> } <nl> <nl> int CMusicDatabase : : AddSong ( const int idAlbum , <nl> CAlbum CMusicDatabase : : GetAlbumFromDataset ( const dbiplus : : sql_record * const reco <nl> return album ; <nl> } <nl> <nl> - CArtistCredit CMusicDatabase : : GetAlbumArtistCreditFromDataset ( const dbiplus : : sql_record * const record , int offset / * = 0 * / ) <nl> + CArtistCredit CMusicDatabase : : GetArtistCreditFromDataset ( const dbiplus : : sql_record * const record , int offset / * = 0 * / ) <nl> { <nl> CArtistCredit artistCredit ; <nl> - artistCredit . idArtist = record - > at ( offset + album_idArtist ) . get_asInt ( ) ; <nl> - artistCredit . m_strArtist = record - > at ( offset + album_strArtist ) . get_asString ( ) ; <nl> - artistCredit . m_strMusicBrainzArtistID = record - > at ( offset + album_strMusicBrainzArtistID ) . get_asString ( ) ; <nl> - artistCredit . m_boolFeatured = record - > at ( offset + album_bFeatured ) . get_asBool ( ) ; <nl> - artistCredit . m_strJoinPhrase = record - > at ( offset + album_strJoinPhrase ) . get_asString ( ) ; <nl> + artistCredit . idArtist = record - > at ( offset + artistCredit_idArtist ) . get_asInt ( ) ; <nl> + artistCredit . m_strArtist = record - > at ( offset + artistCredit_strArtist ) . get_asString ( ) ; <nl> + artistCredit . m_strMusicBrainzArtistID = record - > at ( offset + artistCredit_strMusicBrainzArtistID ) . get_asString ( ) ; <nl> + artistCredit . m_boolFeatured = record - > at ( offset + artistCredit_bFeatured ) . get_asBool ( ) ; <nl> + artistCredit . m_strJoinPhrase = record - > at ( offset + artistCredit_strJoinPhrase ) . get_asString ( ) ; <nl> return artistCredit ; <nl> } <nl> <nl> bool CMusicDatabase : : GetAlbumInfo ( int idAlbum , CAlbum & info , VECSONGS * songs , bo <nl> if ( idAlbum = = - 1 ) <nl> return false ; / / not in the database <nl> <nl> - CStdString strSQL = PrepareSQL ( " SELECT albumview . * , album_artist . idArtist , artist . strArtist , artist . strMusicBrainzArtistID , album_artist . boolFeatured , album_artist . strJoinPhrase FROM albumview JOIN album_artist ON albumview . idAlbum = album_artist . idAlbum JOIN artist ON album_artist . idArtist = artist . idArtist WHERE albumview . idAlbum = % ld " , idAlbum ) ; <nl> + CStdString strSQL = PrepareSQL ( " SELECT albumview . * , albumartistview . * FROM albumview JOIN albumartistview ON albumview . idAlbum = albumartistview . idAlbum WHERE albumview . idAlbum = % ld " , idAlbum ) ; <nl> if ( scrapedInfo ) / / require additional information <nl> strSQL + = " and idAlbumInfo > 0 " ; <nl> <nl> bool CMusicDatabase : : GetAlbumInfo ( int idAlbum , CAlbum & info , VECSONGS * songs , bo <nl> int idAlbumInfo = m_pDS2 - > fv ( album_idAlbumInfo ) . get_asInt ( ) ; <nl> while ( ! m_pDS2 - > eof ( ) ) <nl> { <nl> - if ( ! info . artistCredits . empty ( ) & & ( m_pDS2 - > fv ( album_idArtist ) . get_asInt ( ) ! = info . artistCredits . back ( ) . idArtist ) ) <nl> + if ( ! info . artistCredits . empty ( ) & & ( m_pDS2 - > fv ( album_enumCount + artistCredit_idArtist ) . get_asInt ( ) ! = info . artistCredits . back ( ) . idArtist ) ) <nl> { <nl> - info . artistCredits . push_back ( GetAlbumArtistCreditFromDataset ( m_pDS2 . get ( ) - > get_sql_record ( ) ) ) ; <nl> + info . artistCredits . push_back ( GetArtistCreditFromDataset ( m_pDS2 . get ( ) - > get_sql_record ( ) , album_enumCount ) ) ; <nl> } <nl> m_pDS2 - > next ( ) ; <nl> } <nl> bool CMusicDatabase : : UpdateOldVersion ( int version ) <nl> <nl> int CMusicDatabase : : GetMinVersion ( ) const <nl> { <nl> - return 37 ; <nl> + return 38 ; <nl> } <nl> <nl> unsigned int CMusicDatabase : : GetSongIDs ( const Filter & filter , vector < pair < int , int > > & songIDs ) <nl> mmm a / xbmc / music / MusicDatabase . h <nl> ppp b / xbmc / music / MusicDatabase . h <nl> class CMusicDatabase : public CDatabase <nl> CArtist GetArtistFromDataset ( const dbiplus : : sql_record * const record , int offset = 0 , bool needThumb = true ) ; <nl> CAlbum GetAlbumFromDataset ( dbiplus : : Dataset * pDS , int offset = 0 , bool imageURL = false ) ; <nl> CAlbum GetAlbumFromDataset ( const dbiplus : : sql_record * const record , int offset = 0 , bool imageURL = false ) ; <nl> - CArtistCredit GetAlbumArtistCreditFromDataset ( const dbiplus : : sql_record * const record , int offset = 0 ) ; <nl> + CArtistCredit GetArtistCreditFromDataset ( const dbiplus : : sql_record * const record , int offset = 0 ) ; <nl> void GetFileItemFromDataset ( CFileItem * item , const CMusicDbUrl & baseUrl ) ; <nl> void GetFileItemFromDataset ( const dbiplus : : sql_record * const record , CFileItem * item , const CMusicDbUrl & baseUrl ) ; <nl> bool CleanupSongs ( ) ; <nl> class CMusicDatabase : public CDatabase <nl> album_iRating , <nl> album_bCompilation , <nl> album_iTimesPlayed , <nl> - <nl> - / / used for GetAlbumInfo to get the cascaded artist credits <nl> - album_idArtist , <nl> - album_strArtist , <nl> - album_strMusicBrainzArtistID , <nl> - album_bFeatured , <nl> - album_strJoinPhrase <nl> + album_enumCount / / end of the enum , do not add past here <nl> } AlbumFields ; <nl> <nl> + enum _ArtistCreditFields <nl> + { <nl> + / / used for GetAlbum to get the cascaded album / song artist credits <nl> + artistCredit_idEntity = 0 , / / can be idSong or idAlbum depending on context <nl> + artistCredit_idArtist , <nl> + artistCredit_strArtist , <nl> + artistCredit_strMusicBrainzArtistID , <nl> + artistCredit_bFeatured , <nl> + artistCredit_strJoinPhrase , <nl> + artistCredit_iOrder , <nl> + artistCredit_enumCount <nl> + } ArtistCreditFields ; <nl> + <nl> enum _ArtistFields <nl> { <nl> artist_idArtist = 0 , <nl>
|
[ musicdb ] Adds album and song artist views , and move GetAlbumArtistCreditFromDataset - > GetArtistCreditFromDataset for re - use
|
xbmc/xbmc
|
0893f491587a1b6a36ecd01d0de53f8fc97b1aa2
|
2013-12-24T00:48:52Z
|
mmm a / src / python / grpcio / grpc / _cython / _cygrpc / aio / server . pyx . pxi <nl> ppp b / src / python / grpcio / grpc / _cython / _cygrpc / aio / server . pyx . pxi <nl> <nl> <nl> # TODO ( https : / / github . com / grpc / grpc / issues / 20850 ) refactor this . <nl> _LOGGER = logging . getLogger ( __name__ ) <nl> + cdef int _EMPTY_FLAG = 0 <nl> <nl> <nl> cdef class _HandlerCallDetails : <nl> async def _handle_unary_unary_rpc ( object method_handler , <nl> await callback_start_batch ( rpc_state , send_ops , loop ) <nl> <nl> <nl> + <nl> + <nl> + <nl> async def _handle_rpc ( list generic_handlers , RPCState rpc_state , object loop ) : <nl> # Finds the method handler ( application logic ) <nl> cdef object method_handler = _find_method_handler ( <nl> async def _handle_rpc ( list generic_handlers , RPCState rpc_state , object loop ) : <nl> if method_handler is None : <nl> # TODO ( lidiz ) return unimplemented error to client side <nl> raise NotImplementedError ( ) <nl> + <nl> # TODO ( lidiz ) extend to all 4 types of RPC <nl> if method_handler . request_streaming or method_handler . response_streaming : <nl> raise NotImplementedError ( ) <nl> async def _server_call_request_call ( Server server , <nl> return rpc_state <nl> <nl> <nl> + async def _handle_cancellation_from_core ( object rpc_task , <nl> + RPCState rpc_state , <nl> + object loop ) : <nl> + cdef ReceiveCloseOnServerOperation op = ReceiveCloseOnServerOperation ( _EMPTY_FLAG ) <nl> + cdef tuple ops = ( op , ) <nl> + await callback_start_batch ( rpc_state , ops , loop ) <nl> + if op . cancelled ( ) and not rpc_task . done ( ) : <nl> + rpc_task . cancel ( ) <nl> + <nl> + <nl> cdef _CallbackFailureHandler CQ_SHUTDOWN_FAILURE_HANDLER = _CallbackFailureHandler ( <nl> ' grpc_completion_queue_shutdown ' , <nl> ' Unknown ' , <nl> cdef class AioServer : <nl> self . add_generic_rpc_handlers ( generic_handlers ) <nl> self . _serving_task = None <nl> <nl> - self . _shutdown_lock = asyncio . Lock ( ) <nl> + self . _shutdown_lock = asyncio . Lock ( loop = self . _loop ) <nl> self . _shutdown_completed = self . _loop . create_future ( ) <nl> self . _shutdown_callback_wrapper = CallbackWrapper ( <nl> self . _shutdown_completed , <nl> cdef class AioServer : <nl> self . _cq , <nl> self . _loop ) <nl> <nl> - self . _loop . create_task ( _handle_rpc ( <nl> - self . _generic_handlers , <nl> - rpc_state , <nl> - self . _loop ) ) <nl> + rpc_task = self . _loop . create_task ( <nl> + _handle_rpc ( <nl> + self . _generic_handlers , <nl> + rpc_state , <nl> + self . _loop <nl> + ) <nl> + ) <nl> + self . _loop . create_task ( <nl> + _handle_cancellation_from_core ( <nl> + rpc_task , <nl> + rpc_state , <nl> + self . _loop <nl> + ) <nl> + ) <nl> <nl> def _serving_task_crash_handler ( self , object task ) : <nl> " " " Shutdown the server immediately if unexpectedly exited . " " " <nl> cdef class AioServer : <nl> await self . _shutdown_completed <nl> else : <nl> try : <nl> - await asyncio . wait_for ( asyncio . shield ( self . _shutdown_completed ) , grace ) <nl> + await asyncio . wait_for ( <nl> + asyncio . shield ( <nl> + self . _shutdown_completed , <nl> + loop = self . _loop <nl> + ) , <nl> + grace , <nl> + loop = self . _loop , <nl> + ) <nl> except asyncio . TimeoutError : <nl> # Cancels all ongoing calls by the end of grace period . <nl> grpc_server_cancel_all_calls ( self . _server . c_server ) <nl> cdef class AioServer : <nl> await self . _shutdown_completed <nl> else : <nl> try : <nl> - await asyncio . wait_for ( asyncio . shield ( self . _shutdown_completed ) , timeout ) <nl> + await asyncio . wait_for ( <nl> + asyncio . shield ( <nl> + self . _shutdown_completed , <nl> + loop = self . _loop , <nl> + ) , <nl> + timeout , <nl> + loop = self . _loop , <nl> + ) <nl> except asyncio . TimeoutError : <nl> if self . _crash_exception is not None : <nl> raise self . _crash_exception <nl>
|
Adopt reviewers ' advice
|
grpc/grpc
|
ae59fc3b7ae76f53a94ffe8741dbf100403dfc36
|
2019-11-05T22:03:29Z
|
mmm a / modules / dnn / src / layers / pooling_layer . cpp <nl> ppp b / modules / dnn / src / layers / pooling_layer . cpp <nl> namespace cv <nl> { <nl> namespace dnn <nl> { <nl> + static inline int scaleAndRoundRoi ( float f , float scale ) <nl> + { <nl> + return ( int ) ( f * scale + ( f > = 0 . f ? 0 . 5f : - 0 . 5f ) ) ; <nl> + } <nl> <nl> class PoolingLayerImpl : public PoolingLayer <nl> { <nl> class PoolingLayerImpl : public PoolingLayer <nl> if ( poolingType = = ROI ) <nl> { <nl> const float * roisData = rois - > ptr < float > ( n ) ; <nl> - int ystartROI = round ( roisData [ 2 ] * spatialScale ) ; <nl> - int yendROI = round ( roisData [ 4 ] * spatialScale ) ; <nl> + int ystartROI = scaleAndRoundRoi ( roisData [ 2 ] , spatialScale ) ; <nl> + int yendROI = scaleAndRoundRoi ( roisData [ 4 ] , spatialScale ) ; <nl> int roiHeight = std : : max ( yendROI - ystartROI + 1 , 1 ) ; <nl> roiRatio = ( float ) roiHeight / height ; <nl> <nl> ystart = ystartROI + y0 * roiRatio ; <nl> yend = ystartROI + std : : ceil ( ( y0 + 1 ) * roiRatio ) ; <nl> <nl> - xstartROI = round ( roisData [ 1 ] * spatialScale ) ; <nl> - int xendROI = round ( roisData [ 3 ] * spatialScale ) ; <nl> + xstartROI = scaleAndRoundRoi ( roisData [ 1 ] , spatialScale ) ; <nl> + int xendROI = scaleAndRoundRoi ( roisData [ 3 ] , spatialScale ) ; <nl> int roiWidth = std : : max ( xendROI - xstartROI + 1 , 1 ) ; <nl> roiRatio = ( float ) roiWidth / width ; <nl> <nl>
|
Merge pull request from tomoaki0705 : fixVS2012Round
|
opencv/opencv
|
c231472ad6672082f11e7447cf52631e19d7d7dc
|
2017-12-13T15:30:21Z
|
mmm a / include / swift / Basic / LangOptions . h <nl> ppp b / include / swift / Basic / LangOptions . h <nl> namespace swift { <nl> bool EnableObjCAttrRequiresFoundation = true ; <nl> <nl> / / / Enables importing of unions and other partially - importable types . <nl> - bool ImportUnions = false ; <nl> + bool ImportUnions = true ; <nl> <nl> / / / Should access control be respected ? <nl> bool EnableAccessControl = true ; <nl> mmm a / test / ClangModules / ctypes_parse . swift <nl> ppp b / test / ClangModules / ctypes_parse . swift <nl> func testAnonStructs ( ) { <nl> } <nl> <nl> func testBitfieldMembers ( ) { <nl> - var a : StructWithBitfields / / expected - error { { use of undeclared type ' StructWithBitfields ' } } <nl> + var a : StructWithBitfields <nl> + / / TODO : Expose the bitfields as properties . <nl> } <nl> <nl> / / FIXME : Import arrays as real array - looking things . <nl> new file mode 100644 <nl> index 000000000000 . . dd36d9669a4d <nl> mmm / dev / null <nl> ppp b / test / Interpreter / SDK / GLKit . swift <nl> <nl> + / / RUN : % target - run - simple - swift <nl> + <nl> + import GLKit <nl> + <nl> + let x = GLKVector4Make ( 1 , 0 , 0 , 0 ) <nl> + let y = GLKVector4Make ( 0 , 1 , 0 , 0 ) <nl> + let z = GLKVector4Make ( 0 , 0 , 1 , 0 ) <nl> + <nl> + let z2 = GLKVector4CrossProduct ( x , y ) <nl> + <nl> + println ( GLKVector4DotProduct ( x , y ) ) / / CHECK : 0 . 0 <nl> + println ( GLKVector4AllEqualToVector4 ( z , z2 ) ) / / CHECK : true <nl> + <nl>
|
Enable union import by default .
|
apple/swift
|
e20a315d42e0f9e57efd936487a2ad5da362ba57
|
2014-11-21T22:01:53Z
|
mmm a / UnitTests / HttpInterface / stress - test . rb <nl> ppp b / UnitTests / HttpInterface / stress - test . rb <nl> <nl> # # print version number of the server <nl> # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # <nl> <nl> - doc = ArangoDB . get ( " / version " ) <nl> + doc = ArangoDB . get ( " / _admin / version " ) <nl> <nl> puts " starting stress test , ArangoDB # { doc . parsed_response [ ' version ' ] } " <nl> <nl>
|
issue : adjusted test file that accesses version API
|
arangodb/arangodb
|
ec14a1cc5af87441136d275566baa9e3d4e9547c
|
2012-05-14T22:08:49Z
|
mmm a / lib / SILPasses / ArrayOpt . cpp <nl> ppp b / lib / SILPasses / ArrayOpt . cpp <nl> bool SILArrayOpt : : checkSafeArrayElementUses ( SILValue ArrayVal , <nl> / / no uses of the Array value , or projections of it can lead to mutation <nl> / / ( they are only for retains / releases ) . <nl> bool FoundRelease = false ; <nl> - for ( SILBasicBlock : : iterator II = UseInst , <nl> + for ( auto II = std : : next ( SILBasicBlock : : iterator ( UseInst ) ) , <nl> IE = UseInst - > getParent ( ) - > end ( ) ; II ! = IE ; + + II ) { <nl> if ( isRelease ( II , ArrayVal ) ) { <nl> FoundRelease = true ; <nl>
|
ArrayOpts : Be more precise when checking for release - after - retain .
|
apple/swift
|
7c76fe9c36cc221b43d40972f3886a1f9efdb052
|
2014-07-22T05:44:34Z
|
mmm a / aten / src / ATen / native / Distributions . h <nl> ppp b / aten / src / ATen / native / Distributions . h <nl> deviceforcuda scalar_t sample_gamma ( scalar_t alpha , BaseSampler < accscalar_t > & st <nl> <nl> / / Boost alpha for higher acceptance probability . <nl> if ( alpha < 1 . 0f ) { <nl> + if ( alpha = = 0 . f ) return 0 . f ; <nl> scale * = std : : pow ( 1 - standard_uniform . sample ( ) , 1 . 0f / alpha ) ; <nl> alpha + = 1 . 0f ; <nl> } <nl> mmm a / docs / source / distributions . rst <nl> ppp b / docs / source / distributions . rst <nl> Probability distributions - torch . distributions <nl> : undoc - members : <nl> : show - inheritance : <nl> <nl> + : hidden : ` NegativeBinomial ` <nl> + ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> + <nl> + . . currentmodule : : torch . distributions . negative_binomial <nl> + . . autoclass : : NegativeBinomial <nl> + : members : <nl> + : undoc - members : <nl> + : show - inheritance : <nl> + <nl> : hidden : ` Normal ` <nl> ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <nl> <nl> mmm a / test / test_distributions . py <nl> ppp b / test / test_distributions . py <nl> <nl> Independent , Laplace , LogisticNormal , <nl> LogNormal , LowRankMultivariateNormal , <nl> Multinomial , MultivariateNormal , <nl> - Normal , OneHotCategorical , Pareto , Poisson , <nl> - RelaxedBernoulli , RelaxedOneHotCategorical , <nl> + NegativeBinomial , Normal , OneHotCategorical , Pareto , <nl> + Poisson , RelaxedBernoulli , RelaxedOneHotCategorical , <nl> StudentT , TransformedDistribution , Uniform , <nl> Weibull , constraints , kl_divergence ) <nl> from torch . distributions . constraint_registry import biject_to , transform_to <nl> def is_all_nan ( tensor ) : <nl> { ' probs ' : torch . tensor ( [ [ 1 . 0 , 0 . 0 ] , [ 0 . 0 , 1 . 0 ] ] , requires_grad = True ) , <nl> ' total_count ' : torch . tensor ( 0 . ) } , <nl> ] ) , <nl> + Example ( NegativeBinomial , [ <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 1 , 0 . 2 , 0 . 3 ] , [ 0 . 5 , 0 . 3 , 0 . 2 ] ] , requires_grad = True ) , ' total_count ' : 10 } , <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 9 , 0 . 0 ] , [ 0 . 0 , 0 . 9 ] ] , requires_grad = True ) , ' total_count ' : 10 } , <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 9 , 0 . 0 ] , [ 0 . 0 , 0 . 9 ] ] , requires_grad = True ) , ' total_count ' : torch . tensor ( [ 10 ] ) } , <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 9 , 0 . 0 ] , [ 0 . 0 , 0 . 9 ] ] , requires_grad = True ) , ' total_count ' : torch . tensor ( [ 10 , 8 ] ) } , <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 9 , 0 . 0 ] , [ 0 . 0 , 0 . 9 ] ] , requires_grad = True ) , <nl> + ' total_count ' : torch . tensor ( [ [ 10 . , 8 . ] , [ 5 . , 3 . ] ] ) } , <nl> + { ' probs ' : torch . tensor ( [ [ 0 . 9 , 0 . 0 ] , [ 0 . 0 , 0 . 9 ] ] , requires_grad = True ) , <nl> + ' total_count ' : torch . tensor ( 0 . ) } , <nl> + ] ) , <nl> Example ( Multinomial , [ <nl> { ' probs ' : torch . tensor ( [ [ 0 . 1 , 0 . 2 , 0 . 3 ] , [ 0 . 5 , 0 . 3 , 0 . 2 ] ] , requires_grad = True ) , ' total_count ' : 10 } , <nl> { ' probs ' : torch . tensor ( [ [ 1 . 0 , 0 . 0 ] , [ 0 . 0 , 1 . 0 ] ] , requires_grad = True ) , ' total_count ' : 10 } , <nl> def is_all_nan ( tensor ) : <nl> { ' probs ' : torch . tensor ( [ [ 1 . 0 , 0 . 0 ] , [ 0 . 0 , 2 . 0 ] ] , requires_grad = True ) , <nl> ' total_count ' : 10 } , <nl> ] ) , <nl> + Example ( NegativeBinomial , [ <nl> + { ' probs ' : torch . tensor ( [ [ - 0 . 0000001 , 0 . 2 , 0 . 3 ] , [ 0 . 5 , 0 . 3 , 0 . 2 ] ] , requires_grad = True ) , <nl> + ' total_count ' : 10 } , <nl> + { ' probs ' : torch . tensor ( [ [ 1 . 0 , 0 . 0 ] , [ 0 . 0 , 2 . 0 ] ] , requires_grad = True ) , <nl> + ' total_count ' : 10 } , <nl> + ] ) , <nl> Example ( Cauchy , [ <nl> { ' loc ' : 0 . 0 , ' scale ' : - 1 . 0 } , <nl> { ' loc ' : torch . tensor ( [ 0 . 0 ] ) , ' scale ' : 0 . 0 } , <nl> def test_binomial_enumerate_support ( self ) : <nl> bin1 = Binomial ( torch . tensor ( 5 ) , torch . tensor ( 0 . 5 ) ) <nl> self . assertEqual ( bin1 . enumerate_support ( ) , torch . arange ( 6 ) ) <nl> <nl> + def test_negative_binomial ( self ) : <nl> + p = torch . tensor ( torch . arange ( 0 . 05 , 1 , 0 . 1 ) , requires_grad = True ) <nl> + for total_count in [ 1 , 2 , 10 ] : <nl> + self . _gradcheck_log_prob ( lambda p : NegativeBinomial ( total_count , p ) , [ p ] ) <nl> + self . _gradcheck_log_prob ( lambda p : NegativeBinomial ( total_count , None , p . log ( ) ) , [ p ] ) <nl> + self . assertRaises ( NotImplementedError , NegativeBinomial ( 10 , p ) . rsample ) <nl> + self . assertRaises ( NotImplementedError , NegativeBinomial ( 10 , p ) . entropy ) <nl> + <nl> + @ unittest . skipIf ( not TEST_NUMPY , " NumPy not found " ) <nl> + def test_negative_binomial_log_prob ( self ) : <nl> + probs = torch . tensor ( torch . arange ( 0 . 05 , 1 , 0 . 1 ) ) <nl> + for total_count in [ 1 , 2 , 10 ] : <nl> + <nl> + def ref_log_prob ( idx , x , log_prob ) : <nl> + p = probs . view ( - 1 ) [ idx ] . item ( ) <nl> + expected = scipy . stats . nbinom ( total_count , 1 - p ) . logpmf ( x ) <nl> + self . assertAlmostEqual ( log_prob , expected , places = 3 ) <nl> + <nl> + self . _check_log_prob ( NegativeBinomial ( total_count , probs ) , ref_log_prob ) <nl> + logits = probs_to_logits ( probs , is_binary = True ) <nl> + self . _check_log_prob ( NegativeBinomial ( total_count , logits = logits ) , ref_log_prob ) <nl> + <nl> + @ unittest . skipIf ( not TEST_NUMPY , " NumPy not found " ) <nl> + def test_negative_binomial_log_prob_vectorized_count ( self ) : <nl> + probs = torch . tensor ( [ 0 . 2 , 0 . 7 , 0 . 9 ] ) <nl> + for total_count , sample in [ ( torch . tensor ( [ 10 ] ) , torch . tensor ( [ 7 . , 3 . , 9 . ] ) ) , <nl> + ( torch . tensor ( [ 1 , 2 , 10 ] ) , torch . tensor ( [ 0 . , 1 . , 9 . ] ) ) ] : <nl> + log_prob = NegativeBinomial ( total_count , probs ) . log_prob ( sample ) <nl> + expected = scipy . stats . nbinom ( total_count . cpu ( ) . numpy ( ) , 1 - probs . cpu ( ) . numpy ( ) ) . logpmf ( sample ) <nl> + self . assertAlmostEqual ( log_prob , expected , places = 4 ) <nl> + <nl> def test_multinomial_1d ( self ) : <nl> total_count = 10 <nl> p = torch . tensor ( [ 0 . 1 , 0 . 2 , 0 . 3 ] , requires_grad = True ) <nl> def get_constraints ( self , is_cuda = False ) : <nl> constraints . greater_than ( 0 ) , <nl> constraints . greater_than ( 2 ) , <nl> constraints . greater_than ( - 2 ) , <nl> + constraints . greater_than_eq ( 0 ) , <nl> + constraints . greater_than_eq ( 2 ) , <nl> + constraints . greater_than_eq ( - 2 ) , <nl> constraints . less_than ( tensor ( [ - 10 . , - 2 , 0 , 2 , 10 ] ) ) , <nl> constraints . less_than ( 0 ) , <nl> constraints . less_than ( 2 ) , <nl> def get_constraints ( self , is_cuda = False ) : <nl> tensor ( [ - 3 . , 3 , 1 , 5 , 5 ] ) ) , <nl> constraints . interval ( - 2 , - 1 ) , <nl> constraints . interval ( 1 , 2 ) , <nl> + constraints . half_open_interval ( tensor ( [ - 4 . , - 2 , 0 , 2 , 4 ] ) , <nl> + tensor ( [ - 3 . , 3 , 1 , 5 , 5 ] ) ) , <nl> + constraints . half_open_interval ( - 2 , - 1 ) , <nl> + constraints . half_open_interval ( 1 , 2 ) , <nl> constraints . simplex , <nl> constraints . lower_cholesky , <nl> ] <nl> mmm a / torch / distributions / __init__ . py <nl> ppp b / torch / distributions / __init__ . py <nl> <nl> from . lowrank_multivariate_normal import LowRankMultivariateNormal <nl> from . multinomial import Multinomial <nl> from . multivariate_normal import MultivariateNormal <nl> + from . negative_binomial import NegativeBinomial <nl> from . normal import Normal <nl> from . one_hot_categorical import OneHotCategorical <nl> from . pareto import Pareto <nl> <nl> ' LogisticNormal ' , <nl> ' Multinomial ' , <nl> ' MultivariateNormal ' , <nl> + ' NegativeBinomial ' , <nl> ' Normal ' , <nl> ' OneHotCategorical ' , <nl> ' Pareto ' , <nl> mmm a / torch / distributions / constraint_registry . py <nl> ppp b / torch / distributions / constraint_registry . py <nl> def _transform_to_positive ( constraint ) : <nl> <nl> <nl> @ biject_to . register ( constraints . greater_than ) <nl> + @ biject_to . register ( constraints . greater_than_eq ) <nl> @ transform_to . register ( constraints . greater_than ) <nl> + @ transform_to . register ( constraints . greater_than_eq ) <nl> def _transform_to_greater_than ( constraint ) : <nl> return transforms . ComposeTransform ( [ transforms . ExpTransform ( ) , <nl> transforms . AffineTransform ( constraint . lower_bound , 1 ) ] ) <nl> def _transform_to_less_than ( constraint ) : <nl> <nl> <nl> @ biject_to . register ( constraints . interval ) <nl> + @ biject_to . register ( constraints . half_open_interval ) <nl> @ transform_to . register ( constraints . interval ) <nl> + @ transform_to . register ( constraints . half_open_interval ) <nl> def _transform_to_interval ( constraint ) : <nl> # Handle the special case of the unit interval . <nl> lower_is_0 = isinstance ( constraint . lower_bound , numbers . Number ) and constraint . lower_bound = = 0 <nl> mmm a / torch / distributions / constraints . py <nl> ppp b / torch / distributions / constraints . py <nl> <nl> ' dependent ' , <nl> ' dependent_property ' , <nl> ' greater_than ' , <nl> + ' greater_than_eq ' , <nl> ' integer_interval ' , <nl> ' interval ' , <nl> + ' half_open_interval ' , <nl> ' is_dependent ' , <nl> ' less_than ' , <nl> ' lower_cholesky ' , <nl> def check ( self , value ) : <nl> return self . lower_bound < value <nl> <nl> <nl> + class _GreaterThanEq ( Constraint ) : <nl> + " " " <nl> + Constrain to a real half line ` [ lower_bound , inf ) ` . <nl> + " " " <nl> + def __init__ ( self , lower_bound ) : <nl> + self . lower_bound = lower_bound <nl> + <nl> + def check ( self , value ) : <nl> + return self . lower_bound < = value <nl> + <nl> + <nl> class _LessThan ( Constraint ) : <nl> " " " <nl> Constrain to a real half line ` [ - inf , upper_bound ) ` . <nl> def check ( self , value ) : <nl> return ( self . lower_bound < = value ) & ( value < = self . upper_bound ) <nl> <nl> <nl> + class _HalfOpenInterval ( Constraint ) : <nl> + " " " <nl> + Constrain to a real interval ` [ lower_bound , upper_bound ) ` . <nl> + " " " <nl> + def __init__ ( self , lower_bound , upper_bound ) : <nl> + self . lower_bound = lower_bound <nl> + self . upper_bound = upper_bound <nl> + <nl> + def check ( self , value ) : <nl> + return ( self . lower_bound < = value ) & ( value < self . upper_bound ) <nl> + <nl> + <nl> class _Simplex ( Constraint ) : <nl> " " " <nl> Constrain to the unit simplex in the innermost ( rightmost ) dimension . <nl> def check ( self , value ) : <nl> real_vector = _RealVector ( ) <nl> positive = _GreaterThan ( 0 . ) <nl> greater_than = _GreaterThan <nl> + greater_than_eq = _GreaterThanEq <nl> less_than = _LessThan <nl> unit_interval = _Interval ( 0 . , 1 . ) <nl> interval = _Interval <nl> + half_open_interval = _HalfOpenInterval <nl> simplex = _Simplex ( ) <nl> lower_triangular = _LowerTriangular ( ) <nl> lower_cholesky = _LowerCholesky ( ) <nl> new file mode 100644 <nl> index 000000000000 . . 854ad5b7b087 <nl> mmm / dev / null <nl> ppp b / torch / distributions / negative_binomial . py <nl> <nl> + import torch <nl> + import torch . nn . functional as F <nl> + from torch . distributions import constraints <nl> + from torch . distributions . distribution import Distribution <nl> + from torch . distributions . utils import broadcast_all , probs_to_logits , lazy_property , logits_to_probs <nl> + <nl> + <nl> + class NegativeBinomial ( Distribution ) : <nl> + r " " " <nl> + Creates a Negative Binomial distribution , i . e . distribution <nl> + of the number of independent identical Bernoulli trials <nl> + needed before ` total_count ` failures are achieved . The probability <nl> + of success of each Bernoulli trial is ` probs ` . <nl> + <nl> + Args : <nl> + total_count ( float or Tensor ) : non - negative number of negative Bernoulli <nl> + trials to stop , although the distribution is still valid for real <nl> + valued count <nl> + probs ( Tensor ) : Event probabilities of success in the half open interval [ 0 , 1 ) <nl> + logits ( Tensor ) : Event log - odds for probabilities of success <nl> + " " " <nl> + arg_constraints = { ' total_count ' : constraints . greater_than_eq ( 0 ) , <nl> + ' probs ' : constraints . half_open_interval ( 0 . , 1 . ) } <nl> + support = constraints . nonnegative_integer <nl> + <nl> + def __init__ ( self , total_count , probs = None , logits = None , validate_args = None ) : <nl> + if ( probs is None ) = = ( logits is None ) : <nl> + raise ValueError ( " Either ` probs ` or ` logits ` must be specified , but not both . " ) <nl> + if probs is not None : <nl> + self . total_count , self . probs , = broadcast_all ( total_count , probs ) <nl> + self . total_count = self . total_count . type_as ( self . probs ) <nl> + else : <nl> + self . total_count , self . logits , = broadcast_all ( total_count , logits ) <nl> + self . total_count = self . total_count . type_as ( self . logits ) <nl> + <nl> + self . _param = self . probs if probs is not None else self . logits <nl> + batch_shape = self . _param . size ( ) <nl> + super ( NegativeBinomial , self ) . __init__ ( batch_shape , validate_args = validate_args ) <nl> + <nl> + def _new ( self , * args , * * kwargs ) : <nl> + return self . _param . new ( * args , * * kwargs ) <nl> + <nl> + @ property <nl> + def mean ( self ) : <nl> + return self . total_count * torch . exp ( self . logits ) <nl> + <nl> + @ property <nl> + def variance ( self ) : <nl> + return self . mean / torch . sigmoid ( - self . logits ) <nl> + <nl> + @ lazy_property <nl> + def logits ( self ) : <nl> + return probs_to_logits ( self . probs , is_binary = True ) <nl> + <nl> + @ lazy_property <nl> + def probs ( self ) : <nl> + return logits_to_probs ( self . logits , is_binary = True ) <nl> + <nl> + @ property <nl> + def param_shape ( self ) : <nl> + return self . _param . size ( ) <nl> + <nl> + @ lazy_property <nl> + def _gamma ( self ) : <nl> + return torch . distributions . Gamma ( concentration = self . total_count , <nl> + rate = torch . exp ( - self . logits ) ) <nl> + <nl> + def sample ( self , sample_shape = torch . Size ( ) ) : <nl> + with torch . no_grad ( ) : <nl> + rate = self . _gamma . sample ( sample_shape = sample_shape ) <nl> + return torch . poisson ( rate ) <nl> + <nl> + def log_prob ( self , value ) : <nl> + if self . _validate_args : <nl> + self . _validate_sample ( value ) <nl> + <nl> + log_unnormalized_prob = ( self . total_count * F . logsigmoid ( - self . logits ) + <nl> + value * F . logsigmoid ( self . logits ) ) <nl> + <nl> + log_normalization = ( - torch . lgamma ( self . total_count + value ) + torch . lgamma ( 1 . + value ) + <nl> + torch . lgamma ( self . total_count ) ) <nl> + <nl> + return log_unnormalized_prob - log_normalization <nl>
|
NegativeBinomial distribution ( )
|
pytorch/pytorch
|
ee964c51f48e02269ecd67bf5512f246d57b27fe
|
2018-08-01T15:39:25Z
|
mmm a / tools / caffe_converter / convert_model . py <nl> ppp b / tools / caffe_converter / convert_model . py <nl> def main ( ) : <nl> wmat_dim = list ( layer_blobs [ 0 ] . shape ) <nl> wmat = np . array ( layer_blobs [ 0 ] . data ) . reshape ( wmat_dim ) <nl> bias = np . array ( layer_blobs [ 1 ] . data ) <nl> - channels = layer_blobs [ 0 ] . channels ; <nl> + channels = wmat_dim [ 1 ] <nl> if channels = = 3 or channels = = 4 : # RGB or RGBA <nl> if first_conv : <nl> print ' Swapping BGR of caffe into RGB in mxnet ' <nl>
|
fix channels not convert from BGR to RGB when len ( layer_blobs [ 0 ] . shape . dim ) = = 0 ( )
|
apache/incubator-mxnet
|
093844e0098dfe5842abae5ce9941e5ca9dd5312
|
2017-01-10T17:41:46Z
|
mmm a / src / mongo / db / assemble_response . cpp <nl> ppp b / src / mongo / db / assemble_response . cpp <nl> bool receivedGetMore ( OperationContext * txn , DbResponse & dbresponse , Message & m , <nl> curop . debug ( ) . cursorid = cursorid ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setNS_inlock ( ns ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / distinct . cpp <nl> ppp b / src / mongo / db / commands / distinct . cpp <nl> class DistinctCommand : public Command { <nl> } <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( <nl> Explain : : getPlanSummary ( executor . getValue ( ) . get ( ) ) ) ; <nl> } <nl> mmm a / src / mongo / db / commands / find_and_modify . cpp <nl> ppp b / src / mongo / db / commands / find_and_modify . cpp <nl> class CmdFindAndModify : public Command { <nl> std : : move ( statusWithPlanExecutor . getValue ( ) ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> class CmdFindAndModify : public Command { <nl> std : : move ( statusWithPlanExecutor . getValue ( ) ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / find_cmd . cpp <nl> ppp b / src / mongo / db / commands / find_cmd . cpp <nl> class FindCmd : public Command { <nl> std : : unique_ptr < PlanExecutor > exec = std : : move ( statusWithPlanExecutor . getValue ( ) ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / geo_near_cmd . cpp <nl> ppp b / src / mongo / db / commands / geo_near_cmd . cpp <nl> class Geo2dFindNearCmd : public Command { <nl> <nl> auto curOp = CurOp : : get ( txn ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / getmore_cmd . cpp <nl> ppp b / src / mongo / db / commands / getmore_cmd . cpp <nl> class GetMoreCmd : public Command { <nl> { <nl> / / Set the namespace of the curop back to the view namespace so ctx records <nl> / / stats on this view namespace on destruction . <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setNS_inlock ( origNss . ns ( ) ) ; <nl> } <nl> return retVal ; <nl> class GetMoreCmd : public Command { <nl> <nl> auto planSummary = Explain : : getPlanSummary ( exec ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setPlanSummary_inlock ( planSummary ) ; <nl> <nl> / / Ensure that the original query or command object is available in the slow query log , <nl> mmm a / src / mongo / db / commands / group_cmd . cpp <nl> ppp b / src / mongo / db / commands / group_cmd . cpp <nl> class GroupCommand : public Command { <nl> <nl> auto curOp = CurOp : : get ( txn ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setPlanSummary_inlock ( Explain : : getPlanSummary ( planExecutor . get ( ) ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / killcursors_cmd . cpp <nl> ppp b / src / mongo / db / commands / killcursors_cmd . cpp <nl> class KillCursorsCmd final : public KillCursorsCmdBase { <nl> { <nl> / / Set the namespace of the curop back to the view namespace so ctx records <nl> / / stats on this view namespace on destruction . <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setNS_inlock ( nss . ns ( ) ) ; <nl> } <nl> return status ; <nl> mmm a / src / mongo / db / commands / mr . cpp <nl> ppp b / src / mongo / db / commands / mr . cpp <nl> class MapReduceCommand : public Command { <nl> } <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / commands / pipeline_command . cpp <nl> ppp b / src / mongo / db / commands / pipeline_command . cpp <nl> class PipelineCommand : public Command { <nl> { <nl> / / Set the namespace of the curop back to the view namespace so ctx records <nl> / / stats on this view namespace on destruction . <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setNS_inlock ( nss . ns ( ) ) ; <nl> } <nl> return status ; <nl> class PipelineCommand : public Command { <nl> <nl> { <nl> auto planSummary = Explain : : getPlanSummary ( exec . get ( ) ) ; <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp - > setPlanSummary_inlock ( std : : move ( planSummary ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / ops / write_ops_exec . cpp <nl> ppp b / src / mongo / db / ops / write_ops_exec . cpp <nl> WriteResult performInserts ( OperationContext * txn , const InsertOp & wholeOp ) { <nl> } ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp . setNS_inlock ( wholeOp . ns . ns ( ) ) ; <nl> curOp . setLogicalOp_inlock ( LogicalOp : : opInsert ) ; <nl> curOp . ensureStarted ( ) ; <nl> static WriteResult : : SingleResult performSingleUpdateOp ( OperationContext * txn , <nl> getExecutorUpdate ( txn , & curOp . debug ( ) , collection - > getCollection ( ) , & parsedUpdate ) ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> WriteResult performUpdates ( OperationContext * txn , const UpdateOp & wholeOp ) { <nl> Command * cmd = parentCurOp . getCommand ( ) ; <nl> CurOp curOp ( txn ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp . setCommand_inlock ( cmd ) ; <nl> } <nl> ON_BLOCK_EXIT ( [ & ] { finishCurOp ( txn , & curOp ) ; } ) ; <nl> static WriteResult : : SingleResult performSingleDeleteOp ( OperationContext * txn , <nl> getExecutorDelete ( txn , & curOp . debug ( ) , collection . getCollection ( ) , & parsedDelete ) ) ; <nl> <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> CurOp : : get ( txn ) - > setPlanSummary_inlock ( Explain : : getPlanSummary ( exec . get ( ) ) ) ; <nl> } <nl> <nl> WriteResult performDeletes ( OperationContext * txn , const DeleteOp & wholeOp ) { <nl> Command * cmd = parentCurOp . getCommand ( ) ; <nl> CurOp curOp ( txn ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp . setCommand_inlock ( cmd ) ; <nl> } <nl> ON_BLOCK_EXIT ( [ & ] { finishCurOp ( txn , & curOp ) ; } ) ; <nl> mmm a / src / mongo / db / query / find . cpp <nl> ppp b / src / mongo / db / query / find . cpp <nl> Message getMore ( OperationContext * txn , <nl> <nl> auto planSummary = Explain : : getPlanSummary ( exec ) ; <nl> { <nl> - stdx : : lock_guard < Client > ( * txn - > getClient ( ) ) ; <nl> + stdx : : lock_guard < Client > lk ( * txn - > getClient ( ) ) ; <nl> curOp . setPlanSummary_inlock ( planSummary ) ; <nl> <nl> / / Ensure that the original query or command object is available in the slow query log , <nl>
|
SERVER - 27920 Fix incorrect locking of Client context
|
mongodb/mongo
|
ddc34321a7b0019612ee2c093e84cb01b489dd79
|
2017-02-06T19:50:12Z
|
mmm a / configure <nl> ppp b / configure <nl> public : <nl> return true ; <nl> # ifdef Q_WS_X11 <nl> } <nl> - if ( QFile : : exists ( " / usr / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / usr / local / share / GeoIP / GeoIP . dat " ) ) <nl> + if ( QFile : : exists ( " / usr / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / usr / local / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / var / lib / GeoIP / GeoIP . dat " ) ) <nl> return true ; <nl> - printf ( " \ nWarning : GeoIP database was not found at / usr / share / GeoIP / GeoIP . dat \ nCountry resolution will be slow . " ) ; <nl> + printf ( " \ nWarning : GeoIP database was not found at / usr / share / GeoIP / GeoIP . dat or / var / lib / GeoIP / GeoIP . dat \ nCountry resolution will be slow . " ) ; <nl> return false ; <nl> # endif <nl> } <nl> mmm a / qcm / geoip - database . qcm <nl> ppp b / qcm / geoip - database . qcm <nl> public : <nl> return true ; <nl> # ifdef Q_WS_X11 <nl> } <nl> - if ( QFile : : exists ( " / usr / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / usr / local / share / GeoIP / GeoIP . dat " ) ) <nl> + if ( QFile : : exists ( " / usr / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / usr / local / share / GeoIP / GeoIP . dat " ) | | QFile : : exists ( " / var / lib / GeoIP / GeoIP . dat " ) ) <nl> return true ; <nl> - printf ( " \ nWarning : GeoIP database was not found at / usr / share / GeoIP / GeoIP . dat \ nCountry resolution will be slow . " ) ; <nl> + printf ( " \ nWarning : GeoIP database was not found at / usr / share / GeoIP / GeoIP . dat or / var / lib / GeoIP / GeoIP . dat \ nCountry resolution will be slow . " ) ; <nl> return false ; <nl> # endif <nl> } <nl> mmm a / src / geoip . h <nl> ppp b / src / geoip . h <nl> class GeoIP { <nl> # else <nl> if ( QFile : : exists ( " / usr / local / share / GeoIP / GeoIP . dat " ) ) <nl> return " / usr / local / share / GeoIP / " ; <nl> + if ( QFile : : exists ( " / var / lib / GeoIP / GeoIP . dat " ) ) <nl> + return " / var / lib / GeoIP / " ; <nl> return " / usr / share / GeoIP / " ; <nl> # endif <nl> } <nl>
|
- Also look in / var / lib / GeoIP / GeoIP . dat for GeoIP database ( OpenSuse 11 . 2 )
|
qbittorrent/qBittorrent
|
ed1d75ecb1af0635e298128fbe8d757ced7d8f50
|
2009-12-08T07:55:08Z
|
mmm a / test / Misc / expression_too_complex_2 . swift <nl> ppp b / test / Misc / expression_too_complex_2 . swift <nl> class MyViewCell : UITableViewCell { <nl> required init ? ( coder aDecoder : NSCoder ) { fatalError ( " no " ) } <nl> override init ( style : UITableViewCellStyle , reuseIdentifier : String ? ) { <nl> super . init ( style : . default , reuseIdentifier : reuseIdentifier ) <nl> - NSLayoutConstraint . activate ( [ <nl> + NSLayoutConstraint . activate ( [ / / expected - error { { expression was too complex to be solved in reasonable time ; consider breaking up the expression into distinct sub - expressions } } <nl> NSLayoutConstraint ( item : View1 , attribute : . top , relatedBy : . equal , toItem : label1 , attribute : . top , multiplier : 1 , constant : 1 ) , <nl> NSLayoutConstraint ( item : View1 , attribute : . top , relatedBy : . equal , toItem : label2 , attribute : . top , multiplier : 1 , constant : 1 ) , <nl> NSLayoutConstraint ( item : View1 , attribute : . top , relatedBy : . equal , toItem : label3 , attribute : . top , multiplier : 1 , constant : 1 ) , <nl>
|
Merge remote - tracking branch ' origin / master ' into master - next
|
apple/swift
|
60b9c2625c760f72dbabdcec5feee00434c7cdec
|
2017-02-07T10:25:13Z
|
mmm a / tensorflow / python / debug / BUILD <nl> ppp b / tensorflow / python / debug / BUILD <nl> py_test ( <nl> srcs = [ " lib / source_remote_test . py " ] , <nl> srcs_version = " PY2AND3 " , <nl> tags = [ <nl> + " no_mac " , <nl> " no_windows " , <nl> " oss_serial " , <nl> ] , <nl>
|
added no_mac tag to source_remote_test
|
tensorflow/tensorflow
|
30c10565f92ec0f506a4246bca837714e8c18a7f
|
2017-12-07T21:34:23Z
|
mmm a / . gitignore <nl> ppp b / . gitignore <nl> taichi . h <nl> tmp <nl> saxpy <nl> results <nl> - <nl> + tmp * <nl> mmm a / src / tlang . cpp <nl> ppp b / src / tlang . cpp <nl> void compile ( int dim ) { <nl> CodeGen gen ; <nl> auto code = gen . run ( ret ) ; <nl> std : : cout < < code < < std : : endl ; <nl> + std : : ofstream of ( " tmp . cpp " ) ; <nl> + of < < code ; <nl> + std : : system ( " clang - format - 4 . 0 - i tmp . cpp " ) ; <nl> TC_INFO ( " Generated Code : \ n { } " , code ) ; <nl> } <nl> <nl> auto tlang = [ ] ( ) { compile < float32 > ( 3 ) ; } ; <nl> TC_REGISTER_TASK ( tlang ) ; <nl> <nl> TC_NAMESPACE_END <nl> + <nl> + <nl> + / / ti run tlang & & g + + tmp . cpp - std = c + + 14 - c - fPIC - o tmp . so - march = native <nl> \ No newline at end of file <nl> mmm a / src / tlang . h <nl> ppp b / src / tlang . h <nl> using Handle = std : : shared_ptr < T > ; <nl> <nl> class Node { <nl> public : <nl> - enum class Type : int { input , mul , add , sub , div , load , store , combine } ; <nl> + enum class Type : int { mul , add , sub , div , load , store , combine } ; <nl> <nl> std : : vector < Handle < Node > > ch ; / / Four child max <nl> Type type ; <nl> class CodeGen { <nl> } <nl> <nl> std : : string run ( const Expr & e ) { <nl> - code = " " ; <nl> + code = " # include < immintrin . h > \ n \ n " ; <nl> + code + = " using float32 = float ; \ n " ; <nl> + code + = " using float64 = double ; \ n \ n " ; <nl> code + = <nl> " void func ( float32 * stream00 , float32 * stream01 , float32 * stream02 , " <nl> " int n ) { \ n " ; <nl> + code + = " for ( int i = 0 ; i < n ; i + = 8 ) { \ n " ; <nl> visit ( e . node ) ; <nl> - code + = " } \ n " ; <nl> + code + = " } \ n } \ n " ; <nl> return code ; <nl> } <nl> <nl> class CodeGen { <nl> } <nl> if ( node - > var_name = = " " ) <nl> node - > var_name = create_variable ( ) ; <nl> - if ( node - > type = = NodeType : : input ) { <nl> - code + = fmt : : format ( " __m256 { } ; \ n " , node - > var_name ) ; <nl> - } else if ( node - > type = = NodeType : : add ) { <nl> - code + = fmt : : format ( " { } = { } + { } ; \ n " , node - > var_name , <nl> + else <nl> + return ; / / visited <nl> + if ( node - > type = = NodeType : : add ) { <nl> + code + = fmt : : format ( " auto { } = { } + { } ; \ n " , node - > var_name , <nl> node - > ch [ 0 ] - > var_name , node - > ch [ 1 ] - > var_name ) ; <nl> } else if ( node - > type = = NodeType : : mul ) { <nl> - code + = fmt : : format ( " { } = { } * { } ; \ n " , node - > var_name , <nl> + code + = fmt : : format ( " auto { } = { } * { } ; \ n " , node - > var_name , <nl> node - > ch [ 0 ] - > var_name , node - > ch [ 1 ] - > var_name ) ; <nl> } else if ( node - > type = = NodeType : : sub ) { <nl> - code + = fmt : : format ( " { } = { } - { } ; \ n " , node - > var_name , <nl> + code + = fmt : : format ( " auto { } = { } - { } ; \ n " , node - > var_name , <nl> node - > ch [ 0 ] - > var_name , node - > ch [ 1 ] - > var_name ) ; <nl> } else if ( node - > type = = NodeType : : div ) { <nl> - code + = fmt : : format ( " { } = { } / { } ; \ n " , node - > var_name , <nl> + code + = fmt : : format ( " auto { } = { } / { } ; \ n " , node - > var_name , <nl> node - > ch [ 0 ] - > var_name , node - > ch [ 1 ] - > var_name ) ; <nl> } else if ( node - > type = = NodeType : : load ) { <nl> auto stream_name = fmt : : format ( " stream { : 02d } " , node - > stream_id ) ; <nl> code + = <nl> - fmt : : format ( " { } = _mm256_load_ps ( & { } [ { } * i + { } ] ) ; \ n " , <nl> + fmt : : format ( " __m256 { } = _mm256_load_ps ( & { } [ { } * i + { } ] ) ; \ n " , <nl> node - > var_name , stream_name , node - > stride , node - > offset ) ; <nl> } else if ( node - > type = = NodeType : : store ) { <nl> auto stream_name = fmt : : format ( " stream { : 02d } " , node - > stream_id ) ; <nl> - code + = fmt : : format ( " _mm256_store_ps ( { } , & { } [ { } * i + { } ] ) ; \ n " , <nl> - node - > ch [ 0 ] - > var_name , stream_name , node - > stride , <nl> - node - > offset ) ; <nl> + code + = <nl> + fmt : : format ( " _mm256_store_ps ( & { } [ { } * i + { } ] , { } ) ; \ n " , stream_name , <nl> + node - > stride , node - > offset , node - > ch [ 0 ] - > var_name ) ; <nl> } else if ( node - > type = = NodeType : : combine ) { <nl> / / do nothing <nl> } else { <nl>
|
compiles
|
taichi-dev/taichi
|
e3c636cd4d8c4ec5793f2e7027731e6415037bc4
|
2018-11-19T01:06:06Z
|
mmm a / jstests / group1 . js <nl> ppp b / jstests / group1 . js <nl> assert ( res [ 0 ] . count = = 2 , " C " ) ; <nl> assert ( res [ 1 ] . a = = 2 , " D " ) ; <nl> assert ( res [ 1 ] . count = = 3 , " E " ) ; <nl> <nl> + / / TEMP DEBUGGING <nl> + p . ns = t . _shortName ; <nl> + printjson ( db . runCommand ( { " group " : db . _groupFixParms ( p ) } ) ) ; <nl> + / / mmm - <nl> + <nl> assert . eq ( res , t . groupcmd ( p ) , " ZZ " ) ; <nl> <nl> ret = t . groupcmd ( { key : { } , reduce : p . reduce , initial : p . initial } ) ; <nl>
|
temp debugging MINOR
|
mongodb/mongo
|
7681d53e0aff4d087009df1ddc15a7163a9e4e63
|
2009-08-19T18:02:03Z
|
mmm a / src / compiler / ppc / code - generator - ppc . cc <nl> ppp b / src / compiler / ppc / code - generator - ppc . cc <nl> void CodeGenerator : : AssembleArchTrap ( Instruction * instr , <nl> if ( frame_elided_ ) { <nl> __ set_has_frame ( old_has_frame ) ; <nl> } <nl> - if ( FLAG_debug_code ) { <nl> - __ stop ( GetBailoutReason ( kUnexpectedReturnFromWasmTrap ) ) ; <nl> - } <nl> } <nl> <nl> private : <nl> void CodeGenerator : : AssembleArchTrap ( Instruction * instr , <nl> __ CallCFunction ( <nl> ExternalReference : : wasm_call_trap_callback_for_testing ( isolate ( ) ) , <nl> 0 ) ; <nl> + __ LeaveFrame ( StackFrame : : WASM_COMPILED ) ; <nl> + __ Ret ( ) ; <nl> } else { <nl> __ Move ( cp , Smi : : kZero ) ; <nl> gen_ - > AssembleSourcePosition ( instr_ ) ; <nl> __ CallRuntime ( trap_id ) ; <nl> + ReferenceMap * reference_map = <nl> + new ( gen_ - > zone ( ) ) ReferenceMap ( gen_ - > zone ( ) ) ; <nl> + gen_ - > RecordSafepoint ( reference_map , Safepoint : : kSimple , 0 , <nl> + Safepoint : : kNoLazyDeopt ) ; <nl> + if ( FLAG_debug_code ) { <nl> + __ stop ( GetBailoutReason ( kUnexpectedReturnFromWasmTrap ) ) ; <nl> + } <nl> } <nl> - ReferenceMap * reference_map = <nl> - new ( gen_ - > zone ( ) ) ReferenceMap ( gen_ - > zone ( ) ) ; <nl> - gen_ - > RecordSafepoint ( reference_map , Safepoint : : kSimple , 0 , <nl> - Safepoint : : kNoLazyDeopt ) ; <nl> } <nl> <nl> bool frame_elided_ ; <nl> mmm a / src / compiler / s390 / code - generator - s390 . cc <nl> ppp b / src / compiler / s390 / code - generator - s390 . cc <nl> void CodeGenerator : : AssembleArchTrap ( Instruction * instr , <nl> if ( frame_elided_ ) { <nl> __ set_has_frame ( old_has_frame ) ; <nl> } <nl> - if ( FLAG_debug_code ) { <nl> - __ stop ( GetBailoutReason ( kUnexpectedReturnFromWasmTrap ) ) ; <nl> - } <nl> } <nl> <nl> private : <nl> void CodeGenerator : : AssembleArchTrap ( Instruction * instr , <nl> __ CallCFunction ( <nl> ExternalReference : : wasm_call_trap_callback_for_testing ( isolate ( ) ) , <nl> 0 ) ; <nl> + __ LeaveFrame ( StackFrame : : WASM_COMPILED ) ; <nl> + __ Ret ( ) ; <nl> } else { <nl> __ Move ( cp , Smi : : kZero ) ; <nl> gen_ - > AssembleSourcePosition ( instr_ ) ; <nl> __ CallRuntime ( trap_id ) ; <nl> + ReferenceMap * reference_map = <nl> + new ( gen_ - > zone ( ) ) ReferenceMap ( gen_ - > zone ( ) ) ; <nl> + gen_ - > RecordSafepoint ( reference_map , Safepoint : : kSimple , 0 , <nl> + Safepoint : : kNoLazyDeopt ) ; <nl> + if ( FLAG_debug_code ) { <nl> + __ stop ( GetBailoutReason ( kUnexpectedReturnFromWasmTrap ) ) ; <nl> + } <nl> } <nl> - ReferenceMap * reference_map = <nl> - new ( gen_ - > zone ( ) ) ReferenceMap ( gen_ - > zone ( ) ) ; <nl> - gen_ - > RecordSafepoint ( reference_map , Safepoint : : kSimple , 0 , <nl> - Safepoint : : kNoLazyDeopt ) ; <nl> } <nl> <nl> bool frame_elided_ ; <nl>
|
PPC / s390 : [ wasm ] Do not use setjmp / longjmp in cctests .
|
v8/v8
|
13042c9a19b58909905da23129ea5445f8e050db
|
2017-02-10T15:36:45Z
|
mmm a / include / http . h <nl> ppp b / include / http . h <nl> typedef struct _swHttpRequest <nl> <nl> } swHttpRequest ; <nl> <nl> + int swHttp_get_method ( char * method_str ) ; <nl> int swHttpRequest_get_protocol ( swHttpRequest * request ) ; <nl> int swHttpRequest_get_content_length ( swHttpRequest * request ) ; <nl> int swHttpRequest_get_header_length ( swHttpRequest * request ) ; <nl> mmm a / src / protocol / Http . c <nl> ppp b / src / protocol / Http . c <nl> <nl> # include < assert . h > <nl> # include < stddef . h > <nl> <nl> + static const char * method_strings [ ] = <nl> + { <nl> + " DELETE " , " GET " , " HEAD " , " POST " , " PUT " , " PATCH " , " CONNECT " , " OPTIONS " , " TRACE " , " COPY " , " LOCK " , " MKCOL " , " MOVE " , <nl> + " PROPFIND " , " PROPPATCH " , " UNLOCK " , " REPORT " , " MKACTIVITY " , " CHECKOUT " , " MERGE " , " M - SEARCH " , " NOTIFY " , <nl> + " SUBSCRIBE " , " UNSUBSCRIBE " , " PRI " , <nl> + } ; <nl> + <nl> + int swHttp_get_method ( char * method_str ) <nl> + { <nl> + int i ; <nl> + for ( i = 1 ; i < HTTP_PRI ; i + + ) <nl> + { <nl> + if ( strncasecmp ( method_strings [ i ] , method_str , strlen ( method_strings [ i ] ) ) = = 0 ) <nl> + { <nl> + return i ; <nl> + } <nl> + } <nl> + return - 1 ; <nl> + } <nl> + <nl> / * * <nl> * only GET / POST <nl> * / <nl> mmm a / swoole_http_v2_server . c <nl> ppp b / swoole_http_v2_server . c <nl> static int http2_build_header ( http_context * ctx , uchar * buffer , int body_length <nl> date_str = sw_php_format_date ( ZEND_STRL ( SW_HTTP_DATE_FORMAT ) , SwooleGS - > now , 0 TSRMLS_CC ) ; <nl> http2_add_header ( & nv [ index + + ] , ZEND_STRL ( " date " ) , date_str , strlen ( date_str ) ) ; <nl> <nl> - if ( ctx - > request . method = = PHP_HTTP_OPTIONS ) <nl> + if ( ctx - > request . method = = HTTP_OPTIONS ) <nl> { <nl> http2_add_header ( & nv [ index + + ] , ZEND_STRL ( " allow " ) , ZEND_STRL ( " GET , POST , PUT , PATCH , DELETE , HEAD , OPTIONS " ) ) ; <nl> } <nl> static int http2_parse_header ( swoole_http_client * client , http_context * ctx , int <nl> if ( strncasecmp ( ( char * ) nv . name + 1 , " method " , nv . namelen - 1 ) = = 0 ) <nl> { <nl> sw_add_assoc_stringl_ex ( zserver , ZEND_STRS ( " request_method " ) , ( char * ) nv . value , nv . valuelen , 1 ) ; <nl> + ctx - > request . method = swHttp_get_method ( nv . value ) ; <nl> } <nl> else if ( strncasecmp ( ( char * ) nv . name + 1 , " path " , nv . namelen - 1 ) = = 0 ) <nl> { <nl>
|
fixed miss http2 method .
|
swoole/swoole-src
|
e4406f40badac93c43a679c82a8c10e8a4f2e4f1
|
2017-02-16T04:26:33Z
|
similarity index 100 % <nl> rename from R - package / inst / examples / demo . R <nl> rename to R - package / demo / demo . R <nl> deleted file mode 100644 <nl> index 9182c23d63 . . 0000000000 <nl> mmm a / R - package / inst / examples / agaricus . txt . test <nl> ppp / dev / null <nl> <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 4 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 51 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 1 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> deleted file mode 100644 <nl> index 07e36b375b . . 0000000000 <nl> mmm a / R - package / inst / examples / agaricus . txt . train <nl> ppp / dev / null <nl> <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 5 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 19 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 40 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 20 : 1 23 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 110 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 19 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 20 : 1 22 : 1 33 : 1 36 : 1 39 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 8 : 1 18 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 19 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 59 : 1 64 : 1 66 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 41 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 19 : 1 20 : 1 23 : 1 33 : 1 35 : 1 38 : 1 40 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 115 : 1 121 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 20 : 1 22 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 55 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 121 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 29 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 43 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 53 : 1 57 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 40 : 1 53 : 1 57 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 104 : 1 113 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 41 : 1 53 : 1 57 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 105 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 116 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 81 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 47 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 116 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 15 : 1 21 : 1 24 : 1 33 : 1 36 : 1 39 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 6 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 21 : 1 24 : 1 33 : 1 35 : 1 39 : 1 41 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 104 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 48 : 1 53 : 1 54 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 41 : 1 53 : 1 54 : 1 64 : 1 68 : 1 72 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 105 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 7 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 1 : 1 7 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 0 : 1 7 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 0 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 4 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 4 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 1 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 43 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 0 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 4 : 1 7 : 1 18 : 1 20 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 111 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 14 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 0 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 0 : 1 8 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 6 : 1 12 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 0 : 1 9 : 1 18 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 4 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 16 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 48 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 47 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 3 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 2 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 0 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 0 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 0 : 1 9 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 68 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 17 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 84 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 6 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 122 : 1 <nl> - 1 0 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 69 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 75 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 4 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 63 : 1 66 : 1 76 : 1 86 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 78 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 6 : 1 13 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 52 : 1 54 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 121 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 10 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 54 : 1 61 : 1 65 : 1 76 : 1 78 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 18 : 1 21 : 1 28 : 1 33 : 1 35 : 1 39 : 1 50 : 1 52 : 1 60 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 98 : 1 107 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 18 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 50 : 1 53 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 123 : 1 <nl> - 1 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 45 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 108 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 79 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 13 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 43 : 1 53 : 1 54 : 1 61 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 26 : 1 33 : 1 35 : 1 38 : 1 44 : 1 52 : 1 54 : 1 63 : 1 67 : 1 70 : 1 83 : 1 87 : 1 91 : 1 94 : 1 99 : 1 107 : 1 117 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 11 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 49 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 97 : 1 111 : 1 114 : 1 124 : 1 <nl> - 1 3 : 1 9 : 1 11 : 1 20 : 1 26 : 1 33 : 1 35 : 1 38 : 1 47 : 1 53 : 1 54 : 1 64 : 1 65 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 101 : 1 107 : 1 117 : 1 123 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 0 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 51 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 8 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 51 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 1 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 51 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 19 : 1 21 : 1 28 : 1 33 : 1 36 : 1 39 : 1 50 : 1 52 : 1 55 : 1 62 : 1 66 : 1 77 : 1 86 : 1 87 : 1 92 : 1 94 : 1 97 : 1 111 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 10 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 3 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 8 : 1 13 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 3 : 1 8 : 1 15 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 50 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 12 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 20 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 3 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 8 : 1 10 : 1 21 : 1 28 : 1 33 : 1 35 : 1 38 : 1 50 : 1 52 : 1 54 : 1 62 : 1 66 : 1 69 : 1 78 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 118 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 3 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 114 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 6 : 1 13 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 47 : 1 52 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 6 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 44 : 1 52 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 116 : 1 119 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 2 : 1 9 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 9 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 1 2 : 1 9 : 1 10 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 2 : 1 8 : 1 12 : 1 21 : 1 27 : 1 33 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 74 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 67 : 1 76 : 1 83 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 122 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 112 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 114 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 0 0 : 1 9 : 1 18 : 1 21 : 1 28 : 1 33 : 1 36 : 1 38 : 1 50 : 1 52 : 1 60 : 1 64 : 1 68 : 1 76 : 1 85 : 1 87 : 1 91 : 1 95 : 1 101 : 1 111 : 1 115 : 1 119 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 105 : 1 117 : 1 120 : 1 <nl> - 0 4 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 46 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 1 3 : 1 8 : 1 12 : 1 21 : 1 27 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 55 : 1 63 : 1 66 : 1 71 : 1 80 : 1 87 : 1 91 : 1 93 : 1 100 : 1 111 : 1 114 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 30 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 64 : 1 67 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 120 : 1 <nl> - 1 4 : 1 9 : 1 17 : 1 21 : 1 25 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 1 4 : 1 8 : 1 10 : 1 21 : 1 26 : 1 33 : 1 35 : 1 39 : 1 42 : 1 53 : 1 60 : 1 63 : 1 68 : 1 74 : 1 85 : 1 87 : 1 91 : 1 94 : 1 97 : 1 111 : 1 117 : 1 125 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 89 : 1 94 : 1 101 : 1 106 : 1 117 : 1 120 : 1 <nl> - 0 3 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 41 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 106 : 1 114 : 1 120 : 1 <nl> - 0 2 : 1 9 : 1 10 : 1 21 : 1 28 : 1 31 : 1 35 : 1 38 : 1 51 : 1 52 : 1 60 : 1 64 : 1 68 : 1 73 : 1 82 : 1 87 : 1 90 : 1 94 : 1 101 : 1 109 : 1 114 : 1 120 : 1 <nl> deleted file mode 100644 <nl> index c9e6465abf . . 0000000000 <nl> mmm a / R - package / inst / examples / featmap . txt <nl> ppp / dev / null <nl> <nl> - 0 cap - shape = bell i <nl> - 1 cap - shape = conical i <nl> - 2 cap - shape = convex i <nl> - 3 cap - shape = flat i <nl> - 4 cap - shape = knobbed i <nl> - 5 cap - shape = sunken i <nl> - 6 cap - surface = fibrous i <nl> - 7 cap - surface = grooves i <nl> - 8 cap - surface = scaly i <nl> - 9 cap - surface = smooth i <nl> - 10 cap - color = brown i <nl> - 11 cap - color = buff i <nl> - 12 cap - color = cinnamon i <nl> - 13 cap - color = gray i <nl> - 14 cap - color = green i <nl> - 15 cap - color = pink i <nl> - 16 cap - color = purple i <nl> - 17 cap - color = red i <nl> - 18 cap - color = white i <nl> - 19 cap - color = yellow i <nl> - 20 bruises ? = bruises i <nl> - 21 bruises ? = no i <nl> - 22 odor = almond i <nl> - 23 odor = anise i <nl> - 24 odor = creosote i <nl> - 25 odor = fishy i <nl> - 26 odor = foul i <nl> - 27 odor = musty i <nl> - 28 odor = none i <nl> - 29 odor = pungent i <nl> - 30 odor = spicy i <nl> - 31 gill - attachment = attached i <nl> - 32 gill - attachment = descending i <nl> - 33 gill - attachment = free i <nl> - 34 gill - attachment = notched i <nl> - 35 gill - spacing = close i <nl> - 36 gill - spacing = crowded i <nl> - 37 gill - spacing = distant i <nl> - 38 gill - size = broad i <nl> - 39 gill - size = narrow i <nl> - 40 gill - color = black i <nl> - 41 gill - color = brown i <nl> - 42 gill - color = buff i <nl> - 43 gill - color = chocolate i <nl> - 44 gill - color = gray i <nl> - 45 gill - color = green i <nl> - 46 gill - color = orange i <nl> - 47 gill - color = pink i <nl> - 48 gill - color = purple i <nl> - 49 gill - color = red i <nl> - 50 gill - color = white i <nl> - 51 gill - color = yellow i <nl> - 52 stalk - shape = enlarging i <nl> - 53 stalk - shape = tapering i <nl> - 54 stalk - root = bulbous i <nl> - 55 stalk - root = club i <nl> - 56 stalk - root = cup i <nl> - 57 stalk - root = equal i <nl> - 58 stalk - root = rhizomorphs i <nl> - 59 stalk - root = rooted i <nl> - 60 stalk - root = missing i <nl> - 61 stalk - surface - above - ring = fibrous i <nl> - 62 stalk - surface - above - ring = scaly i <nl> - 63 stalk - surface - above - ring = silky i <nl> - 64 stalk - surface - above - ring = smooth i <nl> - 65 stalk - surface - below - ring = fibrous i <nl> - 66 stalk - surface - below - ring = scaly i <nl> - 67 stalk - surface - below - ring = silky i <nl> - 68 stalk - surface - below - ring = smooth i <nl> - 69 stalk - color - above - ring = brown i <nl> - 70 stalk - color - above - ring = buff i <nl> - 71 stalk - color - above - ring = cinnamon i <nl> - 72 stalk - color - above - ring = gray i <nl> - 73 stalk - color - above - ring = orange i <nl> - 74 stalk - color - above - ring = pink i <nl> - 75 stalk - color - above - ring = red i <nl> - 76 stalk - color - above - ring = white i <nl> - 77 stalk - color - above - ring = yellow i <nl> - 78 stalk - color - below - ring = brown i <nl> - 79 stalk - color - below - ring = buff i <nl> - 80 stalk - color - below - ring = cinnamon i <nl> - 81 stalk - color - below - ring = gray i <nl> - 82 stalk - color - below - ring = orange i <nl> - 83 stalk - color - below - ring = pink i <nl> - 84 stalk - color - below - ring = red i <nl> - 85 stalk - color - below - ring = white i <nl> - 86 stalk - color - below - ring = yellow i <nl> - 87 veil - type = partial i <nl> - 88 veil - type = universal i <nl> - 89 veil - color = brown i <nl> - 90 veil - color = orange i <nl> - 91 veil - color = white i <nl> - 92 veil - color = yellow i <nl> - 93 ring - number = none i <nl> - 94 ring - number = one i <nl> - 95 ring - number = two i <nl> - 96 ring - type = cobwebby i <nl> - 97 ring - type = evanescent i <nl> - 98 ring - type = flaring i <nl> - 99 ring - type = large i <nl> - 100 ring - type = none i <nl> - 101 ring - type = pendant i <nl> - 102 ring - type = sheathing i <nl> - 103 ring - type = zone i <nl> - 104 spore - print - color = black i <nl> - 105 spore - print - color = brown i <nl> - 106 spore - print - color = buff i <nl> - 107 spore - print - color = chocolate i <nl> - 108 spore - print - color = green i <nl> - 109 spore - print - color = orange i <nl> - 110 spore - print - color = purple i <nl> - 111 spore - print - color = white i <nl> - 112 spore - print - color = yellow i <nl> - 113 population = abundant i <nl> - 114 population = clustered i <nl> - 115 population = numerous i <nl> - 116 population = scattered i <nl> - 117 population = several i <nl> - 118 population = solitary i <nl> - 119 habitat = grasses i <nl> - 120 habitat = leaves i <nl> - 121 habitat = meadows i <nl> - 122 habitat = paths i <nl> - 123 habitat = urban i <nl> - 124 habitat = waste i <nl> - 125 habitat = woods i <nl>
|
use demo instead of inst
|
dmlc/xgboost
|
d693e8d5cc0ac36899fae202743c88c0be425920
|
2014-08-27T22:10:07Z
|
mmm a / src / android / test / interop / app / src / main / cpp / grpc - interop . cc <nl> ppp b / src / android / test / interop / app / src / main / cpp / grpc - interop . cc <nl> <nl> * <nl> * / <nl> <nl> - # include < grpc + + / grpc + + . h > <nl> + # include < grpcpp / grpcpp . h > <nl> # include < jni . h > <nl> # include < src / core / lib / gpr / env . h > <nl> <nl>
|
do not use deprecated header
|
grpc/grpc
|
c9e35ce5fb22d73696bddb4e2e1dda0d07fb1045
|
2018-04-05T19:08:50Z
|
mmm a / buildscripts / resmokeconfig / suites / sharding_last_stable_mongos_and_mixed_shards . yml <nl> ppp b / buildscripts / resmokeconfig / suites / sharding_last_stable_mongos_and_mixed_shards . yml <nl> selector : <nl> - jstests / sharding / shard7 . js <nl> - jstests / sharding / shard_collection_existing_zones . js <nl> - jstests / sharding / snapshot_cursor_commands_mongos . js <nl> + - jstests / sharding / transactions_error_labels . js <nl> - jstests / sharding / transactions_snapshot_errors_first_statement . js <nl> - jstests / sharding / transactions_snapshot_errors_subsequent_statements . js <nl> - jstests / sharding / transactions_stale_database_version_errors . js <nl> mmm a / buildscripts / resmokeconfig / suites / sharding_last_stable_mongos_and_mixed_shards_misc . yml <nl> ppp b / buildscripts / resmokeconfig / suites / sharding_last_stable_mongos_and_mixed_shards_misc . yml <nl> selector : <nl> - jstests / sharding / shard7 . js <nl> - jstests / sharding / shard_collection_existing_zones . js <nl> - jstests / sharding / snapshot_cursor_commands_mongos . js <nl> + - jstests / sharding / transactions_error_labels . js <nl> - jstests / sharding / transactions_snapshot_errors_first_statement . js <nl> - jstests / sharding / transactions_snapshot_errors_subsequent_statements . js <nl> - jstests / sharding / transactions_stale_database_version_errors . js <nl> mmm a / buildscripts / templates / generate_resmoke_suites / sharding_last_stable_mongos_and_mixed_shards . yml . j2 <nl> ppp b / buildscripts / templates / generate_resmoke_suites / sharding_last_stable_mongos_and_mixed_shards . yml . j2 <nl> selector : <nl> - jstests / sharding / shard7 . js <nl> - jstests / sharding / shard_collection_existing_zones . js <nl> - jstests / sharding / snapshot_cursor_commands_mongos . js <nl> + - jstests / sharding / transactions_error_labels . js <nl> - jstests / sharding / transactions_snapshot_errors_first_statement . js <nl> - jstests / sharding / transactions_snapshot_errors_subsequent_statements . js <nl> - jstests / sharding / transactions_stale_database_version_errors . js <nl> new file mode 100644 <nl> index 000000000000 . . 8dd251d98901 <nl> mmm / dev / null <nl> ppp b / jstests / sharding / transactions_error_labels . js <nl> <nl> + / / Test TransientTransactionErrors error label in mongos write commands . <nl> + / / @ tags : [ uses_transactions , uses_single_shard_transaction ] <nl> + ( function ( ) { <nl> + " use strict " ; <nl> + <nl> + let st = new ShardingTest ( { shards : 1 } ) ; <nl> + <nl> + let session = st . s . startSession ( ) ; <nl> + let sessionDB = session . getDatabase ( ' test ' ) ; <nl> + <nl> + st . rs0 . nodes . forEach ( function ( node ) { <nl> + assert . commandWorked ( node . getDB ( ' admin ' ) . runCommand ( { <nl> + configureFailPoint : " failCommand " , <nl> + mode : " alwaysOn " , <nl> + data : { errorCode : ErrorCodes . WriteConflict , failCommands : [ " insert " ] } <nl> + } ) ) ; <nl> + } ) ; <nl> + <nl> + session . startTransaction ( ) ; <nl> + <nl> + let res = sessionDB . runCommand ( { <nl> + insert : ' foo ' , <nl> + documents : [ { _id : " insert - 1 " } ] , <nl> + readConcern : { level : " snapshot " } , <nl> + } ) ; <nl> + <nl> + assert . commandFailedWithCode ( res , ErrorCodes . WriteConflict ) ; <nl> + assert . eq ( res . errorLabels , [ " TransientTransactionError " ] ) ; <nl> + <nl> + st . stop ( ) ; <nl> + } ( ) ) ; <nl>
|
SERVER - 36580 Write test for verifying that mongos preserves the error label from shards when executing write commands .
|
mongodb/mongo
|
e9c9b87b155f3c50c71bbb15a989349152386530
|
2018-09-28T21:00:04Z
|
mmm a / BUILD <nl> ppp b / BUILD <nl> grpc_cc_library ( <nl> " grpc_transport_chttp2_client_secure " , <nl> " grpc_transport_chttp2_server_insecure " , <nl> " grpc_transport_chttp2_server_secure " , <nl> + " grpc_max_age_filter " , <nl> ] , <nl> ) <nl> <nl> grpc_cc_library ( <nl> " grpc_resolver_sockaddr " , <nl> " grpc_transport_chttp2_client_insecure " , <nl> " grpc_transport_chttp2_server_insecure " , <nl> + " grpc_max_age_filter " , <nl> ] , <nl> ) <nl> <nl> grpc_cc_library ( <nl> ] , <nl> hdrs = [ <nl> " src / compiler / config . h " , <nl> + " src / compiler / schema_interface . h " , <nl> + " src / compiler / protobuf_plugin . h " , <nl> " src / compiler / cpp_generator . h " , <nl> " src / compiler / cpp_generator_helpers . h " , <nl> " src / compiler / csharp_generator . h " , <nl> grpc_cc_library ( <nl> " src / compiler / php_generator . h " , <nl> " src / compiler / php_generator_helpers . h " , <nl> " src / compiler / python_generator . h " , <nl> + " src / compiler / python_generator_helpers . h " , <nl> + " src / compiler / python_private_generator . h " , <nl> " src / compiler / ruby_generator . h " , <nl> " src / compiler / ruby_generator_helpers - inl . h " , <nl> " src / compiler / ruby_generator_map - inl . h " , <nl> grpc_cc_library ( <nl> " src / core / lib / channel / handshaker_registry . c " , <nl> " src / core / lib / channel / http_client_filter . c " , <nl> " src / core / lib / channel / http_server_filter . c " , <nl> - " src / core / lib / channel / max_age_filter . c " , <nl> " src / core / lib / channel / message_size_filter . c " , <nl> " src / core / lib / compression / compression . c " , <nl> " src / core / lib / compression / message_compress . c " , <nl> grpc_cc_library ( <nl> " src / core / lib / channel / handshaker_registry . h " , <nl> " src / core / lib / channel / http_client_filter . h " , <nl> " src / core / lib / channel / http_server_filter . h " , <nl> - " src / core / lib / channel / max_age_filter . h " , <nl> " src / core / lib / channel / message_size_filter . h " , <nl> " src / core / lib / compression / algorithm_metadata . h " , <nl> " src / core / lib / compression / message_compress . h " , <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_client_channel " , <nl> srcs = [ <nl> - " src / core / ext / client_channel / channel_connectivity . c " , <nl> - " src / core / ext / client_channel / client_channel . c " , <nl> - " src / core / ext / client_channel / client_channel_factory . c " , <nl> - " src / core / ext / client_channel / client_channel_plugin . c " , <nl> - " src / core / ext / client_channel / connector . c " , <nl> - " src / core / ext / client_channel / http_connect_handshaker . c " , <nl> - " src / core / ext / client_channel / http_proxy . c " , <nl> - " src / core / ext / client_channel / lb_policy . c " , <nl> - " src / core / ext / client_channel / lb_policy_factory . c " , <nl> - " src / core / ext / client_channel / lb_policy_registry . c " , <nl> - " src / core / ext / client_channel / parse_address . c " , <nl> - " src / core / ext / client_channel / proxy_mapper . c " , <nl> - " src / core / ext / client_channel / proxy_mapper_registry . c " , <nl> - " src / core / ext / client_channel / resolver . c " , <nl> - " src / core / ext / client_channel / resolver_factory . c " , <nl> - " src / core / ext / client_channel / resolver_registry . c " , <nl> - " src / core / ext / client_channel / retry_throttle . c " , <nl> - " src / core / ext / client_channel / subchannel . c " , <nl> - " src / core / ext / client_channel / subchannel_index . c " , <nl> - " src / core / ext / client_channel / uri_parser . c " , <nl> + " src / core / ext / filters / client_channel / channel_connectivity . c " , <nl> + " src / core / ext / filters / client_channel / client_channel . c " , <nl> + " src / core / ext / filters / client_channel / client_channel_factory . c " , <nl> + " src / core / ext / filters / client_channel / client_channel_plugin . c " , <nl> + " src / core / ext / filters / client_channel / connector . c " , <nl> + " src / core / ext / filters / client_channel / http_connect_handshaker . c " , <nl> + " src / core / ext / filters / client_channel / http_proxy . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy_factory . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy_registry . c " , <nl> + " src / core / ext / filters / client_channel / parse_address . c " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper . c " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper_registry . c " , <nl> + " src / core / ext / filters / client_channel / resolver . c " , <nl> + " src / core / ext / filters / client_channel / resolver_factory . c " , <nl> + " src / core / ext / filters / client_channel / resolver_registry . c " , <nl> + " src / core / ext / filters / client_channel / retry_throttle . c " , <nl> + " src / core / ext / filters / client_channel / subchannel . c " , <nl> + " src / core / ext / filters / client_channel / subchannel_index . c " , <nl> + " src / core / ext / filters / client_channel / uri_parser . c " , <nl> ] , <nl> hdrs = [ <nl> - " src / core / ext / client_channel / client_channel . h " , <nl> - " src / core / ext / client_channel / client_channel_factory . h " , <nl> - " src / core / ext / client_channel / connector . h " , <nl> - " src / core / ext / client_channel / http_connect_handshaker . h " , <nl> - " src / core / ext / client_channel / http_proxy . h " , <nl> - " src / core / ext / client_channel / lb_policy . h " , <nl> - " src / core / ext / client_channel / lb_policy_factory . h " , <nl> - " src / core / ext / client_channel / lb_policy_registry . h " , <nl> - " src / core / ext / client_channel / parse_address . h " , <nl> - " src / core / ext / client_channel / proxy_mapper . h " , <nl> - " src / core / ext / client_channel / proxy_mapper_registry . h " , <nl> - " src / core / ext / client_channel / resolver . h " , <nl> - " src / core / ext / client_channel / resolver_factory . h " , <nl> - " src / core / ext / client_channel / resolver_registry . h " , <nl> - " src / core / ext / client_channel / retry_throttle . h " , <nl> - " src / core / ext / client_channel / subchannel . h " , <nl> - " src / core / ext / client_channel / subchannel_index . h " , <nl> - " src / core / ext / client_channel / uri_parser . h " , <nl> + " src / core / ext / filters / client_channel / client_channel . h " , <nl> + " src / core / ext / filters / client_channel / client_channel_factory . h " , <nl> + " src / core / ext / filters / client_channel / connector . h " , <nl> + " src / core / ext / filters / client_channel / http_connect_handshaker . h " , <nl> + " src / core / ext / filters / client_channel / http_proxy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_factory . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_registry . h " , <nl> + " src / core / ext / filters / client_channel / parse_address . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper_registry . h " , <nl> + " src / core / ext / filters / client_channel / resolver . h " , <nl> + " src / core / ext / filters / client_channel / resolver_factory . h " , <nl> + " src / core / ext / filters / client_channel / resolver_registry . h " , <nl> + " src / core / ext / filters / client_channel / retry_throttle . h " , <nl> + " src / core / ext / filters / client_channel / subchannel . h " , <nl> + " src / core / ext / filters / client_channel / subchannel_index . h " , <nl> + " src / core / ext / filters / client_channel / uri_parser . h " , <nl> + ] , <nl> + language = " c " , <nl> + deps = [ <nl> + " grpc_base " , <nl> + ] , <nl> + ) <nl> + <nl> + grpc_cc_library ( <nl> + name = " grpc_max_age_filter " , <nl> + srcs = [ <nl> + " src / core / ext / filters / max_age / max_age_filter . c " , <nl> + ] , <nl> + hdrs = [ <nl> + " src / core / ext / filters / max_age / max_age_filter . h " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_lb_policy_grpclb " , <nl> srcs = [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . c " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . c " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . c " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> ] , <nl> hdrs = [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " , <nl> ] , <nl> external_deps = [ <nl> " nanopb " , <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_lb_policy_grpclb_secure " , <nl> srcs = [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . c " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . c " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> ] , <nl> hdrs = [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " , <nl> ] , <nl> external_deps = [ <nl> " nanopb " , <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_lb_policy_pick_first " , <nl> srcs = [ <nl> - " src / core / ext / lb_policy / pick_first / pick_first . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_lb_policy_round_robin " , <nl> srcs = [ <nl> - " src / core / ext / lb_policy / round_robin / round_robin . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_load_reporting " , <nl> srcs = [ <nl> - " src / core / ext / load_reporting / load_reporting . c " , <nl> - " src / core / ext / load_reporting / load_reporting_filter . c " , <nl> + " src / core / ext / filters / load_reporting / load_reporting . c " , <nl> + " src / core / ext / filters / load_reporting / load_reporting_filter . c " , <nl> ] , <nl> hdrs = [ <nl> - " src / core / ext / load_reporting / load_reporting . h " , <nl> - " src / core / ext / load_reporting / load_reporting_filter . h " , <nl> + " src / core / ext / filters / load_reporting / load_reporting . h " , <nl> + " src / core / ext / filters / load_reporting / load_reporting_filter . h " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_resolver_dns_native " , <nl> srcs = [ <nl> - " src / core / ext / resolver / dns / native / dns_resolver . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_resolver_dns_ares " , <nl> srcs = [ <nl> - " src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c " , <nl> ] , <nl> hdrs = [ <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> grpc_cc_library ( <nl> grpc_cc_library ( <nl> name = " grpc_resolver_sockaddr " , <nl> srcs = [ <nl> - " src / core / ext / resolver / sockaddr / sockaddr_resolver . c " , <nl> + " src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c " , <nl> ] , <nl> language = " c " , <nl> deps = [ <nl> mmm a / CMakeLists . txt <nl> ppp b / CMakeLists . txt <nl> add_library ( grpc <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc <nl> src / core / tsi / transport_security . c <nl> src / core / ext / transport / chttp2 / server / chttp2_server . c <nl> src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c <nl> - src / core / ext / client_channel / channel_connectivity . c <nl> - src / core / ext / client_channel / client_channel . c <nl> - src / core / ext / client_channel / client_channel_factory . c <nl> - src / core / ext / client_channel / client_channel_plugin . c <nl> - src / core / ext / client_channel / connector . c <nl> - src / core / ext / client_channel / http_connect_handshaker . c <nl> - src / core / ext / client_channel / http_proxy . c <nl> - src / core / ext / client_channel / lb_policy . c <nl> - src / core / ext / client_channel / lb_policy_factory . c <nl> - src / core / ext / client_channel / lb_policy_registry . c <nl> - src / core / ext / client_channel / parse_address . c <nl> - src / core / ext / client_channel / proxy_mapper . c <nl> - src / core / ext / client_channel / proxy_mapper_registry . c <nl> - src / core / ext / client_channel / resolver . c <nl> - src / core / ext / client_channel / resolver_factory . c <nl> - src / core / ext / client_channel / resolver_registry . c <nl> - src / core / ext / client_channel / retry_throttle . c <nl> - src / core / ext / client_channel / subchannel . c <nl> - src / core / ext / client_channel / subchannel_index . c <nl> - src / core / ext / client_channel / uri_parser . c <nl> + src / core / ext / filters / client_channel / channel_connectivity . c <nl> + src / core / ext / filters / client_channel / client_channel . c <nl> + src / core / ext / filters / client_channel / client_channel_factory . c <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c <nl> + src / core / ext / filters / client_channel / connector . c <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> + src / core / ext / filters / client_channel / http_proxy . c <nl> + src / core / ext / filters / client_channel / lb_policy . c <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c <nl> + src / core / ext / filters / client_channel / parse_address . c <nl> + src / core / ext / filters / client_channel / proxy_mapper . c <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> + src / core / ext / filters / client_channel / resolver . c <nl> + src / core / ext / filters / client_channel / resolver_factory . c <nl> + src / core / ext / filters / client_channel / resolver_registry . c <nl> + src / core / ext / filters / client_channel / retry_throttle . c <nl> + src / core / ext / filters / client_channel / subchannel . c <nl> + src / core / ext / filters / client_channel / subchannel_index . c <nl> + src / core / ext / filters / client_channel / uri_parser . c <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create . c <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c <nl> - src / core / ext / lb_policy / grpclb / grpclb . c <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> third_party / nanopb / pb_common . c <nl> third_party / nanopb / pb_decode . c <nl> third_party / nanopb / pb_encode . c <nl> - src / core / ext / lb_policy / pick_first / pick_first . c <nl> - src / core / ext / lb_policy / round_robin / round_robin . c <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> - src / core / ext / resolver / dns / native / dns_resolver . c <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c <nl> - src / core / ext / load_reporting / load_reporting . c <nl> - src / core / ext / load_reporting / load_reporting_filter . c <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c <nl> + src / core / ext / filters / load_reporting / load_reporting . c <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> src / core / ext / census / base_resources . c <nl> src / core / ext / census / context . c <nl> src / core / ext / census / gen / census . pb . c <nl> add_library ( grpc <nl> src / core / ext / census / resource . c <nl> src / core / ext / census / trace_context . c <nl> src / core / ext / census / tracing . c <nl> + src / core / ext / filters / max_age / max_age_filter . c <nl> src / core / plugin_registry / grpc_plugin_registry . c <nl> ) <nl> <nl> add_library ( grpc_cronet <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc_cronet <nl> src / core / ext / transport / chttp2 / transport / varint . c <nl> src / core / ext / transport / chttp2 / transport / writing . c <nl> src / core / ext / transport / chttp2 / alpn / alpn . c <nl> - src / core / ext / client_channel / channel_connectivity . c <nl> - src / core / ext / client_channel / client_channel . c <nl> - src / core / ext / client_channel / client_channel_factory . c <nl> - src / core / ext / client_channel / client_channel_plugin . c <nl> - src / core / ext / client_channel / connector . c <nl> - src / core / ext / client_channel / http_connect_handshaker . c <nl> - src / core / ext / client_channel / http_proxy . c <nl> - src / core / ext / client_channel / lb_policy . c <nl> - src / core / ext / client_channel / lb_policy_factory . c <nl> - src / core / ext / client_channel / lb_policy_registry . c <nl> - src / core / ext / client_channel / parse_address . c <nl> - src / core / ext / client_channel / proxy_mapper . c <nl> - src / core / ext / client_channel / proxy_mapper_registry . c <nl> - src / core / ext / client_channel / resolver . c <nl> - src / core / ext / client_channel / resolver_factory . c <nl> - src / core / ext / client_channel / resolver_registry . c <nl> - src / core / ext / client_channel / retry_throttle . c <nl> - src / core / ext / client_channel / subchannel . c <nl> - src / core / ext / client_channel / subchannel_index . c <nl> - src / core / ext / client_channel / uri_parser . c <nl> + src / core / ext / filters / client_channel / channel_connectivity . c <nl> + src / core / ext / filters / client_channel / client_channel . c <nl> + src / core / ext / filters / client_channel / client_channel_factory . c <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c <nl> + src / core / ext / filters / client_channel / connector . c <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> + src / core / ext / filters / client_channel / http_proxy . c <nl> + src / core / ext / filters / client_channel / lb_policy . c <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c <nl> + src / core / ext / filters / client_channel / parse_address . c <nl> + src / core / ext / filters / client_channel / proxy_mapper . c <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> + src / core / ext / filters / client_channel / resolver . c <nl> + src / core / ext / filters / client_channel / resolver_factory . c <nl> + src / core / ext / filters / client_channel / resolver_registry . c <nl> + src / core / ext / filters / client_channel / retry_throttle . c <nl> + src / core / ext / filters / client_channel / subchannel . c <nl> + src / core / ext / filters / client_channel / subchannel_index . c <nl> + src / core / ext / filters / client_channel / uri_parser . c <nl> src / core / lib / http / httpcli_security_connector . c <nl> src / core / lib / security / context / security_context . c <nl> src / core / lib / security / credentials / composite / composite_credentials . c <nl> add_library ( grpc_cronet <nl> src / core / tsi / ssl_transport_security . c <nl> src / core / tsi / transport_security . c <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c <nl> - src / core / ext / load_reporting / load_reporting . c <nl> - src / core / ext / load_reporting / load_reporting_filter . c <nl> + src / core / ext / filters / load_reporting / load_reporting . c <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> src / core / plugin_registry / grpc_cronet_plugin_registry . c <nl> ) <nl> <nl> add_library ( grpc_test_util <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc_unsecure <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc_unsecure <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create . c <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c <nl> - src / core / ext / client_channel / channel_connectivity . c <nl> - src / core / ext / client_channel / client_channel . c <nl> - src / core / ext / client_channel / client_channel_factory . c <nl> - src / core / ext / client_channel / client_channel_plugin . c <nl> - src / core / ext / client_channel / connector . c <nl> - src / core / ext / client_channel / http_connect_handshaker . c <nl> - src / core / ext / client_channel / http_proxy . c <nl> - src / core / ext / client_channel / lb_policy . c <nl> - src / core / ext / client_channel / lb_policy_factory . c <nl> - src / core / ext / client_channel / lb_policy_registry . c <nl> - src / core / ext / client_channel / parse_address . c <nl> - src / core / ext / client_channel / proxy_mapper . c <nl> - src / core / ext / client_channel / proxy_mapper_registry . c <nl> - src / core / ext / client_channel / resolver . c <nl> - src / core / ext / client_channel / resolver_factory . c <nl> - src / core / ext / client_channel / resolver_registry . c <nl> - src / core / ext / client_channel / retry_throttle . c <nl> - src / core / ext / client_channel / subchannel . c <nl> - src / core / ext / client_channel / subchannel_index . c <nl> - src / core / ext / client_channel / uri_parser . c <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> - src / core / ext / resolver / dns / native / dns_resolver . c <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c <nl> - src / core / ext / load_reporting / load_reporting . c <nl> - src / core / ext / load_reporting / load_reporting_filter . c <nl> - src / core / ext / lb_policy / grpclb / grpclb . c <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel . c <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> + src / core / ext / filters / client_channel / channel_connectivity . c <nl> + src / core / ext / filters / client_channel / client_channel . c <nl> + src / core / ext / filters / client_channel / client_channel_factory . c <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c <nl> + src / core / ext / filters / client_channel / connector . c <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> + src / core / ext / filters / client_channel / http_proxy . c <nl> + src / core / ext / filters / client_channel / lb_policy . c <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c <nl> + src / core / ext / filters / client_channel / parse_address . c <nl> + src / core / ext / filters / client_channel / proxy_mapper . c <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> + src / core / ext / filters / client_channel / resolver . c <nl> + src / core / ext / filters / client_channel / resolver_factory . c <nl> + src / core / ext / filters / client_channel / resolver_registry . c <nl> + src / core / ext / filters / client_channel / retry_throttle . c <nl> + src / core / ext / filters / client_channel / subchannel . c <nl> + src / core / ext / filters / client_channel / subchannel_index . c <nl> + src / core / ext / filters / client_channel / uri_parser . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c <nl> + src / core / ext / filters / load_reporting / load_reporting . c <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> third_party / nanopb / pb_common . c <nl> third_party / nanopb / pb_decode . c <nl> third_party / nanopb / pb_encode . c <nl> - src / core / ext / lb_policy / pick_first / pick_first . c <nl> - src / core / ext / lb_policy / round_robin / round_robin . c <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c <nl> src / core / ext / census / base_resources . c <nl> src / core / ext / census / context . c <nl> src / core / ext / census / gen / census . pb . c <nl> add_library ( grpc_unsecure <nl> src / core / ext / census / resource . c <nl> src / core / ext / census / trace_context . c <nl> src / core / ext / census / tracing . c <nl> + src / core / ext / filters / max_age / max_age_filter . c <nl> src / core / plugin_registry / grpc_unsecure_plugin_registry . c <nl> ) <nl> <nl> add_library ( grpc + + <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc + + _cronet <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> add_library ( grpc + + _cronet <nl> src / core / ext / transport / chttp2 / transport / varint . c <nl> src / core / ext / transport / chttp2 / transport / writing . c <nl> src / core / ext / transport / chttp2 / alpn / alpn . c <nl> - src / core / ext / client_channel / channel_connectivity . c <nl> - src / core / ext / client_channel / client_channel . c <nl> - src / core / ext / client_channel / client_channel_factory . c <nl> - src / core / ext / client_channel / client_channel_plugin . c <nl> - src / core / ext / client_channel / connector . c <nl> - src / core / ext / client_channel / http_connect_handshaker . c <nl> - src / core / ext / client_channel / http_proxy . c <nl> - src / core / ext / client_channel / lb_policy . c <nl> - src / core / ext / client_channel / lb_policy_factory . c <nl> - src / core / ext / client_channel / lb_policy_registry . c <nl> - src / core / ext / client_channel / parse_address . c <nl> - src / core / ext / client_channel / proxy_mapper . c <nl> - src / core / ext / client_channel / proxy_mapper_registry . c <nl> - src / core / ext / client_channel / resolver . c <nl> - src / core / ext / client_channel / resolver_factory . c <nl> - src / core / ext / client_channel / resolver_registry . c <nl> - src / core / ext / client_channel / retry_throttle . c <nl> - src / core / ext / client_channel / subchannel . c <nl> - src / core / ext / client_channel / subchannel_index . c <nl> - src / core / ext / client_channel / uri_parser . c <nl> + src / core / ext / filters / client_channel / channel_connectivity . c <nl> + src / core / ext / filters / client_channel / client_channel . c <nl> + src / core / ext / filters / client_channel / client_channel_factory . c <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c <nl> + src / core / ext / filters / client_channel / connector . c <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> + src / core / ext / filters / client_channel / http_proxy . c <nl> + src / core / ext / filters / client_channel / lb_policy . c <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c <nl> + src / core / ext / filters / client_channel / parse_address . c <nl> + src / core / ext / filters / client_channel / proxy_mapper . c <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> + src / core / ext / filters / client_channel / resolver . c <nl> + src / core / ext / filters / client_channel / resolver_factory . c <nl> + src / core / ext / filters / client_channel / resolver_registry . c <nl> + src / core / ext / filters / client_channel / retry_throttle . c <nl> + src / core / ext / filters / client_channel / subchannel . c <nl> + src / core / ext / filters / client_channel / subchannel_index . c <nl> + src / core / ext / filters / client_channel / uri_parser . c <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c <nl> src / core / ext / transport / chttp2 / server / chttp2_server . c <nl> add_library ( grpc + + _unsecure <nl> src / core / lib / channel / handshaker_registry . c <nl> src / core / lib / channel / http_client_filter . c <nl> src / core / lib / channel / http_server_filter . c <nl> - src / core / lib / channel / max_age_filter . c <nl> src / core / lib / channel / message_size_filter . c <nl> src / core / lib / compression / compression . c <nl> src / core / lib / compression / message_compress . c <nl> mmm a / Makefile <nl> ppp b / Makefile <nl> LIBGRPC_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC_SRC = \ <nl> src / core / tsi / transport_security . c \ <nl> src / core / ext / transport / chttp2 / server / chttp2_server . c \ <nl> src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create . c \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c \ <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> third_party / nanopb / pb_common . c \ <nl> third_party / nanopb / pb_decode . c \ <nl> third_party / nanopb / pb_encode . c \ <nl> - src / core / ext / lb_policy / pick_first / pick_first . c \ <nl> - src / core / ext / lb_policy / round_robin / round_robin . c \ <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> - src / core / ext / resolver / dns / native / dns_resolver . c \ <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c \ <nl> - src / core / ext / load_reporting / load_reporting . c \ <nl> - src / core / ext / load_reporting / load_reporting_filter . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c \ <nl> src / core / ext / census / base_resources . c \ <nl> src / core / ext / census / context . c \ <nl> src / core / ext / census / gen / census . pb . c \ <nl> LIBGRPC_SRC = \ <nl> src / core / ext / census / resource . c \ <nl> src / core / ext / census / trace_context . c \ <nl> src / core / ext / census / tracing . c \ <nl> + src / core / ext / filters / max_age / max_age_filter . c \ <nl> src / core / plugin_registry / grpc_plugin_registry . c \ <nl> <nl> PUBLIC_HEADERS_C + = \ <nl> LIBGRPC_CRONET_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC_CRONET_SRC = \ <nl> src / core / ext / transport / chttp2 / transport / varint . c \ <nl> src / core / ext / transport / chttp2 / transport / writing . c \ <nl> src / core / ext / transport / chttp2 / alpn / alpn . c \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> src / core / lib / http / httpcli_security_connector . c \ <nl> src / core / lib / security / context / security_context . c \ <nl> src / core / lib / security / credentials / composite / composite_credentials . c \ <nl> LIBGRPC_CRONET_SRC = \ <nl> src / core / tsi / ssl_transport_security . c \ <nl> src / core / tsi / transport_security . c \ <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c \ <nl> - src / core / ext / load_reporting / load_reporting . c \ <nl> - src / core / ext / load_reporting / load_reporting_filter . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c \ <nl> src / core / plugin_registry / grpc_cronet_plugin_registry . c \ <nl> <nl> PUBLIC_HEADERS_C + = \ <nl> LIBGRPC_TEST_UTIL_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC_UNSECURE_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC_UNSECURE_SRC = \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create . c \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c \ <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> - src / core / ext / resolver / dns / native / dns_resolver . c \ <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c \ <nl> - src / core / ext / load_reporting / load_reporting . c \ <nl> - src / core / ext / load_reporting / load_reporting_filter . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel . c \ <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c \ <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> third_party / nanopb / pb_common . c \ <nl> third_party / nanopb / pb_decode . c \ <nl> third_party / nanopb / pb_encode . c \ <nl> - src / core / ext / lb_policy / pick_first / pick_first . c \ <nl> - src / core / ext / lb_policy / round_robin / round_robin . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c \ <nl> src / core / ext / census / base_resources . c \ <nl> src / core / ext / census / context . c \ <nl> src / core / ext / census / gen / census . pb . c \ <nl> LIBGRPC_UNSECURE_SRC = \ <nl> src / core / ext / census / resource . c \ <nl> src / core / ext / census / trace_context . c \ <nl> src / core / ext / census / tracing . c \ <nl> + src / core / ext / filters / max_age / max_age_filter . c \ <nl> src / core / plugin_registry / grpc_unsecure_plugin_registry . c \ <nl> <nl> PUBLIC_HEADERS_C + = \ <nl> LIBGRPC + + _SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC + + _CRONET_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> LIBGRPC + + _CRONET_SRC = \ <nl> src / core / ext / transport / chttp2 / transport / varint . c \ <nl> src / core / ext / transport / chttp2 / transport / writing . c \ <nl> src / core / ext / transport / chttp2 / alpn / alpn . c \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c \ <nl> src / core / ext / transport / chttp2 / server / chttp2_server . c \ <nl> LIBGRPC + + _UNSECURE_SRC = \ <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> ifneq ( $ ( OPENSSL_DEP ) , ) <nl> # This is to ensure the embedded OpenSSL is built beforehand , properly <nl> # installing headers to their final destination on the drive . We need this <nl> # otherwise parallel compilation will fail if a source is compiled first . <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c : $ ( OPENSSL_DEP ) <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c : $ ( OPENSSL_DEP ) <nl> src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c : $ ( OPENSSL_DEP ) <nl> src / core / ext / transport / chttp2 / server / secure / server_secure_chttp2 . c : $ ( OPENSSL_DEP ) <nl> src / core / ext / transport / cronet / client / secure / cronet_channel_create . c : $ ( OPENSSL_DEP ) <nl> mmm a / binding . gyp <nl> ppp b / binding . gyp <nl> <nl> ' src / core / lib / channel / handshaker_registry . c ' , <nl> ' src / core / lib / channel / http_client_filter . c ' , <nl> ' src / core / lib / channel / http_server_filter . c ' , <nl> - ' src / core / lib / channel / max_age_filter . c ' , <nl> ' src / core / lib / channel / message_size_filter . c ' , <nl> ' src / core / lib / compression / compression . c ' , <nl> ' src / core / lib / compression / message_compress . c ' , <nl> <nl> ' src / core / tsi / transport_security . c ' , <nl> ' src / core / ext / transport / chttp2 / server / chttp2_server . c ' , <nl> ' src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c ' , <nl> - ' src / core / ext / client_channel / channel_connectivity . c ' , <nl> - ' src / core / ext / client_channel / client_channel . c ' , <nl> - ' src / core / ext / client_channel / client_channel_factory . c ' , <nl> - ' src / core / ext / client_channel / client_channel_plugin . c ' , <nl> - ' src / core / ext / client_channel / connector . c ' , <nl> - ' src / core / ext / client_channel / http_connect_handshaker . c ' , <nl> - ' src / core / ext / client_channel / http_proxy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_factory . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_registry . c ' , <nl> - ' src / core / ext / client_channel / parse_address . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper_registry . c ' , <nl> - ' src / core / ext / client_channel / resolver . c ' , <nl> - ' src / core / ext / client_channel / resolver_factory . c ' , <nl> - ' src / core / ext / client_channel / resolver_registry . c ' , <nl> - ' src / core / ext / client_channel / retry_throttle . c ' , <nl> - ' src / core / ext / client_channel / subchannel . c ' , <nl> - ' src / core / ext / client_channel / subchannel_index . c ' , <nl> - ' src / core / ext / client_channel / uri_parser . c ' , <nl> + ' src / core / ext / filters / client_channel / channel_connectivity . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_plugin . c ' , <nl> + ' src / core / ext / filters / client_channel / connector . c ' , <nl> + ' src / core / ext / filters / client_channel / http_connect_handshaker . c ' , <nl> + ' src / core / ext / filters / client_channel / http_proxy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / parse_address . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / retry_throttle . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel_index . c ' , <nl> + ' src / core / ext / filters / client_channel / uri_parser . c ' , <nl> ' src / core / ext / transport / chttp2 / client / chttp2_connector . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / load_balancer_api . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> ' third_party / nanopb / pb_common . c ' , <nl> ' third_party / nanopb / pb_decode . c ' , <nl> ' third_party / nanopb / pb_encode . c ' , <nl> - ' src / core / ext / lb_policy / pick_first / pick_first . c ' , <nl> - ' src / core / ext / lb_policy / round_robin / round_robin . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> - ' src / core / ext / resolver / dns / native / dns_resolver . c ' , <nl> - ' src / core / ext / resolver / sockaddr / sockaddr_resolver . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting_filter . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting_filter . c ' , <nl> ' src / core / ext / census / base_resources . c ' , <nl> ' src / core / ext / census / context . c ' , <nl> ' src / core / ext / census / gen / census . pb . c ' , <nl> <nl> ' src / core / ext / census / resource . c ' , <nl> ' src / core / ext / census / trace_context . c ' , <nl> ' src / core / ext / census / tracing . c ' , <nl> + ' src / core / ext / filters / max_age / max_age_filter . c ' , <nl> ' src / core / plugin_registry / grpc_plugin_registry . c ' , <nl> ] , <nl> " conditions " : [ <nl> mmm a / build . yaml <nl> ppp b / build . yaml <nl> filegroups : <nl> - src / core / lib / channel / handshaker_registry . h <nl> - src / core / lib / channel / http_client_filter . h <nl> - src / core / lib / channel / http_server_filter . h <nl> - - src / core / lib / channel / max_age_filter . h <nl> - src / core / lib / channel / message_size_filter . h <nl> - src / core / lib / compression / algorithm_metadata . h <nl> - src / core / lib / compression / message_compress . h <nl> filegroups : <nl> - src / core / lib / channel / handshaker_registry . c <nl> - src / core / lib / channel / http_client_filter . c <nl> - src / core / lib / channel / http_server_filter . c <nl> - - src / core / lib / channel / max_age_filter . c <nl> - src / core / lib / channel / message_size_filter . c <nl> - src / core / lib / compression / compression . c <nl> - src / core / lib / compression / message_compress . c <nl> filegroups : <nl> - grpc_codegen <nl> - name : grpc_client_channel <nl> headers : <nl> - - src / core / ext / client_channel / client_channel . h <nl> - - src / core / ext / client_channel / client_channel_factory . h <nl> - - src / core / ext / client_channel / connector . h <nl> - - src / core / ext / client_channel / http_connect_handshaker . h <nl> - - src / core / ext / client_channel / http_proxy . h <nl> - - src / core / ext / client_channel / lb_policy . h <nl> - - src / core / ext / client_channel / lb_policy_factory . h <nl> - - src / core / ext / client_channel / lb_policy_registry . h <nl> - - src / core / ext / client_channel / parse_address . h <nl> - - src / core / ext / client_channel / proxy_mapper . h <nl> - - src / core / ext / client_channel / proxy_mapper_registry . h <nl> - - src / core / ext / client_channel / resolver . h <nl> - - src / core / ext / client_channel / resolver_factory . h <nl> - - src / core / ext / client_channel / resolver_registry . h <nl> - - src / core / ext / client_channel / retry_throttle . h <nl> - - src / core / ext / client_channel / subchannel . h <nl> - - src / core / ext / client_channel / subchannel_index . h <nl> - - src / core / ext / client_channel / uri_parser . h <nl> - src : <nl> - - src / core / ext / client_channel / channel_connectivity . c <nl> - - src / core / ext / client_channel / client_channel . c <nl> - - src / core / ext / client_channel / client_channel_factory . c <nl> - - src / core / ext / client_channel / client_channel_plugin . c <nl> - - src / core / ext / client_channel / connector . c <nl> - - src / core / ext / client_channel / http_connect_handshaker . c <nl> - - src / core / ext / client_channel / http_proxy . c <nl> - - src / core / ext / client_channel / lb_policy . c <nl> - - src / core / ext / client_channel / lb_policy_factory . c <nl> - - src / core / ext / client_channel / lb_policy_registry . c <nl> - - src / core / ext / client_channel / parse_address . c <nl> - - src / core / ext / client_channel / proxy_mapper . c <nl> - - src / core / ext / client_channel / proxy_mapper_registry . c <nl> - - src / core / ext / client_channel / resolver . c <nl> - - src / core / ext / client_channel / resolver_factory . c <nl> - - src / core / ext / client_channel / resolver_registry . c <nl> - - src / core / ext / client_channel / retry_throttle . c <nl> - - src / core / ext / client_channel / subchannel . c <nl> - - src / core / ext / client_channel / subchannel_index . c <nl> - - src / core / ext / client_channel / uri_parser . c <nl> + - src / core / ext / filters / client_channel / client_channel . h <nl> + - src / core / ext / filters / client_channel / client_channel_factory . h <nl> + - src / core / ext / filters / client_channel / connector . h <nl> + - src / core / ext / filters / client_channel / http_connect_handshaker . h <nl> + - src / core / ext / filters / client_channel / http_proxy . h <nl> + - src / core / ext / filters / client_channel / lb_policy . h <nl> + - src / core / ext / filters / client_channel / lb_policy_factory . h <nl> + - src / core / ext / filters / client_channel / lb_policy_registry . h <nl> + - src / core / ext / filters / client_channel / parse_address . h <nl> + - src / core / ext / filters / client_channel / proxy_mapper . h <nl> + - src / core / ext / filters / client_channel / proxy_mapper_registry . h <nl> + - src / core / ext / filters / client_channel / resolver . h <nl> + - src / core / ext / filters / client_channel / resolver_factory . h <nl> + - src / core / ext / filters / client_channel / resolver_registry . h <nl> + - src / core / ext / filters / client_channel / retry_throttle . h <nl> + - src / core / ext / filters / client_channel / subchannel . h <nl> + - src / core / ext / filters / client_channel / subchannel_index . h <nl> + - src / core / ext / filters / client_channel / uri_parser . h <nl> + src : <nl> + - src / core / ext / filters / client_channel / channel_connectivity . c <nl> + - src / core / ext / filters / client_channel / client_channel . c <nl> + - src / core / ext / filters / client_channel / client_channel_factory . c <nl> + - src / core / ext / filters / client_channel / client_channel_plugin . c <nl> + - src / core / ext / filters / client_channel / connector . c <nl> + - src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> + - src / core / ext / filters / client_channel / http_proxy . c <nl> + - src / core / ext / filters / client_channel / lb_policy . c <nl> + - src / core / ext / filters / client_channel / lb_policy_factory . c <nl> + - src / core / ext / filters / client_channel / lb_policy_registry . c <nl> + - src / core / ext / filters / client_channel / parse_address . c <nl> + - src / core / ext / filters / client_channel / proxy_mapper . c <nl> + - src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> + - src / core / ext / filters / client_channel / resolver . c <nl> + - src / core / ext / filters / client_channel / resolver_factory . c <nl> + - src / core / ext / filters / client_channel / resolver_registry . c <nl> + - src / core / ext / filters / client_channel / retry_throttle . c <nl> + - src / core / ext / filters / client_channel / subchannel . c <nl> + - src / core / ext / filters / client_channel / subchannel_index . c <nl> + - src / core / ext / filters / client_channel / uri_parser . c <nl> plugin : grpc_client_channel <nl> uses : <nl> - grpc_base <nl> filegroups : <nl> - gpr_codegen <nl> - name : grpc_lb_policy_grpclb <nl> headers : <nl> - - src / core / ext / lb_policy / grpclb / grpclb . h <nl> - - src / core / ext / lb_policy / grpclb / grpclb_channel . h <nl> - - src / core / ext / lb_policy / grpclb / load_balancer_api . h <nl> - - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> - src : <nl> - - src / core / ext / lb_policy / grpclb / grpclb . c <nl> - - src / core / ext / lb_policy / grpclb / grpclb_channel . c <nl> - - src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> - - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> + src : <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> plugin : grpc_lb_policy_grpclb <nl> uses : <nl> - grpc_base <nl> filegroups : <nl> - nanopb <nl> - name : grpc_lb_policy_grpclb_secure <nl> headers : <nl> - - src / core / ext / lb_policy / grpclb / grpclb . h <nl> - - src / core / ext / lb_policy / grpclb / grpclb_channel . h <nl> - - src / core / ext / lb_policy / grpclb / load_balancer_api . h <nl> - - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> - src : <nl> - - src / core / ext / lb_policy / grpclb / grpclb . c <nl> - - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c <nl> - - src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> - - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> + src : <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> + - src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> plugin : grpc_lb_policy_grpclb <nl> uses : <nl> - grpc_base <nl> filegroups : <nl> - nanopb <nl> - name : grpc_lb_policy_pick_first <nl> src : <nl> - - src / core / ext / lb_policy / pick_first / pick_first . c <nl> + - src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c <nl> plugin : grpc_lb_policy_pick_first <nl> uses : <nl> - grpc_base <nl> - grpc_client_channel <nl> - name : grpc_lb_policy_round_robin <nl> src : <nl> - - src / core / ext / lb_policy / round_robin / round_robin . c <nl> + - src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c <nl> plugin : grpc_lb_policy_round_robin <nl> uses : <nl> - grpc_base <nl> - grpc_client_channel <nl> - name : grpc_load_reporting <nl> headers : <nl> - - src / core / ext / load_reporting / load_reporting . h <nl> - - src / core / ext / load_reporting / load_reporting_filter . h <nl> + - src / core / ext / filters / load_reporting / load_reporting . h <nl> + - src / core / ext / filters / load_reporting / load_reporting_filter . h <nl> src : <nl> - - src / core / ext / load_reporting / load_reporting . c <nl> - - src / core / ext / load_reporting / load_reporting_filter . c <nl> + - src / core / ext / filters / load_reporting / load_reporting . c <nl> + - src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> plugin : grpc_load_reporting_plugin <nl> uses : <nl> - grpc_base <nl> + - name : grpc_max_age_filter <nl> + headers : <nl> + - src / core / ext / filters / max_age / max_age_filter . h <nl> + src : <nl> + - src / core / ext / filters / max_age / max_age_filter . c <nl> + plugin : grpc_max_age_filter <nl> + uses : <nl> + - grpc_base <nl> - name : grpc_resolver_dns_ares <nl> headers : <nl> - - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> - - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> + - src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> + - src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> src : <nl> - - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c <nl> - - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> - - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> + - src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c <nl> + - src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> + - src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> plugin : grpc_resolver_dns_ares <nl> uses : <nl> - grpc_base <nl> - grpc_client_channel <nl> - name : grpc_resolver_dns_native <nl> src : <nl> - - src / core / ext / resolver / dns / native / dns_resolver . c <nl> + - src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c <nl> plugin : grpc_resolver_dns_native <nl> uses : <nl> - grpc_base <nl> - grpc_client_channel <nl> - name : grpc_resolver_sockaddr <nl> src : <nl> - - src / core / ext / resolver / sockaddr / sockaddr_resolver . c <nl> + - src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c <nl> plugin : grpc_resolver_sockaddr <nl> uses : <nl> - grpc_base <nl> libs : <nl> - grpc_load_reporting <nl> - grpc_secure <nl> - census <nl> + - grpc_max_age_filter <nl> generate_plugin_registry : true <nl> secure : true <nl> vs_packages : <nl> libs : <nl> - grpc_lb_policy_pick_first <nl> - grpc_lb_policy_round_robin <nl> - census <nl> + - grpc_max_age_filter <nl> generate_plugin_registry : true <nl> secure : false <nl> vs_project_guid : ' { 46CEDFFF - 9692 - 456A - AA24 - 38B5D6BCF4C5 } ' <nl> libs : <nl> - src / compiler / objective_c_generator_helpers . h <nl> - src / compiler / php_generator . h <nl> - src / compiler / php_generator_helpers . h <nl> + - src / compiler / protobuf_plugin . h <nl> - src / compiler / python_generator . h <nl> + - src / compiler / python_generator_helpers . h <nl> + - src / compiler / python_private_generator . h <nl> - src / compiler / ruby_generator . h <nl> - src / compiler / ruby_generator_helpers - inl . h <nl> - src / compiler / ruby_generator_map - inl . h <nl> - src / compiler / ruby_generator_string - inl . h <nl> + - src / compiler / schema_interface . h <nl> src : <nl> - src / compiler / cpp_generator . cc <nl> - src / compiler / csharp_generator . cc <nl> mmm a / config . m4 <nl> ppp b / config . m4 <nl> if test " $ PHP_GRPC " ! = " no " ; then <nl> src / core / lib / channel / handshaker_registry . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / compression / compression . c \ <nl> src / core / lib / compression / message_compress . c \ <nl> if test " $ PHP_GRPC " ! = " no " ; then <nl> src / core / tsi / transport_security . c \ <nl> src / core / ext / transport / chttp2 / server / chttp2_server . c \ <nl> src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> src / core / ext / transport / chttp2 / client / chttp2_connector . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c \ <nl> src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create . c \ <nl> src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c \ <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> third_party / nanopb / pb_common . c \ <nl> third_party / nanopb / pb_decode . c \ <nl> third_party / nanopb / pb_encode . c \ <nl> - src / core / ext / lb_policy / pick_first / pick_first . c \ <nl> - src / core / ext / lb_policy / round_robin / round_robin . c \ <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> - src / core / ext / resolver / dns / native / dns_resolver . c \ <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c \ <nl> - src / core / ext / load_reporting / load_reporting . c \ <nl> - src / core / ext / load_reporting / load_reporting_filter . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c \ <nl> src / core / ext / census / base_resources . c \ <nl> src / core / ext / census / context . c \ <nl> src / core / ext / census / gen / census . pb . c \ <nl> if test " $ PHP_GRPC " ! = " no " ; then <nl> src / core / ext / census / resource . c \ <nl> src / core / ext / census / trace_context . c \ <nl> src / core / ext / census / tracing . c \ <nl> + src / core / ext / filters / max_age / max_age_filter . c \ <nl> src / core / plugin_registry / grpc_plugin_registry . c \ <nl> src / boringssl / err_data . c \ <nl> third_party / boringssl / crypto / aes / aes . c \ <nl> if test " $ PHP_GRPC " ! = " no " ; then <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / boringssl ) <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / census ) <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / census / gen ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / client_channel ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / lb_policy / grpclb ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / lb_policy / pick_first ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / lb_policy / round_robin ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / load_reporting ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / resolver / dns / c_ares ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / resolver / dns / native ) <nl> - PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / resolver / sockaddr ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / lb_policy / grpclb ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / lb_policy / pick_first ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / lb_policy / round_robin ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / resolver / dns / c_ares ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / resolver / dns / native ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / client_channel / resolver / sockaddr ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / load_reporting ) <nl> + PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / filters / max_age ) <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / transport / chttp2 / alpn ) <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / transport / chttp2 / client ) <nl> PHP_ADD_BUILD_DIR ( $ ext_builddir / src / core / ext / transport / chttp2 / client / insecure ) <nl> mmm a / doc / environment_variables . md <nl> ppp b / doc / environment_variables . md <nl> some configuration as environment variables that can be set . <nl> - queue_timeout <nl> - server_channel - lightweight trace of significant server channel events <nl> - secure_endpoint - traces bytes flowing through encrypted channels <nl> + - timer - timers ( alarms ) in the grpc internals <nl> - transport_security - traces metadata about secure channel establishment <nl> - tcp - traces bytes in and out of a channel <nl> <nl> mmm a / gRPC - Core . podspec <nl> ppp b / gRPC - Core . podspec <nl> Pod : : Spec . new do | s | <nl> ' src / core / lib / channel / handshaker_registry . h ' , <nl> ' src / core / lib / channel / http_client_filter . h ' , <nl> ' src / core / lib / channel / http_server_filter . h ' , <nl> - ' src / core / lib / channel / max_age_filter . h ' , <nl> ' src / core / lib / channel / message_size_filter . h ' , <nl> ' src / core / lib / compression / algorithm_metadata . h ' , <nl> ' src / core / lib / compression / message_compress . h ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / tsi / transport_security . h ' , <nl> ' src / core / tsi / transport_security_interface . h ' , <nl> ' src / core / ext / transport / chttp2 / server / chttp2_server . h ' , <nl> - ' src / core / ext / client_channel / client_channel . h ' , <nl> - ' src / core / ext / client_channel / client_channel_factory . h ' , <nl> - ' src / core / ext / client_channel / connector . h ' , <nl> - ' src / core / ext / client_channel / http_connect_handshaker . h ' , <nl> - ' src / core / ext / client_channel / http_proxy . h ' , <nl> - ' src / core / ext / client_channel / lb_policy . h ' , <nl> - ' src / core / ext / client_channel / lb_policy_factory . h ' , <nl> - ' src / core / ext / client_channel / lb_policy_registry . h ' , <nl> - ' src / core / ext / client_channel / parse_address . h ' , <nl> - ' src / core / ext / client_channel / proxy_mapper . h ' , <nl> - ' src / core / ext / client_channel / proxy_mapper_registry . h ' , <nl> - ' src / core / ext / client_channel / resolver . h ' , <nl> - ' src / core / ext / client_channel / resolver_factory . h ' , <nl> - ' src / core / ext / client_channel / resolver_registry . h ' , <nl> - ' src / core / ext / client_channel / retry_throttle . h ' , <nl> - ' src / core / ext / client_channel / subchannel . h ' , <nl> - ' src / core / ext / client_channel / subchannel_index . h ' , <nl> - ' src / core / ext / client_channel / uri_parser . h ' , <nl> + ' src / core / ext / filters / client_channel / client_channel . h ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / connector . h ' , <nl> + ' src / core / ext / filters / client_channel / http_connect_handshaker . h ' , <nl> + ' src / core / ext / filters / client_channel / http_proxy . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / parse_address . h ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper . h ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / retry_throttle . h ' , <nl> + ' src / core / ext / filters / client_channel / subchannel . h ' , <nl> + ' src / core / ext / filters / client_channel / subchannel_index . h ' , <nl> + ' src / core / ext / filters / client_channel / uri_parser . h ' , <nl> ' src / core / ext / transport / chttp2 / client / chttp2_connector . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb_channel . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / load_balancer_api . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> ' third_party / nanopb / pb . h ' , <nl> ' third_party / nanopb / pb_common . h ' , <nl> ' third_party / nanopb / pb_decode . h ' , <nl> ' third_party / nanopb / pb_encode . h ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h ' , <nl> - ' src / core / ext / load_reporting / load_reporting . h ' , <nl> - ' src / core / ext / load_reporting / load_reporting_filter . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting . h ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting_filter . h ' , <nl> ' src / core / ext / census / aggregation . h ' , <nl> ' src / core / ext / census / base_resources . h ' , <nl> ' src / core / ext / census / census_interface . h ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / ext / census / trace_status . h ' , <nl> ' src / core / ext / census / trace_string . h ' , <nl> ' src / core / ext / census / tracing . h ' , <nl> + ' src / core / ext / filters / max_age / max_age_filter . h ' , <nl> ' src / core / lib / surface / init . c ' , <nl> ' src / core / lib / channel / channel_args . c ' , <nl> ' src / core / lib / channel / channel_stack . c ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / lib / channel / handshaker_registry . c ' , <nl> ' src / core / lib / channel / http_client_filter . c ' , <nl> ' src / core / lib / channel / http_server_filter . c ' , <nl> - ' src / core / lib / channel / max_age_filter . c ' , <nl> ' src / core / lib / channel / message_size_filter . c ' , <nl> ' src / core / lib / compression / compression . c ' , <nl> ' src / core / lib / compression / message_compress . c ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / tsi / transport_security . c ' , <nl> ' src / core / ext / transport / chttp2 / server / chttp2_server . c ' , <nl> ' src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c ' , <nl> - ' src / core / ext / client_channel / channel_connectivity . c ' , <nl> - ' src / core / ext / client_channel / client_channel . c ' , <nl> - ' src / core / ext / client_channel / client_channel_factory . c ' , <nl> - ' src / core / ext / client_channel / client_channel_plugin . c ' , <nl> - ' src / core / ext / client_channel / connector . c ' , <nl> - ' src / core / ext / client_channel / http_connect_handshaker . c ' , <nl> - ' src / core / ext / client_channel / http_proxy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_factory . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_registry . c ' , <nl> - ' src / core / ext / client_channel / parse_address . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper_registry . c ' , <nl> - ' src / core / ext / client_channel / resolver . c ' , <nl> - ' src / core / ext / client_channel / resolver_factory . c ' , <nl> - ' src / core / ext / client_channel / resolver_registry . c ' , <nl> - ' src / core / ext / client_channel / retry_throttle . c ' , <nl> - ' src / core / ext / client_channel / subchannel . c ' , <nl> - ' src / core / ext / client_channel / subchannel_index . c ' , <nl> - ' src / core / ext / client_channel / uri_parser . c ' , <nl> + ' src / core / ext / filters / client_channel / channel_connectivity . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_plugin . c ' , <nl> + ' src / core / ext / filters / client_channel / connector . c ' , <nl> + ' src / core / ext / filters / client_channel / http_connect_handshaker . c ' , <nl> + ' src / core / ext / filters / client_channel / http_proxy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / parse_address . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / retry_throttle . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel_index . c ' , <nl> + ' src / core / ext / filters / client_channel / uri_parser . c ' , <nl> ' src / core / ext / transport / chttp2 / client / chttp2_connector . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / load_balancer_api . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> ' third_party / nanopb / pb_common . c ' , <nl> ' third_party / nanopb / pb_decode . c ' , <nl> ' third_party / nanopb / pb_encode . c ' , <nl> - ' src / core / ext / lb_policy / pick_first / pick_first . c ' , <nl> - ' src / core / ext / lb_policy / round_robin / round_robin . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> - ' src / core / ext / resolver / dns / native / dns_resolver . c ' , <nl> - ' src / core / ext / resolver / sockaddr / sockaddr_resolver . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting_filter . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting_filter . c ' , <nl> ' src / core / ext / census / base_resources . c ' , <nl> ' src / core / ext / census / context . c ' , <nl> ' src / core / ext / census / gen / census . pb . c ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / ext / census / resource . c ' , <nl> ' src / core / ext / census / trace_context . c ' , <nl> ' src / core / ext / census / tracing . c ' , <nl> + ' src / core / ext / filters / max_age / max_age_filter . c ' , <nl> ' src / core / plugin_registry / grpc_plugin_registry . c ' <nl> <nl> ss . private_header_files = ' src / core / lib / profiling / timers . h ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / lib / channel / handshaker_registry . h ' , <nl> ' src / core / lib / channel / http_client_filter . h ' , <nl> ' src / core / lib / channel / http_server_filter . h ' , <nl> - ' src / core / lib / channel / max_age_filter . h ' , <nl> ' src / core / lib / channel / message_size_filter . h ' , <nl> ' src / core / lib / compression / algorithm_metadata . h ' , <nl> ' src / core / lib / compression / message_compress . h ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / tsi / transport_security . h ' , <nl> ' src / core / tsi / transport_security_interface . h ' , <nl> ' src / core / ext / transport / chttp2 / server / chttp2_server . h ' , <nl> - ' src / core / ext / client_channel / client_channel . h ' , <nl> - ' src / core / ext / client_channel / client_channel_factory . h ' , <nl> - ' src / core / ext / client_channel / connector . h ' , <nl> - ' src / core / ext / client_channel / http_connect_handshaker . h ' , <nl> - ' src / core / ext / client_channel / http_proxy . h ' , <nl> - ' src / core / ext / client_channel / lb_policy . h ' , <nl> - ' src / core / ext / client_channel / lb_policy_factory . h ' , <nl> - ' src / core / ext / client_channel / lb_policy_registry . h ' , <nl> - ' src / core / ext / client_channel / parse_address . h ' , <nl> - ' src / core / ext / client_channel / proxy_mapper . h ' , <nl> - ' src / core / ext / client_channel / proxy_mapper_registry . h ' , <nl> - ' src / core / ext / client_channel / resolver . h ' , <nl> - ' src / core / ext / client_channel / resolver_factory . h ' , <nl> - ' src / core / ext / client_channel / resolver_registry . h ' , <nl> - ' src / core / ext / client_channel / retry_throttle . h ' , <nl> - ' src / core / ext / client_channel / subchannel . h ' , <nl> - ' src / core / ext / client_channel / subchannel_index . h ' , <nl> - ' src / core / ext / client_channel / uri_parser . h ' , <nl> + ' src / core / ext / filters / client_channel / client_channel . h ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / connector . h ' , <nl> + ' src / core / ext / filters / client_channel / http_connect_handshaker . h ' , <nl> + ' src / core / ext / filters / client_channel / http_proxy . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / parse_address . h ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper . h ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver_factory . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver_registry . h ' , <nl> + ' src / core / ext / filters / client_channel / retry_throttle . h ' , <nl> + ' src / core / ext / filters / client_channel / subchannel . h ' , <nl> + ' src / core / ext / filters / client_channel / subchannel_index . h ' , <nl> + ' src / core / ext / filters / client_channel / uri_parser . h ' , <nl> ' src / core / ext / transport / chttp2 / client / chttp2_connector . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb_channel . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / load_balancer_api . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> ' third_party / nanopb / pb . h ' , <nl> ' third_party / nanopb / pb_common . h ' , <nl> ' third_party / nanopb / pb_decode . h ' , <nl> ' third_party / nanopb / pb_encode . h ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h ' , <nl> - ' src / core / ext / load_reporting / load_reporting . h ' , <nl> - ' src / core / ext / load_reporting / load_reporting_filter . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting . h ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting_filter . h ' , <nl> ' src / core / ext / census / aggregation . h ' , <nl> ' src / core / ext / census / base_resources . h ' , <nl> ' src / core / ext / census / census_interface . h ' , <nl> Pod : : Spec . new do | s | <nl> ' src / core / ext / census / trace_propagation . h ' , <nl> ' src / core / ext / census / trace_status . h ' , <nl> ' src / core / ext / census / trace_string . h ' , <nl> - ' src / core / ext / census / tracing . h ' <nl> + ' src / core / ext / census / tracing . h ' , <nl> + ' src / core / ext / filters / max_age / max_age_filter . h ' <nl> end <nl> <nl> s . subspec ' Cronet - Interface ' do | ss | <nl> mmm a / grpc . gemspec <nl> ppp b / grpc . gemspec <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / lib / channel / handshaker_registry . h ) <nl> s . files + = % w ( src / core / lib / channel / http_client_filter . h ) <nl> s . files + = % w ( src / core / lib / channel / http_server_filter . h ) <nl> - s . files + = % w ( src / core / lib / channel / max_age_filter . h ) <nl> s . files + = % w ( src / core / lib / channel / message_size_filter . h ) <nl> s . files + = % w ( src / core / lib / compression / algorithm_metadata . h ) <nl> s . files + = % w ( src / core / lib / compression / message_compress . h ) <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / tsi / transport_security . h ) <nl> s . files + = % w ( src / core / tsi / transport_security_interface . h ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / server / chttp2_server . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / client_channel . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / client_channel_factory . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / connector . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / http_connect_handshaker . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / http_proxy . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy_factory . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy_registry . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / parse_address . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / proxy_mapper . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / proxy_mapper_registry . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver_factory . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver_registry . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / retry_throttle . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / subchannel . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / subchannel_index . h ) <nl> - s . files + = % w ( src / core / ext / client_channel / uri_parser . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / client_channel . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / client_channel_factory . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / connector . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / http_connect_handshaker . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / http_proxy . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy_factory . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy_registry . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / parse_address . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / proxy_mapper . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / proxy_mapper_registry . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver_factory . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver_registry . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / retry_throttle . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / subchannel . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / subchannel_index . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / uri_parser . h ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / client / chttp2_connector . h ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / grpclb . h ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / grpclb_channel . h ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / load_balancer_api . h ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ) <nl> s . files + = % w ( third_party / nanopb / pb . h ) <nl> s . files + = % w ( third_party / nanopb / pb_common . h ) <nl> s . files + = % w ( third_party / nanopb / pb_decode . h ) <nl> s . files + = % w ( third_party / nanopb / pb_encode . h ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h ) <nl> - s . files + = % w ( src / core / ext / load_reporting / load_reporting . h ) <nl> - s . files + = % w ( src / core / ext / load_reporting / load_reporting_filter . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h ) <nl> + s . files + = % w ( src / core / ext / filters / load_reporting / load_reporting . h ) <nl> + s . files + = % w ( src / core / ext / filters / load_reporting / load_reporting_filter . h ) <nl> s . files + = % w ( src / core / ext / census / aggregation . h ) <nl> s . files + = % w ( src / core / ext / census / base_resources . h ) <nl> s . files + = % w ( src / core / ext / census / census_interface . h ) <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / ext / census / trace_status . h ) <nl> s . files + = % w ( src / core / ext / census / trace_string . h ) <nl> s . files + = % w ( src / core / ext / census / tracing . h ) <nl> + s . files + = % w ( src / core / ext / filters / max_age / max_age_filter . h ) <nl> s . files + = % w ( src / core / lib / surface / init . c ) <nl> s . files + = % w ( src / core / lib / channel / channel_args . c ) <nl> s . files + = % w ( src / core / lib / channel / channel_stack . c ) <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / lib / channel / handshaker_registry . c ) <nl> s . files + = % w ( src / core / lib / channel / http_client_filter . c ) <nl> s . files + = % w ( src / core / lib / channel / http_server_filter . c ) <nl> - s . files + = % w ( src / core / lib / channel / max_age_filter . c ) <nl> s . files + = % w ( src / core / lib / channel / message_size_filter . c ) <nl> s . files + = % w ( src / core / lib / compression / compression . c ) <nl> s . files + = % w ( src / core / lib / compression / message_compress . c ) <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / tsi / transport_security . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / server / chttp2_server . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / channel_connectivity . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / client_channel . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / client_channel_factory . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / client_channel_plugin . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / connector . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / http_connect_handshaker . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / http_proxy . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy_factory . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / lb_policy_registry . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / parse_address . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / proxy_mapper . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / proxy_mapper_registry . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver_factory . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / resolver_registry . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / retry_throttle . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / subchannel . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / subchannel_index . c ) <nl> - s . files + = % w ( src / core / ext / client_channel / uri_parser . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / channel_connectivity . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / client_channel . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / client_channel_factory . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / client_channel_plugin . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / connector . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / http_connect_handshaker . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / http_proxy . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy_factory . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy_registry . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / parse_address . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / proxy_mapper . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / proxy_mapper_registry . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver_factory . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver_registry . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / retry_throttle . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / subchannel . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / subchannel_index . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / uri_parser . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / client / chttp2_connector . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / client / insecure / channel_create . c ) <nl> s . files + = % w ( src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / grpclb . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / load_balancer_api . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ) <nl> s . files + = % w ( third_party / nanopb / pb_common . c ) <nl> s . files + = % w ( third_party / nanopb / pb_decode . c ) <nl> s . files + = % w ( third_party / nanopb / pb_encode . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / pick_first / pick_first . c ) <nl> - s . files + = % w ( src / core / ext / lb_policy / round_robin / round_robin . c ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c ) <nl> - s . files + = % w ( src / core / ext / resolver / dns / native / dns_resolver . c ) <nl> - s . files + = % w ( src / core / ext / resolver / sockaddr / sockaddr_resolver . c ) <nl> - s . files + = % w ( src / core / ext / load_reporting / load_reporting . c ) <nl> - s . files + = % w ( src / core / ext / load_reporting / load_reporting_filter . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c ) <nl> + s . files + = % w ( src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c ) <nl> + s . files + = % w ( src / core / ext / filters / load_reporting / load_reporting . c ) <nl> + s . files + = % w ( src / core / ext / filters / load_reporting / load_reporting_filter . c ) <nl> s . files + = % w ( src / core / ext / census / base_resources . c ) <nl> s . files + = % w ( src / core / ext / census / context . c ) <nl> s . files + = % w ( src / core / ext / census / gen / census . pb . c ) <nl> Gem : : Specification . new do | s | <nl> s . files + = % w ( src / core / ext / census / resource . c ) <nl> s . files + = % w ( src / core / ext / census / trace_context . c ) <nl> s . files + = % w ( src / core / ext / census / tracing . c ) <nl> + s . files + = % w ( src / core / ext / filters / max_age / max_age_filter . c ) <nl> s . files + = % w ( src / core / plugin_registry / grpc_plugin_registry . c ) <nl> s . files + = % w ( third_party / boringssl / crypto / aes / internal . h ) <nl> s . files + = % w ( third_party / boringssl / crypto / asn1 / asn1_locl . h ) <nl> mmm a / include / grpc / impl / codegen / atm_gcc_atomic . h <nl> ppp b / include / grpc / impl / codegen / atm_gcc_atomic . h <nl> <nl> # include < grpc / impl / codegen / port_platform . h > <nl> <nl> typedef intptr_t gpr_atm ; <nl> + # define GPR_ATM_MAX INTPTR_MAX <nl> <nl> # ifdef GPR_LOW_LEVEL_COUNTERS <nl> extern gpr_atm gpr_counter_atm_cas ; <nl> mmm a / include / grpc / impl / codegen / atm_gcc_sync . h <nl> ppp b / include / grpc / impl / codegen / atm_gcc_sync . h <nl> <nl> # include < grpc / impl / codegen / port_platform . h > <nl> <nl> typedef intptr_t gpr_atm ; <nl> + # define GPR_ATM_MAX INTPTR_MAX <nl> <nl> # define GPR_ATM_COMPILE_BARRIER_ ( ) __asm__ __volatile__ ( " " : : : " memory " ) <nl> <nl> mmm a / include / grpc / impl / codegen / atm_windows . h <nl> ppp b / include / grpc / impl / codegen / atm_windows . h <nl> <nl> # include < grpc / impl / codegen / port_platform . h > <nl> <nl> typedef intptr_t gpr_atm ; <nl> + # define GPR_ATM_MAX INTPTR_MAX <nl> <nl> # define gpr_atm_full_barrier MemoryBarrier <nl> <nl> mmm a / include / grpc / impl / codegen / grpc_types . h <nl> ppp b / include / grpc / impl / codegen / grpc_types . h <nl> typedef struct { <nl> # define GRPC_ARG_ENABLE_CENSUS " grpc . census " <nl> / * * If non - zero , enable load reporting . * / <nl> # define GRPC_ARG_ENABLE_LOAD_REPORTING " grpc . loadreporting " <nl> + / * * Request that optional features default to off ( regardless of what they <nl> + usually default to ) - to enable tight control over what gets enabled * / <nl> + # define GRPC_ARG_MINIMAL_STACK " grpc . minimal_stack " <nl> / * * Maximum number of concurrent incoming streams to allow on a http2 <nl> connection . Int valued . * / <nl> # define GRPC_ARG_MAX_CONCURRENT_STREAMS " grpc . max_concurrent_streams " <nl> mmm a / include / grpc / impl / codegen / port_platform . h <nl> ppp b / include / grpc / impl / codegen / port_platform . h <nl> typedef unsigned __int64 uint64_t ; <nl> # ifndef GRPC_MUST_USE_RESULT <nl> # if defined ( __GNUC__ ) & & ! defined ( __MINGW32__ ) <nl> # define GRPC_MUST_USE_RESULT __attribute__ ( ( warn_unused_result ) ) <nl> + # define GPR_ALIGN_STRUCT ( n ) __attribute__ ( ( aligned ( n ) ) ) <nl> # else <nl> # define GRPC_MUST_USE_RESULT <nl> + # define GPR_ALIGN_STRUCT ( n ) <nl> # endif <nl> # endif <nl> <nl> mmm a / include / grpc / support / tls . h <nl> ppp b / include / grpc / support / tls . h <nl> <nl> gpr_tls_set ( & foo , new_value ) ; <nl> <nl> Accessing a thread local : <nl> - current_value = gpr_tls_get ( & foo , value ) ; <nl> + current_value = gpr_tls_get ( & foo ) ; <nl> <nl> ALL functions here may be implemented as macros . * / <nl> <nl> mmm a / package . xml <nl> ppp b / package . xml <nl> <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / handshaker_registry . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / http_client_filter . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / http_server_filter . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / lib / channel / max_age_filter . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / message_size_filter . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / compression / algorithm_metadata . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / compression / message_compress . h " role = " src " / > <nl> <nl> < file baseinstalldir = " / " name = " src / core / tsi / transport_security . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / tsi / transport_security_interface . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / server / chttp2_server . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / client_channel . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / client_channel_factory . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / connector . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / http_connect_handshaker . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / http_proxy . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy_factory . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy_registry . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / parse_address . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / proxy_mapper . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / proxy_mapper_registry . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver_factory . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver_registry . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / retry_throttle . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / subchannel . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / subchannel_index . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / uri_parser . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / client_channel . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / client_channel_factory . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / connector . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / http_connect_handshaker . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / http_proxy . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy_factory . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy_registry . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / parse_address . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / proxy_mapper . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / proxy_mapper_registry . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver_factory . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver_registry . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / retry_throttle . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / subchannel . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / subchannel_index . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / uri_parser . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / client / chttp2_connector . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / grpclb . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / grpclb_channel . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / load_balancer_api . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_common . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_decode . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_encode . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / load_reporting / load_reporting . h " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / load_reporting / load_reporting_filter . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / load_reporting / load_reporting . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / load_reporting / load_reporting_filter . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / aggregation . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / base_resources . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / census_interface . h " role = " src " / > <nl> <nl> < file baseinstalldir = " / " name = " src / core / ext / census / trace_status . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / trace_string . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / tracing . h " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / max_age / max_age_filter . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / surface / init . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / channel_args . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / channel_stack . c " role = " src " / > <nl> <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / handshaker_registry . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / http_client_filter . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / http_server_filter . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / lib / channel / max_age_filter . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / channel / message_size_filter . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / compression / compression . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / lib / compression / message_compress . c " role = " src " / > <nl> <nl> < file baseinstalldir = " / " name = " src / core / tsi / transport_security . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / server / chttp2_server . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / channel_connectivity . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / client_channel . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / client_channel_factory . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / client_channel_plugin . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / connector . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / http_connect_handshaker . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / http_proxy . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy_factory . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / lb_policy_registry . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / parse_address . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / proxy_mapper . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / proxy_mapper_registry . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver_factory . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / resolver_registry . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / retry_throttle . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / subchannel . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / subchannel_index . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / client_channel / uri_parser . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / channel_connectivity . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / client_channel . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / client_channel_factory . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / client_channel_plugin . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / connector . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / http_connect_handshaker . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / http_proxy . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy_factory . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy_registry . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / parse_address . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / proxy_mapper . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / proxy_mapper_registry . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver_factory . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver_registry . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / retry_throttle . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / subchannel . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / subchannel_index . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / uri_parser . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / client / chttp2_connector . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / client / insecure / channel_create . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / grpclb . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / load_balancer_api . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_common . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_decode . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / nanopb / pb_encode . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / pick_first / pick_first . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / lb_policy / round_robin / round_robin . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / dns / native / dns_resolver . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / resolver / sockaddr / sockaddr_resolver . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / load_reporting / load_reporting . c " role = " src " / > <nl> - < file baseinstalldir = " / " name = " src / core / ext / load_reporting / load_reporting_filter . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / load_reporting / load_reporting . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / load_reporting / load_reporting_filter . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / base_resources . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / context . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / gen / census . pb . c " role = " src " / > <nl> <nl> < file baseinstalldir = " / " name = " src / core / ext / census / resource . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / trace_context . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / ext / census / tracing . c " role = " src " / > <nl> + < file baseinstalldir = " / " name = " src / core / ext / filters / max_age / max_age_filter . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " src / core / plugin_registry / grpc_plugin_registry . c " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / boringssl / crypto / aes / internal . h " role = " src " / > <nl> < file baseinstalldir = " / " name = " third_party / boringssl / crypto / asn1 / asn1_locl . h " role = " src " / > <nl> mmm a / src / compiler / cpp_generator . cc <nl> ppp b / src / compiler / cpp_generator . cc <nl> <nl> namespace grpc_cpp_generator { <nl> namespace { <nl> <nl> + grpc : : string message_header_ext ( ) { return " . pb . h " ; } <nl> + grpc : : string service_header_ext ( ) { return " . grpc . pb . h " ; } <nl> + <nl> template < class T > <nl> grpc : : string as_string ( T x ) { <nl> std : : ostringstream out ; <nl> grpc : : string as_string ( T x ) { <nl> return out . str ( ) ; <nl> } <nl> <nl> + inline bool ClientOnlyStreaming ( const grpc_generator : : Method * method ) { <nl> + return method - > ClientStreaming ( ) & & ! method - > ServerStreaming ( ) ; <nl> + } <nl> + <nl> + inline bool ServerOnlyStreaming ( const grpc_generator : : Method * method ) { <nl> + return ! method - > ClientStreaming ( ) & & method - > ServerStreaming ( ) ; <nl> + } <nl> + <nl> grpc : : string FilenameIdentifier ( const grpc : : string & filename ) { <nl> grpc : : string result ; <nl> for ( unsigned i = 0 ; i < filename . size ( ) ; i + + ) { <nl> T * array_end ( T ( & array ) [ N ] ) { <nl> return array + N ; <nl> } <nl> <nl> - void PrintIncludes ( Printer * printer , const std : : vector < grpc : : string > & headers , <nl> + void PrintIncludes ( grpc_generator : : Printer * printer , <nl> + const std : : vector < grpc : : string > & headers , <nl> const Parameters & params ) { <nl> std : : map < grpc : : string , grpc : : string > vars ; <nl> <nl> void PrintIncludes ( Printer * printer , const std : : vector < grpc : : string > & headers , <nl> } <nl> } <nl> <nl> - grpc : : string GetHeaderPrologue ( File * file , const Parameters & / * params * / ) { <nl> + grpc : : string GetHeaderPrologue ( grpc_generator : : File * file , <nl> + const Parameters & / * params * / ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetHeaderPrologue ( File * file , const Parameters & / * params * / ) { <nl> vars [ " filename " ] = file - > filename ( ) ; <nl> vars [ " filename_identifier " ] = FilenameIdentifier ( file - > filename ( ) ) ; <nl> vars [ " filename_base " ] = file - > filename_without_ext ( ) ; <nl> - vars [ " message_header_ext " ] = file - > message_header_ext ( ) ; <nl> + vars [ " message_header_ext " ] = message_header_ext ( ) ; <nl> <nl> printer - > Print ( vars , " / / Generated by the gRPC C + + plugin . \ n " ) ; <nl> printer - > Print ( vars , <nl> " / / If you make any local change , they will be lost . \ n " ) ; <nl> printer - > Print ( vars , " / / source : $ filename $ \ n " ) ; <nl> - grpc : : string leading_comments = file - > GetLeadingComments ( ) ; <nl> + grpc : : string leading_comments = file - > GetLeadingComments ( " / / " ) ; <nl> if ( ! leading_comments . empty ( ) ) { <nl> printer - > Print ( vars , " / / Original file comments : \ n " ) ; <nl> printer - > Print ( leading_comments . c_str ( ) ) ; <nl> grpc : : string GetHeaderPrologue ( File * file , const Parameters & / * params * / ) { <nl> return output ; <nl> } <nl> <nl> - grpc : : string GetHeaderIncludes ( File * file , const Parameters & params ) { <nl> + grpc : : string GetHeaderIncludes ( grpc_generator : : File * file , <nl> + const Parameters & params ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetHeaderIncludes ( File * file , const Parameters & params ) { <nl> } <nl> <nl> void PrintHeaderClientMethodInterfaces ( <nl> - Printer * printer , const Method * method , <nl> + grpc_generator : : Printer * printer , const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars , bool is_public ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintHeaderClientMethodInterfaces ( <nl> " Async $ Method $ Raw ( context , request , cq ) ) ; \ n " ) ; <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " std : : unique_ptr < : : grpc : : ClientWriterInterface < $ Request $ > > " <nl> void PrintHeaderClientMethodInterfaces ( <nl> " Async $ Method $ Raw ( context , response , cq , tag ) ) ; \ n " ) ; <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " std : : unique_ptr < : : grpc : : ClientReaderInterface < $ Response $ > > " <nl> void PrintHeaderClientMethodInterfaces ( <nl> " Async $ Method $ Raw ( : : grpc : : ClientContext * context , " <nl> " const $ Request $ & request , " <nl> " : : grpc : : CompletionQueue * cq ) = 0 ; \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " virtual : : grpc : : ClientWriterInterface < $ Request $ > * " <nl> void PrintHeaderClientMethodInterfaces ( <nl> " Async $ Method $ Raw ( : : grpc : : ClientContext * context , " <nl> " $ Response $ * response , " <nl> " : : grpc : : CompletionQueue * cq , void * tag ) = 0 ; \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " virtual : : grpc : : ClientReaderInterface < $ Response $ > * $ Method $ Raw ( " <nl> void PrintHeaderClientMethodInterfaces ( <nl> } <nl> } <nl> <nl> - void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> + void PrintHeaderClientMethod ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars , <nl> bool is_public ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> " Async $ Method $ Raw ( context , request , cq ) ) ; \ n " ) ; <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " std : : unique_ptr < : : grpc : : ClientWriter < $ Request $ > > " <nl> void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> " Async $ Method $ Raw ( context , response , cq , tag ) ) ; \ n " ) ; <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " std : : unique_ptr < : : grpc : : ClientReader < $ Response $ > > " <nl> void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> " Async $ Method $ Raw ( : : grpc : : ClientContext * context , " <nl> " const $ Request $ & request , " <nl> " : : grpc : : CompletionQueue * cq ) override ; \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " : : grpc : : ClientWriter < $ Request $ > * $ Method $ Raw ( " <nl> " : : grpc : : ClientContext * context , $ Response $ * response ) " <nl> void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> " : : grpc : : ClientAsyncWriter < $ Request $ > * Async $ Method $ Raw ( " <nl> " : : grpc : : ClientContext * context , $ Response $ * response , " <nl> " : : grpc : : CompletionQueue * cq , void * tag ) override ; \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " : : grpc : : ClientReader < $ Response $ > * $ Method $ Raw ( " <nl> " : : grpc : : ClientContext * context , const $ Request $ & request ) " <nl> void PrintHeaderClientMethod ( Printer * printer , const Method * method , <nl> } <nl> } <nl> <nl> - void PrintHeaderClientMethodData ( Printer * printer , const Method * method , <nl> + void PrintHeaderClientMethodData ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> printer - > Print ( * vars , " const : : grpc : : RpcMethod rpcmethod_ $ Method $ _ ; \ n " ) ; <nl> } <nl> <nl> - void PrintHeaderServerMethodSync ( Printer * printer , const Method * method , <nl> + void PrintHeaderServerMethodSync ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> ( * vars ) [ " Response " ] = method - > output_type_name ( ) ; <nl> - printer - > Print ( method - > GetLeadingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( method - > GetLeadingComments ( " / / " ) . c_str ( ) ) ; <nl> if ( method - > NoStreaming ( ) ) { <nl> printer - > Print ( * vars , <nl> " virtual : : grpc : : Status $ Method $ ( " <nl> " : : grpc : : ServerContext * context , const $ Request $ * request , " <nl> " $ Response $ * response ) ; \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " virtual : : grpc : : Status $ Method $ ( " <nl> " : : grpc : : ServerContext * context , " <nl> " : : grpc : : ServerReader < $ Request $ > * reader , " <nl> " $ Response $ * response ) ; \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " virtual : : grpc : : Status $ Method $ ( " <nl> " : : grpc : : ServerContext * context , const $ Request $ * request , " <nl> void PrintHeaderServerMethodSync ( Printer * printer , const Method * method , <nl> " : : grpc : : ServerReaderWriter < $ Response $ , $ Request $ > * stream ) ; " <nl> " \ n " ) ; <nl> } <nl> - printer - > Print ( method - > GetTrailingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( method - > GetTrailingComments ( " / / " ) . c_str ( ) ) ; <nl> } <nl> <nl> - void PrintHeaderServerMethodAsync ( Printer * printer , const Method * method , <nl> + void PrintHeaderServerMethodAsync ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintHeaderServerMethodAsync ( Printer * printer , const Method * method , <nl> " : : grpc : : Service : : RequestAsyncUnary ( $ Idx $ , context , " <nl> " request , response , new_call_cq , notification_cq , tag ) ; \ n " ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " / / disable synchronous version of this method \ n " <nl> void PrintHeaderServerMethodAsync ( Printer * printer , const Method * method , <nl> " : : grpc : : Service : : RequestAsyncClientStreaming ( $ Idx $ , " <nl> " context , reader , new_call_cq , notification_cq , tag ) ; \ n " ) ; <nl> printer - > Print ( " } \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " / / disable synchronous version of this method \ n " <nl> void PrintHeaderServerMethodAsync ( Printer * printer , const Method * method , <nl> } <nl> <nl> void PrintHeaderServerMethodStreamedUnary ( <nl> - Printer * printer , const Method * method , <nl> + grpc_generator : : Printer * printer , const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintHeaderServerMethodStreamedUnary ( <nl> } <nl> <nl> void PrintHeaderServerMethodSplitStreaming ( <nl> - Printer * printer , const Method * method , <nl> + grpc_generator : : Printer * printer , const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> ( * vars ) [ " Response " ] = method - > output_type_name ( ) ; <nl> - if ( method - > ServerOnlyStreaming ( ) ) { <nl> + if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , " template < class BaseClass > \ n " ) ; <nl> printer - > Print ( * vars , <nl> " class WithSplitStreamingMethod_ $ Method $ : " <nl> void PrintHeaderServerMethodSplitStreaming ( <nl> } <nl> <nl> void PrintHeaderServerMethodGeneric ( <nl> - Printer * printer , const Method * method , <nl> + grpc_generator : : Printer * printer , const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintHeaderServerMethodGeneric ( <nl> " abort ( ) ; \ n " <nl> " return : : grpc : : Status ( : : grpc : : StatusCode : : UNIMPLEMENTED , \ " \ " ) ; \ n " <nl> " } \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " / / disable synchronous version of this method \ n " <nl> void PrintHeaderServerMethodGeneric ( <nl> " abort ( ) ; \ n " <nl> " return : : grpc : : Status ( : : grpc : : StatusCode : : UNIMPLEMENTED , \ " \ " ) ; \ n " <nl> " } \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " / / disable synchronous version of this method \ n " <nl> void PrintHeaderServerMethodGeneric ( <nl> printer - > Print ( * vars , " } ; \ n " ) ; <nl> } <nl> <nl> - void PrintHeaderService ( Printer * printer , const Service * service , <nl> + void PrintHeaderService ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Service * service , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Service " ] = service - > name ( ) ; <nl> <nl> - printer - > Print ( service - > GetLeadingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( service - > GetLeadingComments ( " / / " ) . c_str ( ) ) ; <nl> printer - > Print ( * vars , <nl> " class $ Service $ final { \ n " <nl> " public : \ n " ) ; <nl> void PrintHeaderService ( Printer * printer , const Service * service , <nl> printer - > Indent ( ) ; <nl> printer - > Print ( " virtual ~ StubInterface ( ) { } \ n " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - printer - > Print ( service - > method ( i ) - > GetLeadingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( service - > method ( i ) - > GetLeadingComments ( " / / " ) . c_str ( ) ) ; <nl> PrintHeaderClientMethodInterfaces ( printer , service - > method ( i ) . get ( ) , vars , <nl> true ) ; <nl> - printer - > Print ( service - > method ( i ) - > GetTrailingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( service - > method ( i ) - > GetTrailingComments ( " / / " ) . c_str ( ) ) ; <nl> } <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " private : \ n " ) ; <nl> void PrintHeaderService ( Printer * printer , const Service * service , <nl> printer - > Print ( " typedef " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> ( * vars ) [ " method_name " ] = service - > method ( i ) . get ( ) - > name ( ) ; <nl> - if ( service - > method ( i ) - > ServerOnlyStreaming ( ) ) { <nl> + auto method = service - > method ( i ) ; <nl> + if ( ServerOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( * vars , " WithSplitStreamingMethod_ $ method_name $ < " ) ; <nl> } <nl> } <nl> printer - > Print ( " Service " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - if ( service - > method ( i ) - > ServerOnlyStreaming ( ) ) { <nl> + auto method = service - > method ( i ) ; <nl> + if ( ServerOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( " > " ) ; <nl> } <nl> } <nl> void PrintHeaderService ( Printer * printer , const Service * service , <nl> printer - > Print ( " typedef " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> ( * vars ) [ " method_name " ] = service - > method ( i ) . get ( ) - > name ( ) ; <nl> - if ( service - > method ( i ) - > ServerOnlyStreaming ( ) ) { <nl> + auto method = service - > method ( i ) ; <nl> + if ( ServerOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( * vars , " WithSplitStreamingMethod_ $ method_name $ < " ) ; <nl> } <nl> if ( service - > method ( i ) - > NoStreaming ( ) ) { <nl> void PrintHeaderService ( Printer * printer , const Service * service , <nl> } <nl> printer - > Print ( " Service " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> + auto method = service - > method ( i ) ; <nl> if ( service - > method ( i ) - > NoStreaming ( ) | | <nl> - service - > method ( i ) - > ServerOnlyStreaming ( ) ) { <nl> + ServerOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( " > " ) ; <nl> } <nl> } <nl> void PrintHeaderService ( Printer * printer , const Service * service , <nl> <nl> printer - > Outdent ( ) ; <nl> printer - > Print ( " } ; \ n " ) ; <nl> - printer - > Print ( service - > GetTrailingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( service - > GetTrailingComments ( " / / " ) . c_str ( ) ) ; <nl> } <nl> <nl> - grpc : : string GetHeaderServices ( File * file , const Parameters & params ) { <nl> + grpc : : string GetHeaderServices ( grpc_generator : : File * file , <nl> + const Parameters & params ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetHeaderServices ( File * file , const Parameters & params ) { <nl> return output ; <nl> } <nl> <nl> - grpc : : string GetHeaderEpilogue ( File * file , const Parameters & / * params * / ) { <nl> + grpc : : string GetHeaderEpilogue ( grpc_generator : : File * file , <nl> + const Parameters & / * params * / ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetHeaderEpilogue ( File * file , const Parameters & / * params * / ) { <nl> printer - > Print ( vars , " \ n " ) ; <nl> printer - > Print ( vars , " # endif / / GRPC_ $ filename_identifier $ __INCLUDED \ n " ) ; <nl> <nl> - printer - > Print ( file - > GetTrailingComments ( ) . c_str ( ) ) ; <nl> + printer - > Print ( file - > GetTrailingComments ( " / / " ) . c_str ( ) ) ; <nl> } <nl> return output ; <nl> } <nl> <nl> - grpc : : string GetSourcePrologue ( File * file , const Parameters & / * params * / ) { <nl> + grpc : : string GetSourcePrologue ( grpc_generator : : File * file , <nl> + const Parameters & / * params * / ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetSourcePrologue ( File * file , const Parameters & / * params * / ) { <nl> <nl> vars [ " filename " ] = file - > filename ( ) ; <nl> vars [ " filename_base " ] = file - > filename_without_ext ( ) ; <nl> - vars [ " message_header_ext " ] = file - > message_header_ext ( ) ; <nl> - vars [ " service_header_ext " ] = file - > service_header_ext ( ) ; <nl> + vars [ " message_header_ext " ] = message_header_ext ( ) ; <nl> + vars [ " service_header_ext " ] = service_header_ext ( ) ; <nl> <nl> printer - > Print ( vars , " / / Generated by the gRPC C + + plugin . \ n " ) ; <nl> printer - > Print ( vars , <nl> grpc : : string GetSourcePrologue ( File * file , const Parameters & / * params * / ) { <nl> return output ; <nl> } <nl> <nl> - grpc : : string GetSourceIncludes ( File * file , const Parameters & params ) { <nl> + grpc : : string GetSourceIncludes ( grpc_generator : : File * file , <nl> + const Parameters & params ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetSourceIncludes ( File * file , const Parameters & params ) { <nl> return output ; <nl> } <nl> <nl> - void PrintSourceClientMethod ( Printer * printer , const Method * method , <nl> + void PrintSourceClientMethod ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintSourceClientMethod ( Printer * printer , const Method * method , <nl> " rpcmethod_ $ Method $ _ , " <nl> " context , request ) ; \ n " <nl> " } \ n \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " : : grpc : : ClientWriter < $ Request $ > * " <nl> " $ ns $ $ Service $ : : Stub : : $ Method $ Raw ( " <nl> void PrintSourceClientMethod ( Printer * printer , const Method * method , <nl> " rpcmethod_ $ Method $ _ , " <nl> " context , response , tag ) ; \ n " <nl> " } \ n \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " : : grpc : : ClientReader < $ Response $ > * " <nl> void PrintSourceClientMethod ( Printer * printer , const Method * method , <nl> } <nl> } <nl> <nl> - void PrintSourceServerMethod ( Printer * printer , const Method * method , <nl> + void PrintSourceServerMethod ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Method * method , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Method " ] = method - > name ( ) ; <nl> ( * vars ) [ " Request " ] = method - > input_type_name ( ) ; <nl> void PrintSourceServerMethod ( Printer * printer , const Method * method , <nl> " return : : grpc : : Status ( " <nl> " : : grpc : : StatusCode : : UNIMPLEMENTED , \ " \ " ) ; \ n " ) ; <nl> printer - > Print ( " } \ n \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " : : grpc : : Status $ ns $ $ Service $ : : Service : : $ Method $ ( " <nl> " : : grpc : : ServerContext * context , " <nl> void PrintSourceServerMethod ( Printer * printer , const Method * method , <nl> " return : : grpc : : Status ( " <nl> " : : grpc : : StatusCode : : UNIMPLEMENTED , \ " \ " ) ; \ n " ) ; <nl> printer - > Print ( " } \ n \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method ) ) { <nl> printer - > Print ( * vars , <nl> " : : grpc : : Status $ ns $ $ Service $ : : Service : : $ Method $ ( " <nl> " : : grpc : : ServerContext * context , " <nl> void PrintSourceServerMethod ( Printer * printer , const Method * method , <nl> } <nl> } <nl> <nl> - void PrintSourceService ( Printer * printer , const Service * service , <nl> + void PrintSourceService ( grpc_generator : : Printer * printer , <nl> + const grpc_generator : : Service * service , <nl> std : : map < grpc : : string , grpc : : string > * vars ) { <nl> ( * vars ) [ " Service " ] = service - > name ( ) ; <nl> <nl> void PrintSourceService ( Printer * printer , const Service * service , <nl> / / NOTE : There is no reason to consider streamed - unary as a separate <nl> / / category here since this part is setting up the client - side stub <nl> / / and this appears as a NORMAL_RPC from the client - side . <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method . get ( ) ) ) { <nl> ( * vars ) [ " StreamingType " ] = " CLIENT_STREAMING " ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method . get ( ) ) ) { <nl> ( * vars ) [ " StreamingType " ] = " SERVER_STREAMING " ; <nl> } else { <nl> ( * vars ) [ " StreamingType " ] = " BIDI_STREAMING " ; <nl> void PrintSourceService ( Printer * printer , const Service * service , <nl> " $ Request $ , " <nl> " $ Response $ > ( \ n " <nl> " std : : mem_fn ( & $ ns $ $ Service $ : : Service : : $ Method $ ) , this ) ) ) ; \ n " ) ; <nl> - } else if ( method - > ClientOnlyStreaming ( ) ) { <nl> + } else if ( ClientOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " AddMethod ( new : : grpc : : RpcServiceMethod ( \ n " <nl> void PrintSourceService ( Printer * printer , const Service * service , <nl> " new : : grpc : : ClientStreamingHandler < " <nl> " $ ns $ $ Service $ : : Service , $ Request $ , $ Response $ > ( \ n " <nl> " std : : mem_fn ( & $ ns $ $ Service $ : : Service : : $ Method $ ) , this ) ) ) ; \ n " ) ; <nl> - } else if ( method - > ServerOnlyStreaming ( ) ) { <nl> + } else if ( ServerOnlyStreaming ( method . get ( ) ) ) { <nl> printer - > Print ( <nl> * vars , <nl> " AddMethod ( new : : grpc : : RpcServiceMethod ( \ n " <nl> void PrintSourceService ( Printer * printer , const Service * service , <nl> } <nl> } <nl> <nl> - grpc : : string GetSourceServices ( File * file , const Parameters & params ) { <nl> + grpc : : string GetSourceServices ( grpc_generator : : File * file , <nl> + const Parameters & params ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> grpc : : string GetSourceServices ( File * file , const Parameters & params ) { <nl> return output ; <nl> } <nl> <nl> - grpc : : string GetSourceEpilogue ( File * file , const Parameters & / * params * / ) { <nl> + grpc : : string GetSourceEpilogue ( grpc_generator : : File * file , <nl> + const Parameters & / * params * / ) { <nl> grpc : : string temp ; <nl> <nl> if ( ! file - > package ( ) . empty ( ) ) { <nl> mmm a / src / compiler / cpp_generator . h <nl> ppp b / src / compiler / cpp_generator . h <nl> <nl> # include < vector > <nl> <nl> # include " src / compiler / config . h " <nl> + # include " src / compiler / schema_interface . h " <nl> <nl> # ifndef GRPC_CUSTOM_STRING <nl> # include < string > <nl> struct Parameters { <nl> grpc : : string grpc_search_path ; <nl> } ; <nl> <nl> - / / A common interface for objects having comments in the source . <nl> - / / Return formatted comments to be inserted in generated code . <nl> - struct CommentHolder { <nl> - virtual ~ CommentHolder ( ) { } <nl> - virtual grpc : : string GetLeadingComments ( ) const = 0 ; <nl> - virtual grpc : : string GetTrailingComments ( ) const = 0 ; <nl> - } ; <nl> - <nl> - / / An abstract interface representing a method . <nl> - struct Method : public CommentHolder { <nl> - virtual ~ Method ( ) { } <nl> - <nl> - virtual grpc : : string name ( ) const = 0 ; <nl> - <nl> - virtual grpc : : string input_type_name ( ) const = 0 ; <nl> - virtual grpc : : string output_type_name ( ) const = 0 ; <nl> - <nl> - virtual bool NoStreaming ( ) const = 0 ; <nl> - virtual bool ClientOnlyStreaming ( ) const = 0 ; <nl> - virtual bool ServerOnlyStreaming ( ) const = 0 ; <nl> - virtual bool BidiStreaming ( ) const = 0 ; <nl> - } ; <nl> - <nl> - / / An abstract interface representing a service . <nl> - struct Service : public CommentHolder { <nl> - virtual ~ Service ( ) { } <nl> - <nl> - virtual grpc : : string name ( ) const = 0 ; <nl> - <nl> - virtual int method_count ( ) const = 0 ; <nl> - virtual std : : unique_ptr < const Method > method ( int i ) const = 0 ; <nl> - } ; <nl> - <nl> - struct Printer { <nl> - virtual ~ Printer ( ) { } <nl> - <nl> - virtual void Print ( const std : : map < grpc : : string , grpc : : string > & vars , <nl> - const char * template_string ) = 0 ; <nl> - virtual void Print ( const char * string ) = 0 ; <nl> - virtual void Indent ( ) = 0 ; <nl> - virtual void Outdent ( ) = 0 ; <nl> - } ; <nl> - <nl> - / / An interface that allows the source generated to be output using various <nl> - / / libraries / idls / serializers . <nl> - struct File : public CommentHolder { <nl> - virtual ~ File ( ) { } <nl> - <nl> - virtual grpc : : string filename ( ) const = 0 ; <nl> - virtual grpc : : string filename_without_ext ( ) const = 0 ; <nl> - virtual grpc : : string message_header_ext ( ) const = 0 ; <nl> - virtual grpc : : string service_header_ext ( ) const = 0 ; <nl> - virtual grpc : : string package ( ) const = 0 ; <nl> - virtual std : : vector < grpc : : string > package_parts ( ) const = 0 ; <nl> - virtual grpc : : string additional_headers ( ) const = 0 ; <nl> - <nl> - virtual int service_count ( ) const = 0 ; <nl> - virtual std : : unique_ptr < const Service > service ( int i ) const = 0 ; <nl> - <nl> - virtual std : : unique_ptr < Printer > CreatePrinter ( grpc : : string * str ) const = 0 ; <nl> - } ; <nl> - <nl> / / Return the prologue of the generated header file . <nl> - grpc : : string GetHeaderPrologue ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetHeaderPrologue ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the includes needed for generated header file . <nl> - grpc : : string GetHeaderIncludes ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetHeaderIncludes ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the includes needed for generated source file . <nl> - grpc : : string GetSourceIncludes ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetSourceIncludes ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the epilogue of the generated header file . <nl> - grpc : : string GetHeaderEpilogue ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetHeaderEpilogue ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the prologue of the generated source file . <nl> - grpc : : string GetSourcePrologue ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetSourcePrologue ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the services for generated header file . <nl> - grpc : : string GetHeaderServices ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetHeaderServices ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the services for generated source file . <nl> - grpc : : string GetSourceServices ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetSourceServices ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> / / Return the epilogue of the generated source file . <nl> - grpc : : string GetSourceEpilogue ( File * file , const Parameters & params ) ; <nl> + grpc : : string GetSourceEpilogue ( grpc_generator : : File * file , <nl> + const Parameters & params ) ; <nl> <nl> } / / namespace grpc_cpp_generator <nl> <nl> mmm a / src / compiler / cpp_generator_helpers . h <nl> ppp b / src / compiler / cpp_generator_helpers . h <nl> <nl> # define GRPC_INTERNAL_COMPILER_CPP_GENERATOR_HELPERS_H <nl> <nl> # include < map > <nl> + <nl> # include " src / compiler / config . h " <nl> # include " src / compiler / generator_helpers . h " <nl> <nl> mmm a / src / compiler / cpp_plugin . cc <nl> ppp b / src / compiler / cpp_plugin . cc <nl> <nl> # include " src / compiler / config . h " <nl> <nl> # include " src / compiler / cpp_generator . h " <nl> - # include " src / compiler / cpp_generator_helpers . h " <nl> # include " src / compiler / generator_helpers . h " <nl> - <nl> - using grpc_cpp_generator : : GetCppComments ; <nl> - <nl> - class ProtoBufMethod : public grpc_cpp_generator : : Method { <nl> - public : <nl> - ProtoBufMethod ( const grpc : : protobuf : : MethodDescriptor * method ) <nl> - : method_ ( method ) { } <nl> - <nl> - grpc : : string name ( ) const { return method_ - > name ( ) ; } <nl> - <nl> - grpc : : string input_type_name ( ) const { <nl> - return grpc_cpp_generator : : ClassName ( method_ - > input_type ( ) , true ) ; <nl> - } <nl> - grpc : : string output_type_name ( ) const { <nl> - return grpc_cpp_generator : : ClassName ( method_ - > output_type ( ) , true ) ; <nl> - } <nl> - <nl> - bool NoStreaming ( ) const { <nl> - return ! method_ - > client_streaming ( ) & & ! method_ - > server_streaming ( ) ; <nl> - } <nl> - <nl> - bool ClientOnlyStreaming ( ) const { <nl> - return method_ - > client_streaming ( ) & & ! method_ - > server_streaming ( ) ; <nl> - } <nl> - <nl> - bool ServerOnlyStreaming ( ) const { <nl> - return ! method_ - > client_streaming ( ) & & method_ - > server_streaming ( ) ; <nl> - } <nl> - <nl> - bool BidiStreaming ( ) const { <nl> - return method_ - > client_streaming ( ) & & method_ - > server_streaming ( ) ; <nl> - } <nl> - <nl> - grpc : : string GetLeadingComments ( ) const { <nl> - return GetCppComments ( method_ , true ) ; <nl> - } <nl> - <nl> - grpc : : string GetTrailingComments ( ) const { <nl> - return GetCppComments ( method_ , false ) ; <nl> - } <nl> - <nl> - private : <nl> - const grpc : : protobuf : : MethodDescriptor * method_ ; <nl> - } ; <nl> - <nl> - class ProtoBufService : public grpc_cpp_generator : : Service { <nl> - public : <nl> - ProtoBufService ( const grpc : : protobuf : : ServiceDescriptor * service ) <nl> - : service_ ( service ) { } <nl> - <nl> - grpc : : string name ( ) const { return service_ - > name ( ) ; } <nl> - <nl> - int method_count ( ) const { return service_ - > method_count ( ) ; } ; <nl> - std : : unique_ptr < const grpc_cpp_generator : : Method > method ( int i ) const { <nl> - return std : : unique_ptr < const grpc_cpp_generator : : Method > ( <nl> - new ProtoBufMethod ( service_ - > method ( i ) ) ) ; <nl> - } ; <nl> - <nl> - grpc : : string GetLeadingComments ( ) const { <nl> - return GetCppComments ( service_ , true ) ; <nl> - } <nl> - <nl> - grpc : : string GetTrailingComments ( ) const { <nl> - return GetCppComments ( service_ , false ) ; <nl> - } <nl> - <nl> - private : <nl> - const grpc : : protobuf : : ServiceDescriptor * service_ ; <nl> - } ; <nl> - <nl> - class ProtoBufPrinter : public grpc_cpp_generator : : Printer { <nl> - public : <nl> - ProtoBufPrinter ( grpc : : string * str ) <nl> - : output_stream_ ( str ) , printer_ ( & output_stream_ , ' $ ' ) { } <nl> - <nl> - void Print ( const std : : map < grpc : : string , grpc : : string > & vars , <nl> - const char * string_template ) { <nl> - printer_ . Print ( vars , string_template ) ; <nl> - } <nl> - <nl> - void Print ( const char * string ) { printer_ . Print ( string ) ; } <nl> - void Indent ( ) { printer_ . Indent ( ) ; } <nl> - void Outdent ( ) { printer_ . Outdent ( ) ; } <nl> - <nl> - private : <nl> - grpc : : protobuf : : io : : StringOutputStream output_stream_ ; <nl> - grpc : : protobuf : : io : : Printer printer_ ; <nl> - } ; <nl> - <nl> - class ProtoBufFile : public grpc_cpp_generator : : File { <nl> - public : <nl> - ProtoBufFile ( const grpc : : protobuf : : FileDescriptor * file ) : file_ ( file ) { } <nl> - <nl> - grpc : : string filename ( ) const { return file_ - > name ( ) ; } <nl> - grpc : : string filename_without_ext ( ) const { <nl> - return grpc_generator : : StripProto ( filename ( ) ) ; <nl> - } <nl> - <nl> - grpc : : string message_header_ext ( ) const { return " . pb . h " ; } <nl> - grpc : : string service_header_ext ( ) const { return " . grpc . pb . h " ; } <nl> - <nl> - grpc : : string package ( ) const { return file_ - > package ( ) ; } <nl> - std : : vector < grpc : : string > package_parts ( ) const { <nl> - return grpc_generator : : tokenize ( package ( ) , " . " ) ; <nl> - } <nl> - <nl> - grpc : : string additional_headers ( ) const { return " " ; } <nl> - <nl> - int service_count ( ) const { return file_ - > service_count ( ) ; } ; <nl> - std : : unique_ptr < const grpc_cpp_generator : : Service > service ( int i ) const { <nl> - return std : : unique_ptr < const grpc_cpp_generator : : Service > ( <nl> - new ProtoBufService ( file_ - > service ( i ) ) ) ; <nl> - } <nl> - <nl> - std : : unique_ptr < grpc_cpp_generator : : Printer > CreatePrinter ( <nl> - grpc : : string * str ) const { <nl> - return std : : unique_ptr < grpc_cpp_generator : : Printer > ( <nl> - new ProtoBufPrinter ( str ) ) ; <nl> - } <nl> - <nl> - grpc : : string GetLeadingComments ( ) const { <nl> - return GetCppComments ( file_ , true ) ; <nl> - } <nl> - <nl> - grpc : : string GetTrailingComments ( ) const { <nl> - return GetCppComments ( file_ , false ) ; <nl> - } <nl> - <nl> - private : <nl> - const grpc : : protobuf : : FileDescriptor * file_ ; <nl> - } ; <nl> + # include " src / compiler / protobuf_plugin . h " <nl> <nl> class CppGrpcGenerator : public grpc : : protobuf : : compiler : : CodeGenerator { <nl> public : <nl> new file mode 100644 <nl> index 00000000000 . . cb01bd34987 <nl> mmm / dev / null <nl> ppp b / src / compiler / protobuf_plugin . h <nl> <nl> + / * <nl> + * <nl> + * Copyright 2015 , Google Inc . <nl> + * All rights reserved . <nl> + * <nl> + * Redistribution and use in source and binary forms , with or without <nl> + * modification , are permitted provided that the following conditions are <nl> + * met : <nl> + * <nl> + * * Redistributions of source code must retain the above copyright <nl> + * notice , this list of conditions and the following disclaimer . <nl> + * * Redistributions in binary form must reproduce the above <nl> + * copyright notice , this list of conditions and the following disclaimer <nl> + * in the documentation and / or other materials provided with the <nl> + * distribution . <nl> + * * Neither the name of Google Inc . nor the names of its <nl> + * contributors may be used to endorse or promote products derived from <nl> + * this software without specific prior written permission . <nl> + * <nl> + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <nl> + * " AS IS " AND ANY EXPRESS OR IMPLIED WARRANTIES , INCLUDING , BUT NOT <nl> + * LIMITED TO , THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR <nl> + * A PARTICULAR PURPOSE ARE DISCLAIMED . IN NO EVENT SHALL THE COPYRIGHT <nl> + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT , INCIDENTAL , <nl> + * SPECIAL , EXEMPLARY , OR CONSEQUENTIAL DAMAGES ( INCLUDING , BUT NOT <nl> + * LIMITED TO , PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; LOSS OF USE , <nl> + * DATA , OR PROFITS ; OR BUSINESS INTERRUPTION ) HOWEVER CAUSED AND ON ANY <nl> + * THEORY OF LIABILITY , WHETHER IN CONTRACT , STRICT LIABILITY , OR TORT <nl> + * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE <nl> + * OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE . <nl> + * <nl> + * / <nl> + <nl> + # ifndef GRPC_INTERNAL_COMPILER_PROTOBUF_PLUGIN_H <nl> + # define GRPC_INTERNAL_COMPILER_PROTOBUF_PLUGIN_H <nl> + <nl> + # include " src / compiler / config . h " <nl> + # include " src / compiler / cpp_generator_helpers . h " <nl> + # include " src / compiler / python_generator_helpers . h " <nl> + # include " src / compiler / python_private_generator . h " <nl> + # include " src / compiler / schema_interface . h " <nl> + <nl> + # include < vector > <nl> + <nl> + / / Get leading or trailing comments in a string . <nl> + template < typename DescriptorType > <nl> + inline grpc : : string GetCommentsHelper ( const DescriptorType * desc , bool leading , <nl> + const grpc : : string & prefix ) { <nl> + return grpc_generator : : GetPrefixedComments ( desc , leading , prefix ) ; <nl> + } <nl> + <nl> + class ProtoBufMethod : public grpc_generator : : Method { <nl> + public : <nl> + ProtoBufMethod ( const grpc : : protobuf : : MethodDescriptor * method ) <nl> + : method_ ( method ) { } <nl> + <nl> + grpc : : string name ( ) const { return method_ - > name ( ) ; } <nl> + <nl> + grpc : : string input_type_name ( ) const { <nl> + return grpc_cpp_generator : : ClassName ( method_ - > input_type ( ) , true ) ; <nl> + } <nl> + grpc : : string output_type_name ( ) const { <nl> + return grpc_cpp_generator : : ClassName ( method_ - > output_type ( ) , true ) ; <nl> + } <nl> + <nl> + grpc : : string get_input_type_name ( ) const { <nl> + return method_ - > input_type ( ) - > file ( ) - > name ( ) ; <nl> + } <nl> + grpc : : string get_output_type_name ( ) const { <nl> + return method_ - > output_type ( ) - > file ( ) - > name ( ) ; <nl> + } <nl> + <nl> + bool get_module_and_message_path_input ( grpc : : string * str , <nl> + grpc : : string generator_file_name , <nl> + bool generate_in_pb2_grpc , <nl> + grpc : : string import_prefix ) const { <nl> + return grpc_python_generator : : GetModuleAndMessagePath ( <nl> + method_ - > input_type ( ) , str , generator_file_name , generate_in_pb2_grpc , <nl> + import_prefix ) ; <nl> + } <nl> + <nl> + bool get_module_and_message_path_output ( grpc : : string * str , <nl> + grpc : : string generator_file_name , <nl> + bool generate_in_pb2_grpc , <nl> + grpc : : string import_prefix ) const { <nl> + return grpc_python_generator : : GetModuleAndMessagePath ( <nl> + method_ - > output_type ( ) , str , generator_file_name , generate_in_pb2_grpc , <nl> + import_prefix ) ; <nl> + } <nl> + <nl> + bool NoStreaming ( ) const { <nl> + return ! method_ - > client_streaming ( ) & & ! method_ - > server_streaming ( ) ; <nl> + } <nl> + <nl> + bool ClientStreaming ( ) const { return method_ - > client_streaming ( ) ; } <nl> + <nl> + bool ServerStreaming ( ) const { return method_ - > server_streaming ( ) ; } <nl> + <nl> + bool BidiStreaming ( ) const { <nl> + return method_ - > client_streaming ( ) & & method_ - > server_streaming ( ) ; <nl> + } <nl> + <nl> + grpc : : string GetLeadingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( method_ , true , prefix ) ; <nl> + } <nl> + <nl> + grpc : : string GetTrailingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( method_ , false , prefix ) ; <nl> + } <nl> + <nl> + vector < grpc : : string > GetAllComments ( ) const { <nl> + return grpc_python_generator : : get_all_comments ( method_ ) ; <nl> + } <nl> + <nl> + private : <nl> + const grpc : : protobuf : : MethodDescriptor * method_ ; <nl> + } ; <nl> + <nl> + class ProtoBufService : public grpc_generator : : Service { <nl> + public : <nl> + ProtoBufService ( const grpc : : protobuf : : ServiceDescriptor * service ) <nl> + : service_ ( service ) { } <nl> + <nl> + grpc : : string name ( ) const { return service_ - > name ( ) ; } <nl> + <nl> + int method_count ( ) const { return service_ - > method_count ( ) ; } ; <nl> + std : : unique_ptr < const grpc_generator : : Method > method ( int i ) const { <nl> + return std : : unique_ptr < const grpc_generator : : Method > ( <nl> + new ProtoBufMethod ( service_ - > method ( i ) ) ) ; <nl> + } ; <nl> + <nl> + grpc : : string GetLeadingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( service_ , true , prefix ) ; <nl> + } <nl> + <nl> + grpc : : string GetTrailingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( service_ , false , prefix ) ; <nl> + } <nl> + <nl> + vector < grpc : : string > GetAllComments ( ) const { <nl> + return grpc_python_generator : : get_all_comments ( service_ ) ; <nl> + } <nl> + <nl> + private : <nl> + const grpc : : protobuf : : ServiceDescriptor * service_ ; <nl> + } ; <nl> + <nl> + class ProtoBufPrinter : public grpc_generator : : Printer { <nl> + public : <nl> + ProtoBufPrinter ( grpc : : string * str ) <nl> + : output_stream_ ( str ) , printer_ ( & output_stream_ , ' $ ' ) { } <nl> + <nl> + void Print ( const std : : map < grpc : : string , grpc : : string > & vars , <nl> + const char * string_template ) { <nl> + printer_ . Print ( vars , string_template ) ; <nl> + } <nl> + <nl> + void Print ( const char * string ) { printer_ . Print ( string ) ; } <nl> + void Indent ( ) { printer_ . Indent ( ) ; } <nl> + void Outdent ( ) { printer_ . Outdent ( ) ; } <nl> + <nl> + private : <nl> + grpc : : protobuf : : io : : StringOutputStream output_stream_ ; <nl> + grpc : : protobuf : : io : : Printer printer_ ; <nl> + } ; <nl> + <nl> + class ProtoBufFile : public grpc_generator : : File { <nl> + public : <nl> + ProtoBufFile ( const grpc : : protobuf : : FileDescriptor * file ) : file_ ( file ) { } <nl> + <nl> + grpc : : string filename ( ) const { return file_ - > name ( ) ; } <nl> + grpc : : string filename_without_ext ( ) const { <nl> + return grpc_generator : : StripProto ( filename ( ) ) ; <nl> + } <nl> + <nl> + grpc : : string package ( ) const { return file_ - > package ( ) ; } <nl> + std : : vector < grpc : : string > package_parts ( ) const { <nl> + return grpc_generator : : tokenize ( package ( ) , " . " ) ; <nl> + } <nl> + <nl> + grpc : : string additional_headers ( ) const { return " " ; } <nl> + <nl> + int service_count ( ) const { return file_ - > service_count ( ) ; } ; <nl> + std : : unique_ptr < const grpc_generator : : Service > service ( int i ) const { <nl> + return std : : unique_ptr < const grpc_generator : : Service > ( <nl> + new ProtoBufService ( file_ - > service ( i ) ) ) ; <nl> + } <nl> + <nl> + std : : unique_ptr < grpc_generator : : Printer > CreatePrinter ( <nl> + grpc : : string * str ) const { <nl> + return std : : unique_ptr < grpc_generator : : Printer > ( new ProtoBufPrinter ( str ) ) ; <nl> + } <nl> + <nl> + grpc : : string GetLeadingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( file_ , true , prefix ) ; <nl> + } <nl> + <nl> + grpc : : string GetTrailingComments ( const grpc : : string prefix ) const { <nl> + return GetCommentsHelper ( file_ , false , prefix ) ; <nl> + } <nl> + <nl> + vector < grpc : : string > GetAllComments ( ) const { <nl> + return grpc_python_generator : : get_all_comments ( file_ ) ; <nl> + } <nl> + <nl> + private : <nl> + const grpc : : protobuf : : FileDescriptor * file_ ; <nl> + } ; <nl> + <nl> + # endif / / GRPC_INTERNAL_COMPILER_PROTOBUF_PLUGIN_H <nl> mmm a / src / compiler / python_generator . cc <nl> ppp b / src / compiler / python_generator . cc <nl> <nl> <nl> # include " src / compiler / config . h " <nl> # include " src / compiler / generator_helpers . h " <nl> + # include " src / compiler / protobuf_plugin . h " <nl> # include " src / compiler / python_generator . h " <nl> + # include " src / compiler / python_generator_helpers . h " <nl> + # include " src / compiler / python_private_generator . h " <nl> <nl> - using grpc_generator : : StringReplace ; <nl> - using grpc_generator : : StripProto ; <nl> - using grpc : : protobuf : : Descriptor ; <nl> using grpc : : protobuf : : FileDescriptor ; <nl> - using grpc : : protobuf : : MethodDescriptor ; <nl> - using grpc : : protobuf : : ServiceDescriptor ; <nl> using grpc : : protobuf : : compiler : : GeneratorContext ; <nl> using grpc : : protobuf : : io : : CodedOutputStream ; <nl> - using grpc : : protobuf : : io : : Printer ; <nl> - using grpc : : protobuf : : io : : StringOutputStream ; <nl> using grpc : : protobuf : : io : : ZeroCopyOutputStream ; <nl> - using std : : initializer_list ; <nl> using std : : make_pair ; <nl> using std : : map ; <nl> using std : : pair ; <nl> using std : : set ; <nl> <nl> namespace grpc_python_generator { <nl> <nl> + grpc : : string generator_file_name ; <nl> + <nl> namespace { <nl> <nl> - typedef vector < const Descriptor * > DescriptorVector ; <nl> typedef map < grpc : : string , grpc : : string > StringMap ; <nl> typedef vector < grpc : : string > StringVector ; <nl> typedef tuple < grpc : : string , grpc : : string > StringPair ; <nl> typedef set < StringPair > StringPairSet ; <nl> / / } <nl> class IndentScope { <nl> public : <nl> - explicit IndentScope ( Printer * printer ) : printer_ ( printer ) { <nl> + explicit IndentScope ( grpc_generator : : Printer * printer ) : printer_ ( printer ) { <nl> printer_ - > Indent ( ) ; <nl> } <nl> <nl> ~ IndentScope ( ) { printer_ - > Outdent ( ) ; } <nl> <nl> private : <nl> - Printer * printer_ ; <nl> - } ; <nl> - <nl> - / / TODO ( https : / / github . com / google / protobuf / issues / 888 ) : <nl> - / / Export ` ModuleName ` from protobuf ' s <nl> - / / ` src / google / protobuf / compiler / python / python_generator . cc ` file . <nl> - grpc : : string ModuleName ( const grpc : : string & filename , <nl> - const grpc : : string & import_prefix ) { <nl> - grpc : : string basename = StripProto ( filename ) ; <nl> - basename = StringReplace ( basename , " - " , " _ " ) ; <nl> - basename = StringReplace ( basename , " / " , " . " ) ; <nl> - return import_prefix + basename + " _pb2 " ; <nl> - } <nl> - <nl> - / / TODO ( https : / / github . com / google / protobuf / issues / 888 ) : <nl> - / / Export ` ModuleAlias ` from protobuf ' s <nl> - / / ` src / google / protobuf / compiler / python / python_generator . cc ` file . <nl> - grpc : : string ModuleAlias ( const grpc : : string & filename , <nl> - const grpc : : string & import_prefix ) { <nl> - grpc : : string module_name = ModuleName ( filename , import_prefix ) ; <nl> - / / We can ' t have dots in the module name , so we replace each with _dot_ . <nl> - / / But that could lead to a collision between a . b and a_dot_b , so we also <nl> - / / duplicate each underscore . <nl> - module_name = StringReplace ( module_name , " _ " , " __ " ) ; <nl> - module_name = StringReplace ( module_name , " . " , " _dot_ " ) ; <nl> - return module_name ; <nl> - } <nl> - <nl> - / / Tucks all generator state in an anonymous namespace away from <nl> - / / PythonGrpcGenerator and the header file , mostly to encourage future changes <nl> - / / to not require updates to the grpcio - tools C + + code part . Assumes that it is <nl> - / / only ever used from a single thread . <nl> - struct PrivateGenerator { <nl> - const GeneratorConfiguration & config ; <nl> - const FileDescriptor * file ; <nl> - <nl> - bool generate_in_pb2_grpc ; <nl> - <nl> - Printer * out ; <nl> - <nl> - PrivateGenerator ( const GeneratorConfiguration & config , <nl> - const FileDescriptor * file ) ; <nl> - <nl> - std : : pair < bool , grpc : : string > GetGrpcServices ( ) ; <nl> - <nl> - private : <nl> - bool PrintPreamble ( ) ; <nl> - bool PrintBetaPreamble ( ) ; <nl> - bool PrintGAServices ( ) ; <nl> - bool PrintBetaServices ( ) ; <nl> - <nl> - bool PrintAddServicerToServer ( <nl> - const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) ; <nl> - bool PrintServicer ( const ServiceDescriptor * service ) ; <nl> - bool PrintStub ( const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) ; <nl> - <nl> - bool PrintBetaServicer ( const ServiceDescriptor * service ) ; <nl> - bool PrintBetaServerFactory ( <nl> - const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) ; <nl> - bool PrintBetaStub ( const ServiceDescriptor * service ) ; <nl> - bool PrintBetaStubFactory ( const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) ; <nl> - <nl> - / / Get all comments ( leading , leading_detached , trailing ) and print them as a <nl> - / / docstring . Any leading space of a line will be removed , but the line <nl> - / / wrapping will not be changed . <nl> - template < typename DescriptorType > <nl> - void PrintAllComments ( const DescriptorType * descriptor ) ; <nl> - <nl> - bool GetModuleAndMessagePath ( const Descriptor * type , grpc : : string * out ) ; <nl> + grpc_generator : : Printer * printer_ ; <nl> } ; <nl> <nl> PrivateGenerator : : PrivateGenerator ( const GeneratorConfiguration & config , <nl> - const FileDescriptor * file ) <nl> + const grpc_generator : : File * file ) <nl> : config ( config ) , file ( file ) { } <nl> <nl> - bool PrivateGenerator : : GetModuleAndMessagePath ( const Descriptor * type , <nl> - grpc : : string * out ) { <nl> - const Descriptor * path_elem_type = type ; <nl> - DescriptorVector message_path ; <nl> - do { <nl> - message_path . push_back ( path_elem_type ) ; <nl> - path_elem_type = path_elem_type - > containing_type ( ) ; <nl> - } while ( path_elem_type ) ; / / implicit nullptr comparison ; don ' t be explicit <nl> - grpc : : string file_name = type - > file ( ) - > name ( ) ; <nl> - static const int proto_suffix_length = strlen ( " . proto " ) ; <nl> - if ( ! ( file_name . size ( ) > static_cast < size_t > ( proto_suffix_length ) & & <nl> - file_name . find_last_of ( " . proto " ) = = file_name . size ( ) - 1 ) ) { <nl> - return false ; <nl> - } <nl> - grpc : : string generator_file_name = file - > name ( ) ; <nl> - grpc : : string module ; <nl> - if ( generator_file_name ! = file_name | | generate_in_pb2_grpc ) { <nl> - module = ModuleAlias ( file_name , config . import_prefix ) + " . " ; <nl> - } else { <nl> - module = " " ; <nl> - } <nl> - grpc : : string message_type ; <nl> - for ( DescriptorVector : : reverse_iterator path_iter = message_path . rbegin ( ) ; <nl> - path_iter ! = message_path . rend ( ) ; + + path_iter ) { <nl> - message_type + = ( * path_iter ) - > name ( ) + " . " ; <nl> - } <nl> - / / no pop_back prior to C + + 11 <nl> - message_type . resize ( message_type . size ( ) - 1 ) ; <nl> - * out = module + message_type ; <nl> - return true ; <nl> - } <nl> - <nl> - template < typename DescriptorType > <nl> - void PrivateGenerator : : PrintAllComments ( const DescriptorType * descriptor ) { <nl> - StringVector comments ; <nl> - grpc_generator : : GetComment ( <nl> - descriptor , grpc_generator : : COMMENTTYPE_LEADING_DETACHED , & comments ) ; <nl> - grpc_generator : : GetComment ( descriptor , grpc_generator : : COMMENTTYPE_LEADING , <nl> - & comments ) ; <nl> - grpc_generator : : GetComment ( descriptor , grpc_generator : : COMMENTTYPE_TRAILING , <nl> - & comments ) ; <nl> + void PrivateGenerator : : PrintAllComments ( StringVector comments , <nl> + grpc_generator : : Printer * out ) { <nl> if ( comments . empty ( ) ) { <nl> return ; <nl> } <nl> void PrivateGenerator : : PrintAllComments ( const DescriptorType * descriptor ) { <nl> out - > Print ( " \ " \ " \ " \ n " ) ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintBetaServicer ( const ServiceDescriptor * service ) { <nl> + bool PrivateGenerator : : PrintBetaServicer ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) { <nl> + StringMap service_dict ; <nl> + service_dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( " class Beta $ Service $ Servicer ( object ) : \ n " , " Service " , <nl> - service - > name ( ) ) ; <nl> + out - > Print ( service_dict , " class Beta $ Service $ Servicer ( object ) : \ n " ) ; <nl> { <nl> IndentScope raii_class_indent ( out ) ; <nl> out - > Print ( <nl> bool PrivateGenerator : : PrintBetaServicer ( const ServiceDescriptor * service ) { <nl> " generated \ n " <nl> " only to ease transition from grpcio < 0 . 15 . 0 to " <nl> " grpcio > = 0 . 15 . 0 . \ " \ " \ " \ n " ) ; <nl> - PrintAllComments ( service ) ; <nl> + StringVector service_comments = service - > GetAllComments ( ) ; <nl> + PrintAllComments ( service_comments , out ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> grpc : : string arg_name = <nl> - method - > client_streaming ( ) ? " request_iterator " : " request " ; <nl> - out - > Print ( " def $ Method $ ( self , $ ArgName $ , context ) : \ n " , " Method " , <nl> - method - > name ( ) , " ArgName " , arg_name ) ; <nl> + method - > ClientStreaming ( ) ? " request_iterator " : " request " ; <nl> + StringMap method_dict ; <nl> + method_dict [ " Method " ] = method - > name ( ) ; <nl> + method_dict [ " ArgName " ] = arg_name ; <nl> + out - > Print ( method_dict , " def $ Method $ ( self , $ ArgName $ , context ) : \ n " ) ; <nl> { <nl> IndentScope raii_method_indent ( out ) ; <nl> - PrintAllComments ( method ) ; <nl> + StringVector method_comments = method - > GetAllComments ( ) ; <nl> + PrintAllComments ( method_comments , out ) ; <nl> out - > Print ( " context . code ( beta_interfaces . StatusCode . UNIMPLEMENTED ) \ n " ) ; <nl> } <nl> } <nl> bool PrivateGenerator : : PrintBetaServicer ( const ServiceDescriptor * service ) { <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintBetaStub ( const ServiceDescriptor * service ) { <nl> + bool PrivateGenerator : : PrintBetaStub ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) { <nl> + StringMap service_dict ; <nl> + service_dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( " class Beta $ Service $ Stub ( object ) : \ n " , " Service " , service - > name ( ) ) ; <nl> + out - > Print ( service_dict , " class Beta $ Service $ Stub ( object ) : \ n " ) ; <nl> { <nl> IndentScope raii_class_indent ( out ) ; <nl> out - > Print ( <nl> bool PrivateGenerator : : PrintBetaStub ( const ServiceDescriptor * service ) { <nl> " generated \ n " <nl> " only to ease transition from grpcio < 0 . 15 . 0 to " <nl> " grpcio > = 0 . 15 . 0 . \ " \ " \ " \ n " ) ; <nl> - PrintAllComments ( service ) ; <nl> + StringVector service_comments = service - > GetAllComments ( ) ; <nl> + PrintAllComments ( service_comments , out ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> grpc : : string arg_name = <nl> - method - > client_streaming ( ) ? " request_iterator " : " request " ; <nl> + method - > ClientStreaming ( ) ? " request_iterator " : " request " ; <nl> StringMap method_dict ; <nl> method_dict [ " Method " ] = method - > name ( ) ; <nl> method_dict [ " ArgName " ] = arg_name ; <nl> bool PrivateGenerator : : PrintBetaStub ( const ServiceDescriptor * service ) { <nl> " with_call = False , protocol_options = None ) : \ n " ) ; <nl> { <nl> IndentScope raii_method_indent ( out ) ; <nl> - PrintAllComments ( method ) ; <nl> + StringVector method_comments = method - > GetAllComments ( ) ; <nl> + PrintAllComments ( method_comments , out ) ; <nl> out - > Print ( " raise NotImplementedError ( ) \ n " ) ; <nl> } <nl> - if ( ! method - > server_streaming ( ) ) { <nl> + if ( ! method - > ServerStreaming ( ) ) { <nl> out - > Print ( method_dict , " $ Method $ . future = None \ n " ) ; <nl> } <nl> } <nl> bool PrivateGenerator : : PrintBetaStub ( const ServiceDescriptor * service ) { <nl> <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) { <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) { <nl> + StringMap service_dict ; <nl> + service_dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( <nl> - " def beta_create_ $ Service $ _server ( servicer , pool = None , " <nl> - " pool_size = None , default_timeout = None , maximum_timeout = None ) : \ n " , <nl> - " Service " , service - > name ( ) ) ; <nl> + out - > Print ( service_dict , <nl> + " def beta_create_ $ Service $ _server ( servicer , pool = None , " <nl> + " pool_size = None , default_timeout = None , maximum_timeout = None ) : \ n " ) ; <nl> { <nl> IndentScope raii_create_server_indent ( out ) ; <nl> out - > Print ( <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> StringMap input_message_modules_and_classes ; <nl> StringMap output_message_modules_and_classes ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> const grpc : : string method_implementation_constructor = <nl> - grpc : : string ( method - > client_streaming ( ) ? " stream_ " : " unary_ " ) + <nl> - grpc : : string ( method - > server_streaming ( ) ? " stream_ " : " unary_ " ) + <nl> + grpc : : string ( method - > ClientStreaming ( ) ? " stream_ " : " unary_ " ) + <nl> + grpc : : string ( method - > ServerStreaming ( ) ? " stream_ " : " unary_ " ) + <nl> " inline " ; <nl> grpc : : string input_message_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > input_type ( ) , <nl> - & input_message_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_input ( <nl> + & input_message_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> grpc : : string output_message_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > output_type ( ) , <nl> - & output_message_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_output ( <nl> + & output_message_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> method_implementation_constructors . insert ( <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> output_message_modules_and_classes . insert ( <nl> make_pair ( method - > name ( ) , output_message_module_and_class ) ) ; <nl> } <nl> + StringMap method_dict ; <nl> + method_dict [ " PackageQualifiedServiceName " ] = package_qualified_service_name ; <nl> out - > Print ( " request_deserializers = { \ n " ) ; <nl> for ( StringMap : : iterator name_and_input_module_class_pair = <nl> input_message_modules_and_classes . begin ( ) ; <nl> name_and_input_module_class_pair ! = <nl> input_message_modules_and_classes . end ( ) ; <nl> name_and_input_module_class_pair + + ) { <nl> + method_dict [ " MethodName " ] = name_and_input_module_class_pair - > first ; <nl> + method_dict [ " InputTypeModuleAndClass " ] = <nl> + name_and_input_module_class_pair - > second ; <nl> IndentScope raii_indent ( out ) ; <nl> - out - > Print ( <nl> - " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> - " $ InputTypeModuleAndClass $ . FromString , \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name , <nl> - " MethodName " , name_and_input_module_class_pair - > first , <nl> - " InputTypeModuleAndClass " , name_and_input_module_class_pair - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> + " $ InputTypeModuleAndClass $ . FromString , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( " response_serializers = { \ n " ) ; <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> name_and_output_module_class_pair ! = <nl> output_message_modules_and_classes . end ( ) ; <nl> name_and_output_module_class_pair + + ) { <nl> + method_dict [ " MethodName " ] = name_and_output_module_class_pair - > first ; <nl> + method_dict [ " OutputTypeModuleAndClass " ] = <nl> + name_and_output_module_class_pair - > second ; <nl> IndentScope raii_indent ( out ) ; <nl> - out - > Print ( <nl> - " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> - " $ OutputTypeModuleAndClass $ . SerializeToString , \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name , <nl> - " MethodName " , name_and_output_module_class_pair - > first , <nl> - " OutputTypeModuleAndClass " , <nl> - name_and_output_module_class_pair - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> + " $ OutputTypeModuleAndClass $ . SerializeToString , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( " method_implementations = { \ n " ) ; <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> name_and_implementation_constructor ! = <nl> method_implementation_constructors . end ( ) ; <nl> name_and_implementation_constructor + + ) { <nl> + method_dict [ " Method " ] = name_and_implementation_constructor - > first ; <nl> + method_dict [ " Constructor " ] = name_and_implementation_constructor - > second ; <nl> IndentScope raii_descriptions_indent ( out ) ; <nl> const grpc : : string method_name = <nl> name_and_implementation_constructor - > first ; <nl> - out - > Print ( <nl> - " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ Method $ \ ' ) : " <nl> - " face_utilities . $ Constructor $ ( servicer . $ Method $ ) , \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name , <nl> - " Method " , name_and_implementation_constructor - > first , " Constructor " , <nl> - name_and_implementation_constructor - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ Method $ \ ' ) : " <nl> + " face_utilities . $ Constructor $ ( servicer . $ Method $ ) , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( <nl> bool PrivateGenerator : : PrintBetaServerFactory ( <nl> <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) { <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) { <nl> StringMap dict ; <nl> dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> StringMap input_message_modules_and_classes ; <nl> StringMap output_message_modules_and_classes ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> const grpc : : string method_cardinality = <nl> - grpc : : string ( method - > client_streaming ( ) ? " STREAM " : " UNARY " ) + " _ " + <nl> - grpc : : string ( method - > server_streaming ( ) ? " STREAM " : " UNARY " ) ; <nl> + grpc : : string ( method - > ClientStreaming ( ) ? " STREAM " : " UNARY " ) + " _ " + <nl> + grpc : : string ( method - > ServerStreaming ( ) ? " STREAM " : " UNARY " ) ; <nl> grpc : : string input_message_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > input_type ( ) , <nl> - & input_message_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_input ( <nl> + & input_message_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> grpc : : string output_message_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > output_type ( ) , <nl> - & output_message_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_output ( <nl> + & output_message_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> method_cardinalities . insert ( <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> output_message_modules_and_classes . insert ( <nl> make_pair ( method - > name ( ) , output_message_module_and_class ) ) ; <nl> } <nl> + StringMap method_dict ; <nl> + method_dict [ " PackageQualifiedServiceName " ] = package_qualified_service_name ; <nl> out - > Print ( " request_serializers = { \ n " ) ; <nl> for ( StringMap : : iterator name_and_input_module_class_pair = <nl> input_message_modules_and_classes . begin ( ) ; <nl> name_and_input_module_class_pair ! = <nl> input_message_modules_and_classes . end ( ) ; <nl> name_and_input_module_class_pair + + ) { <nl> + method_dict [ " MethodName " ] = name_and_input_module_class_pair - > first ; <nl> + method_dict [ " InputTypeModuleAndClass " ] = <nl> + name_and_input_module_class_pair - > second ; <nl> IndentScope raii_indent ( out ) ; <nl> - out - > Print ( <nl> - " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> - " $ InputTypeModuleAndClass $ . SerializeToString , \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name , <nl> - " MethodName " , name_and_input_module_class_pair - > first , <nl> - " InputTypeModuleAndClass " , name_and_input_module_class_pair - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> + " $ InputTypeModuleAndClass $ . SerializeToString , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( " response_deserializers = { \ n " ) ; <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> name_and_output_module_class_pair ! = <nl> output_message_modules_and_classes . end ( ) ; <nl> name_and_output_module_class_pair + + ) { <nl> + method_dict [ " MethodName " ] = name_and_output_module_class_pair - > first ; <nl> + method_dict [ " OutputTypeModuleAndClass " ] = <nl> + name_and_output_module_class_pair - > second ; <nl> IndentScope raii_indent ( out ) ; <nl> - out - > Print ( <nl> - " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> - " $ OutputTypeModuleAndClass $ . FromString , \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name , <nl> - " MethodName " , name_and_output_module_class_pair - > first , <nl> - " OutputTypeModuleAndClass " , <nl> - name_and_output_module_class_pair - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " ( \ ' $ PackageQualifiedServiceName $ \ ' , \ ' $ MethodName $ \ ' ) : " <nl> + " $ OutputTypeModuleAndClass $ . FromString , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( " cardinalities = { \ n " ) ; <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> method_cardinalities . begin ( ) ; <nl> name_and_cardinality ! = method_cardinalities . end ( ) ; <nl> name_and_cardinality + + ) { <nl> + method_dict [ " Method " ] = name_and_cardinality - > first ; <nl> + method_dict [ " Cardinality " ] = name_and_cardinality - > second ; <nl> IndentScope raii_descriptions_indent ( out ) ; <nl> - out - > Print ( " \ ' $ Method $ \ ' : cardinality . Cardinality . $ Cardinality $ , \ n " , <nl> - " Method " , name_and_cardinality - > first , " Cardinality " , <nl> - name_and_cardinality - > second ) ; <nl> + out - > Print ( method_dict , <nl> + " \ ' $ Method $ \ ' : cardinality . Cardinality . $ Cardinality $ , \ n " ) ; <nl> } <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( <nl> bool PrivateGenerator : : PrintBetaStubFactory ( <nl> " request_serializers = request_serializers , " <nl> " response_deserializers = response_deserializers , " <nl> " thread_pool = pool , thread_pool_size = pool_size ) \ n " ) ; <nl> - out - > Print ( <nl> - " return beta_implementations . dynamic_stub ( channel , " <nl> - " \ ' $ PackageQualifiedServiceName $ \ ' , " <nl> - " cardinalities , options = stub_options ) \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name ) ; <nl> + out - > Print ( method_dict , <nl> + " return beta_implementations . dynamic_stub ( channel , " <nl> + " \ ' $ PackageQualifiedServiceName $ \ ' , " <nl> + " cardinalities , options = stub_options ) \ n " ) ; <nl> } <nl> return true ; <nl> } <nl> <nl> bool PrivateGenerator : : PrintStub ( <nl> const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) { <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) { <nl> + StringMap dict ; <nl> + dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( " class $ Service $ Stub ( object ) : \ n " , " Service " , service - > name ( ) ) ; <nl> + out - > Print ( dict , " class $ Service $ Stub ( object ) : \ n " ) ; <nl> { <nl> IndentScope raii_class_indent ( out ) ; <nl> - PrintAllComments ( service ) ; <nl> + StringVector service_comments = service - > GetAllComments ( ) ; <nl> + PrintAllComments ( service_comments , out ) ; <nl> out - > Print ( " \ n " ) ; <nl> out - > Print ( " def __init__ ( self , channel ) : \ n " ) ; <nl> { <nl> bool PrivateGenerator : : PrintStub ( <nl> } <nl> out - > Print ( " \ " \ " \ " \ n " ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> grpc : : string multi_callable_constructor = <nl> - grpc : : string ( method - > client_streaming ( ) ? " stream " : " unary " ) + <nl> - " _ " + grpc : : string ( method - > server_streaming ( ) ? " stream " : " unary " ) ; <nl> + grpc : : string ( method - > ClientStreaming ( ) ? " stream " : " unary " ) + " _ " + <nl> + grpc : : string ( method - > ServerStreaming ( ) ? " stream " : " unary " ) ; <nl> grpc : : string request_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > input_type ( ) , <nl> - & request_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_input ( <nl> + & request_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> grpc : : string response_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > output_type ( ) , <nl> - & response_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_output ( <nl> + & response_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> - out - > Print ( " self . $ Method $ = channel . $ MultiCallableConstructor $ ( \ n " , <nl> - " Method " , method - > name ( ) , " MultiCallableConstructor " , <nl> - multi_callable_constructor ) ; <nl> + StringMap method_dict ; <nl> + method_dict [ " Method " ] = method - > name ( ) ; <nl> + method_dict [ " MultiCallableConstructor " ] = multi_callable_constructor ; <nl> + out - > Print ( method_dict , <nl> + " self . $ Method $ = channel . $ MultiCallableConstructor $ ( \ n " ) ; <nl> { <nl> + method_dict [ " PackageQualifiedService " ] = <nl> + package_qualified_service_name ; <nl> + method_dict [ " RequestModuleAndClass " ] = request_module_and_class ; <nl> + method_dict [ " ResponseModuleAndClass " ] = response_module_and_class ; <nl> IndentScope raii_first_attribute_indent ( out ) ; <nl> IndentScope raii_second_attribute_indent ( out ) ; <nl> - out - > Print ( " ' / $ PackageQualifiedService $ / $ Method $ ' , \ n " , <nl> - " PackageQualifiedService " , package_qualified_service_name , <nl> - " Method " , method - > name ( ) ) ; <nl> - out - > Print ( <nl> - " request_serializer = $ RequestModuleAndClass $ . SerializeToString , \ n " , <nl> - " RequestModuleAndClass " , request_module_and_class ) ; <nl> + out - > Print ( method_dict , " ' / $ PackageQualifiedService $ / $ Method $ ' , \ n " ) ; <nl> + out - > Print ( method_dict , <nl> + " request_serializer = $ RequestModuleAndClass $ . " <nl> + " SerializeToString , \ n " ) ; <nl> out - > Print ( <nl> - " response_deserializer = $ ResponseModuleAndClass $ . FromString , \ n " , <nl> - " ResponseModuleAndClass " , response_module_and_class ) ; <nl> + method_dict , <nl> + " response_deserializer = $ ResponseModuleAndClass $ . FromString , \ n " ) ; <nl> out - > Print ( " ) \ n " ) ; <nl> } <nl> } <nl> bool PrivateGenerator : : PrintStub ( <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintServicer ( const ServiceDescriptor * service ) { <nl> + bool PrivateGenerator : : PrintServicer ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) { <nl> + StringMap service_dict ; <nl> + service_dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( " class $ Service $ Servicer ( object ) : \ n " , " Service " , service - > name ( ) ) ; <nl> + out - > Print ( service_dict , " class $ Service $ Servicer ( object ) : \ n " ) ; <nl> { <nl> IndentScope raii_class_indent ( out ) ; <nl> - PrintAllComments ( service ) ; <nl> + StringVector service_comments = service - > GetAllComments ( ) ; <nl> + PrintAllComments ( service_comments , out ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> grpc : : string arg_name = <nl> - method - > client_streaming ( ) ? " request_iterator " : " request " ; <nl> + method - > ClientStreaming ( ) ? " request_iterator " : " request " ; <nl> + StringMap method_dict ; <nl> + method_dict [ " Method " ] = method - > name ( ) ; <nl> + method_dict [ " ArgName " ] = arg_name ; <nl> out - > Print ( " \ n " ) ; <nl> - out - > Print ( " def $ Method $ ( self , $ ArgName $ , context ) : \ n " , " Method " , <nl> - method - > name ( ) , " ArgName " , arg_name ) ; <nl> + out - > Print ( method_dict , " def $ Method $ ( self , $ ArgName $ , context ) : \ n " ) ; <nl> { <nl> IndentScope raii_method_indent ( out ) ; <nl> - PrintAllComments ( method ) ; <nl> + StringVector method_comments = method - > GetAllComments ( ) ; <nl> + PrintAllComments ( method_comments , out ) ; <nl> out - > Print ( " context . set_code ( grpc . StatusCode . UNIMPLEMENTED ) \ n " ) ; <nl> out - > Print ( " context . set_details ( ' Method not implemented ! ' ) \ n " ) ; <nl> out - > Print ( " raise NotImplementedError ( ' Method not implemented ! ' ) \ n " ) ; <nl> bool PrivateGenerator : : PrintServicer ( const ServiceDescriptor * service ) { <nl> <nl> bool PrivateGenerator : : PrintAddServicerToServer ( <nl> const grpc : : string & package_qualified_service_name , <nl> - const ServiceDescriptor * service ) { <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) { <nl> + StringMap service_dict ; <nl> + service_dict [ " Service " ] = service - > name ( ) ; <nl> out - > Print ( " \ n \ n " ) ; <nl> - out - > Print ( " def add_ $ Service $ Servicer_to_server ( servicer , server ) : \ n " , <nl> - " Service " , service - > name ( ) ) ; <nl> + out - > Print ( service_dict , <nl> + " def add_ $ Service $ Servicer_to_server ( servicer , server ) : \ n " ) ; <nl> { <nl> IndentScope raii_class_indent ( out ) ; <nl> out - > Print ( " rpc_method_handlers = { \ n " ) ; <nl> bool PrivateGenerator : : PrintAddServicerToServer ( <nl> IndentScope raii_dict_first_indent ( out ) ; <nl> IndentScope raii_dict_second_indent ( out ) ; <nl> for ( int i = 0 ; i < service - > method_count ( ) ; + + i ) { <nl> - const MethodDescriptor * method = service - > method ( i ) ; <nl> + auto method = service - > method ( i ) ; <nl> grpc : : string method_handler_constructor = <nl> - grpc : : string ( method - > client_streaming ( ) ? " stream " : " unary " ) + <nl> - " _ " + <nl> - grpc : : string ( method - > server_streaming ( ) ? " stream " : " unary " ) + <nl> + grpc : : string ( method - > ClientStreaming ( ) ? " stream " : " unary " ) + " _ " + <nl> + grpc : : string ( method - > ServerStreaming ( ) ? " stream " : " unary " ) + <nl> " _rpc_method_handler " ; <nl> grpc : : string request_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > input_type ( ) , <nl> - & request_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_input ( <nl> + & request_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> grpc : : string response_module_and_class ; <nl> - if ( ! GetModuleAndMessagePath ( method - > output_type ( ) , <nl> - & response_module_and_class ) ) { <nl> + if ( ! method - > get_module_and_message_path_output ( <nl> + & response_module_and_class , generator_file_name , <nl> + generate_in_pb2_grpc , config . import_prefix ) ) { <nl> return false ; <nl> } <nl> - out - > Print ( " ' $ Method $ ' : grpc . $ MethodHandlerConstructor $ ( \ n " , " Method " , <nl> - method - > name ( ) , " MethodHandlerConstructor " , <nl> - method_handler_constructor ) ; <nl> + StringMap method_dict ; <nl> + method_dict [ " Method " ] = method - > name ( ) ; <nl> + method_dict [ " MethodHandlerConstructor " ] = method_handler_constructor ; <nl> + method_dict [ " RequestModuleAndClass " ] = request_module_and_class ; <nl> + method_dict [ " ResponseModuleAndClass " ] = response_module_and_class ; <nl> + out - > Print ( method_dict , <nl> + " ' $ Method $ ' : grpc . $ MethodHandlerConstructor $ ( \ n " ) ; <nl> { <nl> IndentScope raii_call_first_indent ( out ) ; <nl> IndentScope raii_call_second_indent ( out ) ; <nl> - out - > Print ( " servicer . $ Method $ , \ n " , " Method " , method - > name ( ) ) ; <nl> + out - > Print ( method_dict , " servicer . $ Method $ , \ n " ) ; <nl> out - > Print ( <nl> - " request_deserializer = $ RequestModuleAndClass $ . FromString , \ n " , <nl> - " RequestModuleAndClass " , request_module_and_class ) ; <nl> + method_dict , <nl> + " request_deserializer = $ RequestModuleAndClass $ . FromString , \ n " ) ; <nl> out - > Print ( <nl> + method_dict , <nl> " response_serializer = $ ResponseModuleAndClass $ . SerializeToString , " <nl> - " \ n " , <nl> - " ResponseModuleAndClass " , response_module_and_class ) ; <nl> + " \ n " ) ; <nl> } <nl> out - > Print ( " ) , \ n " ) ; <nl> } <nl> } <nl> + StringMap method_dict ; <nl> + method_dict [ " PackageQualifiedServiceName " ] = package_qualified_service_name ; <nl> out - > Print ( " } \ n " ) ; <nl> out - > Print ( " generic_handler = grpc . method_handlers_generic_handler ( \ n " ) ; <nl> { <nl> IndentScope raii_call_first_indent ( out ) ; <nl> IndentScope raii_call_second_indent ( out ) ; <nl> - out - > Print ( " ' $ PackageQualifiedServiceName $ ' , rpc_method_handlers ) \ n " , <nl> - " PackageQualifiedServiceName " , package_qualified_service_name ) ; <nl> + out - > Print ( method_dict , <nl> + " ' $ PackageQualifiedServiceName $ ' , rpc_method_handlers ) \ n " ) ; <nl> } <nl> out - > Print ( " server . add_generic_rpc_handlers ( ( generic_handler , ) ) \ n " ) ; <nl> } <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintBetaPreamble ( ) { <nl> - out - > Print ( " from $ Package $ import implementations as beta_implementations \ n " , <nl> - " Package " , config . beta_package_root ) ; <nl> - out - > Print ( " from $ Package $ import interfaces as beta_interfaces \ n " , " Package " , <nl> - config . beta_package_root ) ; <nl> + bool PrivateGenerator : : PrintBetaPreamble ( grpc_generator : : Printer * out ) { <nl> + StringMap var ; <nl> + var [ " Package " ] = config . beta_package_root ; <nl> + out - > Print ( var , <nl> + " from $ Package $ import implementations as beta_implementations \ n " ) ; <nl> + out - > Print ( var , " from $ Package $ import interfaces as beta_interfaces \ n " ) ; <nl> out - > Print ( " from grpc . framework . common import cardinality \ n " ) ; <nl> out - > Print ( <nl> " from grpc . framework . interfaces . face import utilities as " <nl> bool PrivateGenerator : : PrintBetaPreamble ( ) { <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintPreamble ( ) { <nl> - out - > Print ( " import $ Package $ \ n " , " Package " , config . grpc_package_root ) ; <nl> + bool PrivateGenerator : : PrintPreamble ( grpc_generator : : Printer * out ) { <nl> + StringMap var ; <nl> + var [ " Package " ] = config . grpc_package_root ; <nl> + out - > Print ( var , " import $ Package $ \ n " ) ; <nl> if ( generate_in_pb2_grpc ) { <nl> out - > Print ( " \ n " ) ; <nl> StringPairSet imports_set ; <nl> for ( int i = 0 ; i < file - > service_count ( ) ; + + i ) { <nl> - const ServiceDescriptor * service = file - > service ( i ) ; <nl> + auto service = file - > service ( i ) ; <nl> for ( int j = 0 ; j < service - > method_count ( ) ; + + j ) { <nl> - const MethodDescriptor * method = service - > method ( j ) ; <nl> - const Descriptor * types [ 2 ] = { method - > input_type ( ) , <nl> - method - > output_type ( ) } ; <nl> - for ( int k = 0 ; k < 2 ; + + k ) { <nl> - const Descriptor * type = types [ k ] ; <nl> - grpc : : string type_file_name = type - > file ( ) - > name ( ) ; <nl> - grpc : : string module_name = <nl> - ModuleName ( type_file_name , config . import_prefix ) ; <nl> - grpc : : string module_alias = <nl> - ModuleAlias ( type_file_name , config . import_prefix ) ; <nl> - imports_set . insert ( std : : make_tuple ( module_name , module_alias ) ) ; <nl> - } <nl> + auto method = service . get ( ) - > method ( j ) ; <nl> + <nl> + grpc : : string input_type_file_name = method - > get_input_type_name ( ) ; <nl> + grpc : : string input_module_name = <nl> + ModuleName ( input_type_file_name , config . import_prefix ) ; <nl> + grpc : : string input_module_alias = <nl> + ModuleAlias ( input_type_file_name , config . import_prefix ) ; <nl> + imports_set . insert ( <nl> + std : : make_tuple ( input_module_name , input_module_alias ) ) ; <nl> + <nl> + grpc : : string output_type_file_name = method - > get_output_type_name ( ) ; <nl> + grpc : : string output_module_name = <nl> + ModuleName ( output_type_file_name , config . import_prefix ) ; <nl> + grpc : : string output_module_alias = <nl> + ModuleAlias ( output_type_file_name , config . import_prefix ) ; <nl> + imports_set . insert ( <nl> + std : : make_tuple ( output_module_name , output_module_alias ) ) ; <nl> } <nl> } <nl> + <nl> for ( StringPairSet : : iterator it = imports_set . begin ( ) ; <nl> it ! = imports_set . end ( ) ; + + it ) { <nl> - out - > Print ( " import $ ModuleName $ as $ ModuleAlias $ \ n " , " ModuleName " , <nl> - std : : get < 0 > ( * it ) , " ModuleAlias " , std : : get < 1 > ( * it ) ) ; <nl> + var [ " ModuleName " ] = std : : get < 0 > ( * it ) ; <nl> + var [ " ModuleAlias " ] = std : : get < 1 > ( * it ) ; <nl> + out - > Print ( var , " import $ ModuleName $ as $ ModuleAlias $ \ n " ) ; <nl> } <nl> } <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintGAServices ( ) { <nl> + bool PrivateGenerator : : PrintGAServices ( grpc_generator : : Printer * out ) { <nl> grpc : : string package = file - > package ( ) ; <nl> if ( ! package . empty ( ) ) { <nl> package = package . append ( " . " ) ; <nl> } <nl> for ( int i = 0 ; i < file - > service_count ( ) ; + + i ) { <nl> - const ServiceDescriptor * service = file - > service ( i ) ; <nl> + auto service = file - > service ( i ) ; <nl> grpc : : string package_qualified_service_name = package + service - > name ( ) ; <nl> - if ( ! ( PrintStub ( package_qualified_service_name , service ) & & <nl> - PrintServicer ( service ) & & <nl> - PrintAddServicerToServer ( package_qualified_service_name , service ) ) ) { <nl> + if ( ! ( PrintStub ( package_qualified_service_name , service . get ( ) , out ) & & <nl> + PrintServicer ( service . get ( ) , out ) & & <nl> + PrintAddServicerToServer ( package_qualified_service_name , <nl> + service . get ( ) , out ) ) ) { <nl> return false ; <nl> } <nl> } <nl> return true ; <nl> } <nl> <nl> - bool PrivateGenerator : : PrintBetaServices ( ) { <nl> + bool PrivateGenerator : : PrintBetaServices ( grpc_generator : : Printer * out ) { <nl> grpc : : string package = file - > package ( ) ; <nl> if ( ! package . empty ( ) ) { <nl> package = package . append ( " . " ) ; <nl> } <nl> for ( int i = 0 ; i < file - > service_count ( ) ; + + i ) { <nl> - const ServiceDescriptor * service = file - > service ( i ) ; <nl> + auto service = file - > service ( i ) ; <nl> grpc : : string package_qualified_service_name = package + service - > name ( ) ; <nl> - if ( ! ( PrintBetaServicer ( service ) & & PrintBetaStub ( service ) & & <nl> - PrintBetaServerFactory ( package_qualified_service_name , service ) & & <nl> - PrintBetaStubFactory ( package_qualified_service_name , service ) ) ) { <nl> + if ( ! ( PrintBetaServicer ( service . get ( ) , out ) & & <nl> + PrintBetaStub ( service . get ( ) , out ) & & <nl> + PrintBetaServerFactory ( package_qualified_service_name , service . get ( ) , <nl> + out ) & & <nl> + PrintBetaStubFactory ( package_qualified_service_name , service . get ( ) , <nl> + out ) ) ) { <nl> return false ; <nl> } <nl> } <nl> pair < bool , grpc : : string > PrivateGenerator : : GetGrpcServices ( ) { <nl> grpc : : string output ; <nl> { <nl> / / Scope the output stream so it closes and finalizes output to the string . <nl> - StringOutputStream output_stream ( & output ) ; <nl> - Printer out_printer ( & output_stream , ' $ ' ) ; <nl> - out = & out_printer ; <nl> - <nl> + auto out = file - > CreatePrinter ( & output ) ; <nl> if ( generate_in_pb2_grpc ) { <nl> out - > Print ( <nl> " # Generated by the gRPC Python protocol compiler plugin . " <nl> " DO NOT EDIT ! \ n " ) ; <nl> - if ( ! PrintPreamble ( ) ) { <nl> + if ( ! PrintPreamble ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> - if ( ! PrintGAServices ( ) ) { <nl> + if ( ! PrintGAServices ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> } else { <nl> out - > Print ( " try : \ n " ) ; <nl> { <nl> - IndentScope raii_dict_try_indent ( out ) ; <nl> + IndentScope raii_dict_try_indent ( out . get ( ) ) ; <nl> out - > Print ( <nl> " # THESE ELEMENTS WILL BE DEPRECATED . \ n " <nl> " # Please use the generated * _pb2_grpc . py files instead . \ n " ) ; <nl> - if ( ! PrintPreamble ( ) ) { <nl> + if ( ! PrintPreamble ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> - if ( ! PrintBetaPreamble ( ) ) { <nl> + if ( ! PrintBetaPreamble ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> - if ( ! PrintGAServices ( ) ) { <nl> + if ( ! PrintGAServices ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> - if ( ! PrintBetaServices ( ) ) { <nl> + if ( ! PrintBetaServices ( out . get ( ) ) ) { <nl> return make_pair ( false , " " ) ; <nl> } <nl> } <nl> out - > Print ( " except ImportError : \ n " ) ; <nl> { <nl> - IndentScope raii_dict_except_indent ( out ) ; <nl> + IndentScope raii_dict_except_indent ( out . get ( ) ) ; <nl> out - > Print ( " pass " ) ; <nl> } <nl> } <nl> bool PythonGrpcGenerator : : Generate ( const FileDescriptor * file , <nl> * error = " Invalid proto file name . Proto file must end with . proto " ; <nl> return false ; <nl> } <nl> + generator_file_name = file - > name ( ) ; <nl> <nl> - PrivateGenerator generator ( config_ , file ) ; <nl> + ProtoBufFile pbfile ( file ) ; <nl> + PrivateGenerator generator ( config_ , & pbfile ) ; <nl> if ( parameter = = " grpc_2_0 " ) { <nl> return GenerateGrpc ( context , generator , pb2_grpc_file_name , true ) ; <nl> } else if ( parameter = = " " ) { <nl> mmm a / src / compiler / python_generator . h <nl> ppp b / src / compiler / python_generator . h <nl> <nl> # include < utility > <nl> <nl> # include " src / compiler / config . h " <nl> + # include " src / compiler / schema_interface . h " <nl> <nl> namespace grpc_python_generator { <nl> <nl> new file mode 100644 <nl> index 00000000000 . . 9fca711c183 <nl> mmm / dev / null <nl> ppp b / src / compiler / python_generator_helpers . h <nl> <nl> + / * <nl> + * <nl> + * Copyright 2015 , Google Inc . <nl> + * All rights reserved . <nl> + * <nl> + * Redistribution and use in source and binary forms , with or without <nl> + * modification , are permitted provided that the following conditions are <nl> + * met : <nl> + * <nl> + * * Redistributions of source code must retain the above copyright <nl> + * notice , this list of conditions and the following disclaimer . <nl> + * * Redistributions in binary form must reproduce the above <nl> + * copyright notice , this list of conditions and the following disclaimer <nl> + * in the documentation and / or other materials provided with the <nl> + * distribution . <nl> + * * Neither the name of Google Inc . nor the names of its <nl> + * contributors may be used to endorse or promote products derived from <nl> + * this software without specific prior written permission . <nl> + * <nl> + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <nl> + * " AS IS " AND ANY EXPRESS OR IMPLIED WARRANTIES , INCLUDING , BUT NOT <nl> + * LIMITED TO , THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR <nl> + * A PARTICULAR PURPOSE ARE DISCLAIMED . IN NO EVENT SHALL THE COPYRIGHT <nl> + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT , INCIDENTAL , <nl> + * SPECIAL , EXEMPLARY , OR CONSEQUENTIAL DAMAGES ( INCLUDING , BUT NOT <nl> + * LIMITED TO , PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; LOSS OF USE , <nl> + * DATA , OR PROFITS ; OR BUSINESS INTERRUPTION ) HOWEVER CAUSED AND ON ANY <nl> + * THEORY OF LIABILITY , WHETHER IN CONTRACT , STRICT LIABILITY , OR TORT <nl> + * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE <nl> + * OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE . <nl> + * <nl> + * / <nl> + <nl> + # ifndef GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H <nl> + # define GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H <nl> + <nl> + # include < cstring > <nl> + # include < fstream > <nl> + # include < iostream > <nl> + # include < vector > <nl> + <nl> + # include " src / compiler / config . h " <nl> + # include " src / compiler / generator_helpers . h " <nl> + # include " src / compiler / python_generator . h " <nl> + # include " src / compiler / python_private_generator . h " <nl> + <nl> + using std : : vector ; <nl> + using grpc_generator : : StringReplace ; <nl> + using grpc_generator : : StripProto ; <nl> + using grpc : : protobuf : : Descriptor ; <nl> + using grpc : : protobuf : : FileDescriptor ; <nl> + using grpc : : protobuf : : MethodDescriptor ; <nl> + using grpc : : protobuf : : ServiceDescriptor ; <nl> + using grpc : : protobuf : : compiler : : GeneratorContext ; <nl> + using grpc : : protobuf : : io : : CodedOutputStream ; <nl> + using grpc : : protobuf : : io : : Printer ; <nl> + using grpc : : protobuf : : io : : StringOutputStream ; <nl> + using grpc : : protobuf : : io : : ZeroCopyOutputStream ; <nl> + <nl> + namespace grpc_python_generator { <nl> + <nl> + namespace { <nl> + <nl> + typedef vector < const Descriptor * > DescriptorVector ; <nl> + typedef vector < grpc : : string > StringVector ; <nl> + <nl> + / / TODO ( https : / / github . com / google / protobuf / issues / 888 ) : <nl> + / / Export ` ModuleName ` from protobuf ' s <nl> + / / ` src / google / protobuf / compiler / python / python_generator . cc ` file . <nl> + grpc : : string ModuleName ( const grpc : : string & filename , <nl> + const grpc : : string & import_prefix ) { <nl> + grpc : : string basename = StripProto ( filename ) ; <nl> + basename = StringReplace ( basename , " - " , " _ " ) ; <nl> + basename = StringReplace ( basename , " / " , " . " ) ; <nl> + return import_prefix + basename + " _pb2 " ; <nl> + } <nl> + <nl> + / / TODO ( https : / / github . com / google / protobuf / issues / 888 ) : <nl> + / / Export ` ModuleAlias ` from protobuf ' s <nl> + / / ` src / google / protobuf / compiler / python / python_generator . cc ` file . <nl> + grpc : : string ModuleAlias ( const grpc : : string & filename , <nl> + const grpc : : string & import_prefix ) { <nl> + grpc : : string module_name = ModuleName ( filename , import_prefix ) ; <nl> + / / We can ' t have dots in the module name , so we replace each with _dot_ . <nl> + / / But that could lead to a collision between a . b and a_dot_b , so we also <nl> + / / duplicate each underscore . <nl> + module_name = StringReplace ( module_name , " _ " , " __ " ) ; <nl> + module_name = StringReplace ( module_name , " . " , " _dot_ " ) ; <nl> + return module_name ; <nl> + } <nl> + <nl> + bool GetModuleAndMessagePath ( const Descriptor * type , grpc : : string * out , <nl> + grpc : : string generator_file_name , <nl> + bool generate_in_pb2_grpc , <nl> + grpc : : string & import_prefix ) { <nl> + const Descriptor * path_elem_type = type ; <nl> + DescriptorVector message_path ; <nl> + do { <nl> + message_path . push_back ( path_elem_type ) ; <nl> + path_elem_type = path_elem_type - > containing_type ( ) ; <nl> + } while ( path_elem_type ) ; / / implicit nullptr comparison ; don ' t be explicit <nl> + grpc : : string file_name = type - > file ( ) - > name ( ) ; <nl> + static const int proto_suffix_length = strlen ( " . proto " ) ; <nl> + if ( ! ( file_name . size ( ) > static_cast < size_t > ( proto_suffix_length ) & & <nl> + file_name . find_last_of ( " . proto " ) = = file_name . size ( ) - 1 ) ) { <nl> + return false ; <nl> + } <nl> + <nl> + grpc : : string module ; <nl> + if ( generator_file_name ! = file_name | | generate_in_pb2_grpc ) { <nl> + module = ModuleAlias ( file_name , import_prefix ) + " . " ; <nl> + } else { <nl> + module = " " ; <nl> + } <nl> + grpc : : string message_type ; <nl> + for ( DescriptorVector : : reverse_iterator path_iter = message_path . rbegin ( ) ; <nl> + path_iter ! = message_path . rend ( ) ; + + path_iter ) { <nl> + message_type + = ( * path_iter ) - > name ( ) + " . " ; <nl> + } <nl> + / / no pop_back prior to C + + 11 <nl> + message_type . resize ( message_type . size ( ) - 1 ) ; <nl> + * out = module + message_type ; <nl> + return true ; <nl> + } <nl> + <nl> + template < typename DescriptorType > <nl> + StringVector get_all_comments ( const DescriptorType * descriptor ) { <nl> + StringVector comments ; <nl> + grpc_generator : : GetComment ( <nl> + descriptor , grpc_generator : : COMMENTTYPE_LEADING_DETACHED , & comments ) ; <nl> + grpc_generator : : GetComment ( descriptor , grpc_generator : : COMMENTTYPE_LEADING , <nl> + & comments ) ; <nl> + grpc_generator : : GetComment ( descriptor , grpc_generator : : COMMENTTYPE_TRAILING , <nl> + & comments ) ; <nl> + return comments ; <nl> + } <nl> + <nl> + } / / namespace <nl> + <nl> + } / / namespace grpc_python_generator <nl> + <nl> + # endif / / GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H <nl> mmm a / src / compiler / python_plugin . cc <nl> ppp b / src / compiler / python_plugin . cc <nl> <nl> / / Generates a Python gRPC service interface out of Protobuf IDL . <nl> <nl> # include " src / compiler / config . h " <nl> + # include " src / compiler / protobuf_plugin . h " <nl> # include " src / compiler / python_generator . h " <nl> <nl> int main ( int argc , char * argv [ ] ) { <nl> new file mode 100644 <nl> index 00000000000 . . d20ff51b204 <nl> mmm / dev / null <nl> ppp b / src / compiler / python_private_generator . h <nl> <nl> + / * <nl> + * <nl> + * Copyright 2015 , Google Inc . <nl> + * All rights reserved . <nl> + * <nl> + * Redistribution and use in source and binary forms , with or without <nl> + * modification , are permitted provided that the following conditions are <nl> + * met : <nl> + * <nl> + * * Redistributions of source code must retain the above copyright <nl> + * notice , this list of conditions and the following disclaimer . <nl> + * * Redistributions in binary form must reproduce the above <nl> + * copyright notice , this list of conditions and the following disclaimer <nl> + * in the documentation and / or other materials provided with the <nl> + * distribution . <nl> + * * Neither the name of Google Inc . nor the names of its <nl> + * contributors may be used to endorse or promote products derived from <nl> + * this software without specific prior written permission . <nl> + * <nl> + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <nl> + * " AS IS " AND ANY EXPRESS OR IMPLIED WARRANTIES , INCLUDING , BUT NOT <nl> + * LIMITED TO , THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR <nl> + * A PARTICULAR PURPOSE ARE DISCLAIMED . IN NO EVENT SHALL THE COPYRIGHT <nl> + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT , INCIDENTAL , <nl> + * SPECIAL , EXEMPLARY , OR CONSEQUENTIAL DAMAGES ( INCLUDING , BUT NOT <nl> + * LIMITED TO , PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; LOSS OF USE , <nl> + * DATA , OR PROFITS ; OR BUSINESS INTERRUPTION ) HOWEVER CAUSED AND ON ANY <nl> + * THEORY OF LIABILITY , WHETHER IN CONTRACT , STRICT LIABILITY , OR TORT <nl> + * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE <nl> + * OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE . <nl> + * <nl> + * / <nl> + <nl> + # ifndef GRPC_INTERNAL_COMPILER_PYTHON_PRIVATE_GENERATOR_H <nl> + # define GRPC_INTERNAL_COMPILER_PYTHON_PRIVATE_GENERATOR_H <nl> + <nl> + # include < iostream > <nl> + # include < vector > <nl> + <nl> + # include " src / compiler / python_generator . h " <nl> + # include " src / compiler / schema_interface . h " <nl> + <nl> + namespace grpc_python_generator { <nl> + <nl> + namespace { <nl> + <nl> + / / Tucks all generator state in an anonymous namespace away from <nl> + / / PythonGrpcGenerator and the header file , mostly to encourage future changes <nl> + / / to not require updates to the grpcio - tools C + + code part . Assumes that it is <nl> + / / only ever used from a single thread . <nl> + struct PrivateGenerator { <nl> + const GeneratorConfiguration & config ; <nl> + const grpc_generator : : File * file ; <nl> + <nl> + bool generate_in_pb2_grpc ; <nl> + <nl> + PrivateGenerator ( const GeneratorConfiguration & config , <nl> + const grpc_generator : : File * file ) ; <nl> + <nl> + std : : pair < bool , grpc : : string > GetGrpcServices ( ) ; <nl> + <nl> + private : <nl> + bool PrintPreamble ( grpc_generator : : Printer * out ) ; <nl> + bool PrintBetaPreamble ( grpc_generator : : Printer * out ) ; <nl> + bool PrintGAServices ( grpc_generator : : Printer * out ) ; <nl> + bool PrintBetaServices ( grpc_generator : : Printer * out ) ; <nl> + <nl> + bool PrintAddServicerToServer ( <nl> + const grpc : : string & package_qualified_service_name , <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) ; <nl> + bool PrintServicer ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) ; <nl> + bool PrintStub ( const grpc : : string & package_qualified_service_name , <nl> + const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) ; <nl> + <nl> + bool PrintBetaServicer ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) ; <nl> + bool PrintBetaServerFactory ( <nl> + const grpc : : string & package_qualified_service_name , <nl> + const grpc_generator : : Service * service , grpc_generator : : Printer * out ) ; <nl> + bool PrintBetaStub ( const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) ; <nl> + bool PrintBetaStubFactory ( const grpc : : string & package_qualified_service_name , <nl> + const grpc_generator : : Service * service , <nl> + grpc_generator : : Printer * out ) ; <nl> + <nl> + / / Get all comments ( leading , leading_detached , trailing ) and print them as a <nl> + / / docstring . Any leading space of a line will be removed , but the line <nl> + / / wrapping will not be changed . <nl> + void PrintAllComments ( std : : vector < grpc : : string > comments , <nl> + grpc_generator : : Printer * out ) ; <nl> + } ; <nl> + <nl> + } / / namespace <nl> + <nl> + } / / namespace grpc_python_generator <nl> + <nl> + # endif / / GRPC_INTERNAL_COMPILER_PYTHON_PRIVATE_GENERATOR_H <nl> new file mode 100644 <nl> index 00000000000 . . 25bbdb51420 <nl> mmm / dev / null <nl> ppp b / src / compiler / schema_interface . h <nl> <nl> + / * <nl> + * <nl> + * Copyright 2015 , Google Inc . <nl> + * All rights reserved . <nl> + * <nl> + * Redistribution and use in source and binary forms , with or without <nl> + * modification , are permitted provided that the following conditions are <nl> + * met : <nl> + * <nl> + * * Redistributions of source code must retain the above copyright <nl> + * notice , this list of conditions and the following disclaimer . <nl> + * * Redistributions in binary form must reproduce the above <nl> + * copyright notice , this list of conditions and the following disclaimer <nl> + * in the documentation and / or other materials provided with the <nl> + * distribution . <nl> + * * Neither the name of Google Inc . nor the names of its <nl> + * contributors may be used to endorse or promote products derived from <nl> + * this software without specific prior written permission . <nl> + * <nl> + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS <nl> + * " AS IS " AND ANY EXPRESS OR IMPLIED WARRANTIES , INCLUDING , BUT NOT <nl> + * LIMITED TO , THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR <nl> + * A PARTICULAR PURPOSE ARE DISCLAIMED . IN NO EVENT SHALL THE COPYRIGHT <nl> + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT , INDIRECT , INCIDENTAL , <nl> + * SPECIAL , EXEMPLARY , OR CONSEQUENTIAL DAMAGES ( INCLUDING , BUT NOT <nl> + * LIMITED TO , PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES ; LOSS OF USE , <nl> + * DATA , OR PROFITS ; OR BUSINESS INTERRUPTION ) HOWEVER CAUSED AND ON ANY <nl> + * THEORY OF LIABILITY , WHETHER IN CONTRACT , STRICT LIABILITY , OR TORT <nl> + * ( INCLUDING NEGLIGENCE OR OTHERWISE ) ARISING IN ANY WAY OUT OF THE USE <nl> + * OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE . <nl> + * <nl> + * / <nl> + <nl> + # ifndef GRPC_INTERNAL_COMPILER_SCHEMA_INTERFACE_H <nl> + # define GRPC_INTERNAL_COMPILER_SCHEMA_INTERFACE_H <nl> + <nl> + # include " src / compiler / config . h " <nl> + <nl> + # include < memory > <nl> + # include < vector > <nl> + <nl> + # ifndef GRPC_CUSTOM_STRING <nl> + # include < string > <nl> + # define GRPC_CUSTOM_STRING std : : string <nl> + # endif <nl> + <nl> + namespace grpc { <nl> + <nl> + typedef GRPC_CUSTOM_STRING string ; <nl> + <nl> + } / / namespace grpc <nl> + <nl> + namespace grpc_generator { <nl> + <nl> + / / A common interface for objects having comments in the source . <nl> + / / Return formatted comments to be inserted in generated code . <nl> + struct CommentHolder { <nl> + virtual ~ CommentHolder ( ) { } <nl> + virtual grpc : : string GetLeadingComments ( const grpc : : string prefix ) const = 0 ; <nl> + virtual grpc : : string GetTrailingComments ( const grpc : : string prefix ) const = 0 ; <nl> + virtual std : : vector < grpc : : string > GetAllComments ( ) const = 0 ; <nl> + } ; <nl> + <nl> + / / An abstract interface representing a method . <nl> + struct Method : public CommentHolder { <nl> + virtual ~ Method ( ) { } <nl> + <nl> + virtual grpc : : string name ( ) const = 0 ; <nl> + <nl> + virtual grpc : : string input_type_name ( ) const = 0 ; <nl> + virtual grpc : : string output_type_name ( ) const = 0 ; <nl> + <nl> + virtual bool get_module_and_message_path_input ( <nl> + grpc : : string * str , grpc : : string generator_file_name , <nl> + bool generate_in_pb2_grpc , grpc : : string import_prefix ) const = 0 ; <nl> + virtual bool get_module_and_message_path_output ( <nl> + grpc : : string * str , grpc : : string generator_file_name , <nl> + bool generate_in_pb2_grpc , grpc : : string import_prefix ) const = 0 ; <nl> + <nl> + virtual grpc : : string get_input_type_name ( ) const = 0 ; <nl> + virtual grpc : : string get_output_type_name ( ) const = 0 ; <nl> + virtual bool NoStreaming ( ) const = 0 ; <nl> + virtual bool ClientStreaming ( ) const = 0 ; <nl> + virtual bool ServerStreaming ( ) const = 0 ; <nl> + virtual bool BidiStreaming ( ) const = 0 ; <nl> + } ; <nl> + <nl> + / / An abstract interface representing a service . <nl> + struct Service : public CommentHolder { <nl> + virtual ~ Service ( ) { } <nl> + <nl> + virtual grpc : : string name ( ) const = 0 ; <nl> + <nl> + virtual int method_count ( ) const = 0 ; <nl> + virtual std : : unique_ptr < const Method > method ( int i ) const = 0 ; <nl> + } ; <nl> + <nl> + struct Printer { <nl> + virtual ~ Printer ( ) { } <nl> + <nl> + virtual void Print ( const std : : map < grpc : : string , grpc : : string > & vars , <nl> + const char * template_string ) = 0 ; <nl> + virtual void Print ( const char * string ) = 0 ; <nl> + virtual void Indent ( ) = 0 ; <nl> + virtual void Outdent ( ) = 0 ; <nl> + } ; <nl> + <nl> + / / An interface that allows the source generated to be output using various <nl> + / / libraries / idls / serializers . <nl> + struct File : public CommentHolder { <nl> + virtual ~ File ( ) { } <nl> + <nl> + virtual grpc : : string filename ( ) const = 0 ; <nl> + virtual grpc : : string filename_without_ext ( ) const = 0 ; <nl> + virtual grpc : : string package ( ) const = 0 ; <nl> + virtual std : : vector < grpc : : string > package_parts ( ) const = 0 ; <nl> + virtual grpc : : string additional_headers ( ) const = 0 ; <nl> + <nl> + virtual int service_count ( ) const = 0 ; <nl> + virtual std : : unique_ptr < const Service > service ( int i ) const = 0 ; <nl> + <nl> + virtual std : : unique_ptr < Printer > CreatePrinter ( grpc : : string * str ) const = 0 ; <nl> + } ; <nl> + } / / namespace grpc_generator <nl> + <nl> + # endif / / GRPC_INTERNAL_COMPILER_SCHEMA_INTERFACE_H <nl> mmm a / src / core / ext / census / gen / trace_context . pb . h <nl> ppp b / src / core / ext / census / gen / trace_context . pb . h <nl> extern const pb_field_t google_trace_TraceContext_fields [ 5 ] ; <nl> # endif <nl> / * @ @ protoc_insertion_point ( eof ) * / <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_GEN_TRACE_CONTEXT_PB_H * / <nl> mmm a / src / core / ext / census / grpc_filter . c <nl> ppp b / src / core / ext / census / grpc_filter . c <nl> static void extract_and_annotate_method_tag ( grpc_metadata_batch * md , <nl> } <nl> <nl> static void client_mutate_op ( grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> channel_data * chand = elem - > channel_data ; <nl> if ( op - > send_initial_metadata ) { <nl> - extract_and_annotate_method_tag ( op - > send_initial_metadata , calld , chand ) ; <nl> + extract_and_annotate_method_tag ( <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , calld , chand ) ; <nl> } <nl> } <nl> <nl> static void client_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> client_mutate_op ( elem , op ) ; <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> } <nl> static void server_on_done_recv ( grpc_exec_ctx * exec_ctx , void * ptr , <nl> } <nl> <nl> static void server_mutate_op ( grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> if ( op - > recv_initial_metadata ) { <nl> / * substitute our callback for the op callback * / <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> - calld - > on_done_recv = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > finish_recv ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> + calld - > on_done_recv = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > finish_recv ; <nl> } <nl> } <nl> <nl> static void server_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> / * TODO ( ctiller ) : this code fails . I don ' t know why . I expect it ' s <nl> incomplete , and someone should look at it soon . <nl> <nl> mmm a / src / core / ext / census / grpc_plugin . c <nl> ppp b / src / core / ext / census / grpc_plugin . c <nl> static bool is_census_enabled ( const grpc_channel_args * a ) { <nl> return a - > args [ i ] . value . integer ! = 0 & & census_enabled ( ) ; <nl> } <nl> } <nl> - return census_enabled ( ) ; <nl> + return census_enabled ( ) & & ! grpc_channel_args_want_minimal_stack ( a ) ; <nl> } <nl> <nl> static bool maybe_add_census_filter ( grpc_exec_ctx * exec_ctx , <nl> mmm a / src / core / ext / census / trace_label . h <nl> ppp b / src / core / ext / census / trace_label . h <nl> typedef struct trace_label { <nl> } value ; <nl> } trace_label ; <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_TRACE_LABEL_H * / <nl> mmm a / src / core / ext / census / trace_propagation . h <nl> ppp b / src / core / ext / census / trace_propagation . h <nl> size_t trace_span_context_to_http_format ( const trace_span_context * ctxt , <nl> size_t http_format_to_trace_span_context ( const char * buf , size_t buf_size , <nl> trace_span_context * ctxt ) ; <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_TRACE_PROPAGATION_H * / <nl> mmm a / src / core / ext / census / trace_status . h <nl> ppp b / src / core / ext / census / trace_status . h <nl> typedef struct trace_status { <nl> trace_string errorMessage ; <nl> } trace_status ; <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_TRACE_STATUS_H * / <nl> mmm a / src / core / ext / census / trace_string . h <nl> ppp b / src / core / ext / census / trace_string . h <nl> typedef struct trace_string { <nl> size_t length ; <nl> } trace_string ; <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_TRACE_STRING_H * / <nl> mmm a / src / core / ext / census / tracing . h <nl> ppp b / src / core / ext / census / tracing . h <nl> free to ignore all further calls using the Span . EndSpanOptions can <nl> optionally be NULL . * / <nl> void trace_end_span ( const trace_status * status , trace_span_context * span_ctxt ) ; <nl> <nl> - # endif <nl> + # endif / * GRPC_CORE_EXT_CENSUS_TRACING_H * / <nl> similarity index 100 % <nl> rename from src / core / ext / client_channel / README . md <nl> rename to src / core / ext / filters / client_channel / README . md <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / channel_connectivity . c <nl> rename to src / core / ext / filters / client_channel / channel_connectivity . c <nl> mmm a / src / core / ext / client_channel / channel_connectivity . c <nl> ppp b / src / core / ext / filters / client_channel / channel_connectivity . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / log . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / lib / iomgr / timer . h " <nl> # include " src / core / lib / surface / api_trace . h " <nl> # include " src / core / lib / surface / completion_queue . h " <nl> similarity index 93 % <nl> rename from src / core / ext / client_channel / client_channel . c <nl> rename to src / core / ext / filters / client_channel / client_channel . c <nl> mmm a / src / core / ext / client_channel / client_channel . c <nl> ppp b / src / core / ext / filters / client_channel / client_channel . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> <nl> # include < stdbool . h > <nl> # include < stdio . h > <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / useful . h > <nl> <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / proxy_mapper_registry . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> - # include " src / core / ext / client_channel / retry_throttle . h " <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / retry_throttle . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / deadline_filter . h " <nl> static void on_resolver_result_changed_locked ( grpc_exec_ctx * exec_ctx , <nl> static void start_transport_op_locked ( grpc_exec_ctx * exec_ctx , void * arg , <nl> grpc_error * error_ignored ) { <nl> grpc_transport_op * op = arg ; <nl> - grpc_channel_element * elem = op - > transport_private . args [ 0 ] ; <nl> + grpc_channel_element * elem = op - > handler_private . extra_arg ; <nl> channel_data * chand = elem - > channel_data ; <nl> <nl> if ( op - > on_connectivity_state_change ! = NULL ) { <nl> static void cc_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> op - > bind_pollset ) ; <nl> } <nl> <nl> - op - > transport_private . args [ 0 ] = elem ; <nl> + op - > handler_private . extra_arg = elem ; <nl> GRPC_CHANNEL_STACK_REF ( chand - > owning_stack , " start_transport_op " ) ; <nl> grpc_closure_sched ( <nl> - exec_ctx , grpc_closure_init ( <nl> - & op - > transport_private . closure , start_transport_op_locked , <nl> - op , grpc_combiner_scheduler ( chand - > combiner , false ) ) , <nl> + exec_ctx , <nl> + grpc_closure_init ( & op - > handler_private . closure , start_transport_op_locked , <nl> + op , grpc_combiner_scheduler ( chand - > combiner , false ) ) , <nl> GRPC_ERROR_NONE ) ; <nl> } <nl> <nl> typedef struct client_channel_call_data { <nl> grpc_connected_subchannel * connected_subchannel ; <nl> grpc_polling_entity * pollent ; <nl> <nl> - grpc_transport_stream_op * * waiting_ops ; <nl> + grpc_transport_stream_op_batch * * waiting_ops ; <nl> size_t waiting_ops_count ; <nl> size_t waiting_ops_capacity ; <nl> <nl> grpc_subchannel_call * grpc_client_channel_get_subchannel_call ( <nl> return scc = = CANCELLED_CALL ? NULL : scc ; <nl> } <nl> <nl> - static void add_waiting_locked ( call_data * calld , grpc_transport_stream_op * op ) { <nl> + static void add_waiting_locked ( call_data * calld , <nl> + grpc_transport_stream_op_batch * op ) { <nl> GPR_TIMER_BEGIN ( " add_waiting_locked " , 0 ) ; <nl> if ( calld - > waiting_ops_count = = calld - > waiting_ops_capacity ) { <nl> calld - > waiting_ops_capacity = GPR_MAX ( 3 , 2 * calld - > waiting_ops_capacity ) ; <nl> static void fail_locked ( grpc_exec_ctx * exec_ctx , call_data * calld , <nl> grpc_error * error ) { <nl> size_t i ; <nl> for ( i = 0 ; i < calld - > waiting_ops_count ; i + + ) { <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , calld - > waiting_ops [ i ] , GRPC_ERROR_REF ( error ) ) ; <nl> } <nl> calld - > waiting_ops_count = 0 ; <nl> static void retry_waiting_locked ( grpc_exec_ctx * exec_ctx , call_data * calld ) { <nl> } <nl> <nl> grpc_subchannel_call * call = GET_CALL ( calld ) ; <nl> - grpc_transport_stream_op * * ops = calld - > waiting_ops ; <nl> + grpc_transport_stream_op_batch * * ops = calld - > waiting_ops ; <nl> size_t nops = calld - > waiting_ops_count ; <nl> if ( call = = CANCELLED_CALL ) { <nl> fail_locked ( exec_ctx , calld , GRPC_ERROR_CANCELLED ) ; <nl> static bool pick_subchannel_locked ( <nl> return false ; <nl> } <nl> <nl> - static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> - grpc_transport_stream_op * op , <nl> - grpc_call_element * elem ) { <nl> + static void start_transport_stream_op_batch_locked_inner ( <nl> + grpc_exec_ctx * exec_ctx , grpc_transport_stream_op_batch * op , <nl> + grpc_call_element * elem ) { <nl> channel_data * chand = elem - > channel_data ; <nl> call_data * calld = elem - > call_data ; <nl> grpc_subchannel_call * call ; <nl> static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> / * need to recheck that another thread hasn ' t set the call * / <nl> call = GET_CALL ( calld ) ; <nl> if ( call = = CANCELLED_CALL ) { <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , op , GRPC_ERROR_REF ( calld - > cancel_error ) ) ; <nl> / * early out * / <nl> return ; <nl> static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> return ; <nl> } <nl> / * if this is a cancellation , then we can raise our cancelled flag * / <nl> - if ( op - > cancel_error ! = GRPC_ERROR_NONE ) { <nl> + if ( op - > cancel_stream ) { <nl> if ( ! gpr_atm_rel_cas ( & calld - > subchannel_call , 0 , <nl> ( gpr_atm ) ( uintptr_t ) CANCELLED_CALL ) ) { <nl> / * recurse to retry * / <nl> - start_transport_stream_op_locked_inner ( exec_ctx , op , elem ) ; <nl> + start_transport_stream_op_batch_locked_inner ( exec_ctx , op , elem ) ; <nl> / * early out * / <nl> return ; <nl> } else { <nl> static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> cancelled before any ops are passed down ( e . g . , if the deadline <nl> is in the past when the call starts ) , we can return the right <nl> error to the caller when the first op does get passed down . * / <nl> - calld - > cancel_error = GRPC_ERROR_REF ( op - > cancel_error ) ; <nl> + calld - > cancel_error = <nl> + GRPC_ERROR_REF ( op - > payload - > cancel_stream . cancel_error ) ; <nl> switch ( calld - > creation_phase ) { <nl> case GRPC_SUBCHANNEL_CALL_HOLDER_NOT_CREATING : <nl> - fail_locked ( exec_ctx , calld , GRPC_ERROR_REF ( op - > cancel_error ) ) ; <nl> + fail_locked ( exec_ctx , calld , <nl> + GRPC_ERROR_REF ( op - > payload - > cancel_stream . cancel_error ) ) ; <nl> break ; <nl> case GRPC_SUBCHANNEL_CALL_HOLDER_PICKING_SUBCHANNEL : <nl> - pick_subchannel_locked ( exec_ctx , elem , NULL , 0 , <nl> - & calld - > connected_subchannel , NULL , <nl> - GRPC_ERROR_REF ( op - > cancel_error ) ) ; <nl> + pick_subchannel_locked ( <nl> + exec_ctx , elem , NULL , 0 , & calld - > connected_subchannel , NULL , <nl> + GRPC_ERROR_REF ( op - > payload - > cancel_stream . cancel_error ) ) ; <nl> break ; <nl> } <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> - exec_ctx , op , GRPC_ERROR_REF ( op - > cancel_error ) ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> + exec_ctx , op , <nl> + GRPC_ERROR_REF ( op - > payload - > cancel_stream . cancel_error ) ) ; <nl> / * early out * / <nl> return ; <nl> } <nl> } <nl> / * if we don ' t have a subchannel , try to get one * / <nl> if ( calld - > creation_phase = = GRPC_SUBCHANNEL_CALL_HOLDER_NOT_CREATING & & <nl> - calld - > connected_subchannel = = NULL & & <nl> - op - > send_initial_metadata ! = NULL ) { <nl> + calld - > connected_subchannel = = NULL & & op - > send_initial_metadata ) { <nl> calld - > creation_phase = GRPC_SUBCHANNEL_CALL_HOLDER_PICKING_SUBCHANNEL ; <nl> grpc_closure_init ( & calld - > next_step , subchannel_ready_locked , elem , <nl> grpc_combiner_scheduler ( chand - > combiner , true ) ) ; <nl> static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> / * If a subchannel is not available immediately , the polling entity from <nl> call_data should be provided to channel_data ' s interested_parties , so <nl> that IO of the lb_policy and resolver could be done under it . * / <nl> - if ( pick_subchannel_locked ( exec_ctx , elem , op - > send_initial_metadata , <nl> - op - > send_initial_metadata_flags , <nl> - & calld - > connected_subchannel , & calld - > next_step , <nl> - GRPC_ERROR_NONE ) ) { <nl> + if ( pick_subchannel_locked ( <nl> + exec_ctx , elem , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata_flags , <nl> + & calld - > connected_subchannel , & calld - > next_step , GRPC_ERROR_NONE ) ) { <nl> calld - > creation_phase = GRPC_SUBCHANNEL_CALL_HOLDER_NOT_CREATING ; <nl> GRPC_CALL_STACK_UNREF ( exec_ctx , calld - > owning_call , " pick_subchannel " ) ; <nl> } else { <nl> static void start_transport_stream_op_locked_inner ( grpc_exec_ctx * exec_ctx , <nl> if ( error ! = GRPC_ERROR_NONE ) { <nl> subchannel_call = CANCELLED_CALL ; <nl> fail_locked ( exec_ctx , calld , GRPC_ERROR_REF ( error ) ) ; <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> } <nl> gpr_atm_rel_store ( & calld - > subchannel_call , <nl> ( gpr_atm ) ( uintptr_t ) subchannel_call ) ; <nl> retry_waiting_locked ( exec_ctx , calld ) ; <nl> / * recurse to retry * / <nl> - start_transport_stream_op_locked_inner ( exec_ctx , op , elem ) ; <nl> + start_transport_stream_op_batch_locked_inner ( exec_ctx , op , elem ) ; <nl> / * early out * / <nl> return ; <nl> } <nl> static void on_complete ( grpc_exec_ctx * exec_ctx , void * arg , grpc_error * error ) { <nl> GRPC_ERROR_REF ( error ) ) ; <nl> } <nl> <nl> - static void start_transport_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * arg , <nl> - grpc_error * error_ignored ) { <nl> - GPR_TIMER_BEGIN ( " start_transport_stream_op_locked " , 0 ) ; <nl> + static void start_transport_stream_op_batch_locked ( grpc_exec_ctx * exec_ctx , <nl> + void * arg , <nl> + grpc_error * error_ignored ) { <nl> + GPR_TIMER_BEGIN ( " start_transport_stream_op_batch_locked " , 0 ) ; <nl> <nl> - grpc_transport_stream_op * op = arg ; <nl> - grpc_call_element * elem = op - > handler_private . args [ 0 ] ; <nl> + grpc_transport_stream_op_batch * op = arg ; <nl> + grpc_call_element * elem = op - > handler_private . extra_arg ; <nl> call_data * calld = elem - > call_data ; <nl> <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> GPR_ASSERT ( op - > on_complete ! = NULL ) ; <nl> calld - > original_on_complete = op - > on_complete ; <nl> grpc_closure_init ( & calld - > on_complete , on_complete , elem , <nl> static void start_transport_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * arg , <nl> op - > on_complete = & calld - > on_complete ; <nl> } <nl> <nl> - start_transport_stream_op_locked_inner ( exec_ctx , op , elem ) ; <nl> + start_transport_stream_op_batch_locked_inner ( exec_ctx , op , elem ) ; <nl> <nl> GRPC_CALL_STACK_UNREF ( exec_ctx , calld - > owning_call , <nl> - " start_transport_stream_op " ) ; <nl> - GPR_TIMER_END ( " start_transport_stream_op_locked " , 0 ) ; <nl> + " start_transport_stream_op_batch " ) ; <nl> + GPR_TIMER_END ( " start_transport_stream_op_batch_locked " , 0 ) ; <nl> } <nl> <nl> / * The logic here is fairly complicated , due to ( a ) the fact that we <nl> static void start_transport_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * arg , <nl> We use double - checked locking to initially see if initialization has been <nl> performed . If it has not , we acquire the combiner and perform initialization . <nl> If it has , we proceed on the fast path . * / <nl> - static void cc_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void cc_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> channel_data * chand = elem - > channel_data ; <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> - grpc_deadline_state_client_start_transport_stream_op ( exec_ctx , elem , op ) ; <nl> + grpc_deadline_state_client_start_transport_stream_op_batch ( exec_ctx , elem , <nl> + op ) ; <nl> / * try to ( atomically ) get the call * / <nl> grpc_subchannel_call * call = GET_CALL ( calld ) ; <nl> - GPR_TIMER_BEGIN ( " cc_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_BEGIN ( " cc_start_transport_stream_op_batch " , 0 ) ; <nl> if ( call = = CANCELLED_CALL ) { <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , op , GRPC_ERROR_REF ( calld - > cancel_error ) ) ; <nl> - GPR_TIMER_END ( " cc_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_END ( " cc_start_transport_stream_op_batch " , 0 ) ; <nl> / * early out * / <nl> return ; <nl> } <nl> if ( call ! = NULL ) { <nl> grpc_subchannel_call_process_op ( exec_ctx , call , op ) ; <nl> - GPR_TIMER_END ( " cc_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_END ( " cc_start_transport_stream_op_batch " , 0 ) ; <nl> / * early out * / <nl> return ; <nl> } <nl> / * we failed ; lock and figure out what to do * / <nl> - GRPC_CALL_STACK_REF ( calld - > owning_call , " start_transport_stream_op " ) ; <nl> - op - > handler_private . args [ 0 ] = elem ; <nl> + GRPC_CALL_STACK_REF ( calld - > owning_call , " start_transport_stream_op_batch " ) ; <nl> + op - > handler_private . extra_arg = elem ; <nl> grpc_closure_sched ( <nl> exec_ctx , <nl> grpc_closure_init ( & op - > handler_private . closure , <nl> - start_transport_stream_op_locked , op , <nl> + start_transport_stream_op_batch_locked , op , <nl> grpc_combiner_scheduler ( chand - > combiner , false ) ) , <nl> GRPC_ERROR_NONE ) ; <nl> - GPR_TIMER_END ( " cc_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_END ( " cc_start_transport_stream_op_batch " , 0 ) ; <nl> } <nl> <nl> / * Constructor for call_data * / <nl> static void cc_set_pollset_or_pollset_set ( grpc_exec_ctx * exec_ctx , <nl> * / <nl> <nl> const grpc_channel_filter grpc_client_channel_filter = { <nl> - cc_start_transport_stream_op , <nl> + cc_start_transport_stream_op_batch , <nl> cc_start_transport_op , <nl> sizeof ( call_data ) , <nl> cc_init_call_elem , <nl> similarity index 88 % <nl> rename from src / core / ext / client_channel / client_channel . h <nl> rename to src / core / ext / filters / client_channel / client_channel . h <nl> mmm a / src / core / ext / client_channel / client_channel . h <nl> ppp b / src / core / ext / filters / client_channel / client_channel . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_H <nl> <nl> - # include " src / core / ext / client_channel / client_channel_factory . h " <nl> - # include " src / core / ext / client_channel / resolver . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel_factory . h " <nl> + # include " src / core / ext / filters / client_channel / resolver . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> <nl> / / Channel arg key for server URI string . <nl> void grpc_client_channel_watch_connectivity_state ( <nl> grpc_subchannel_call * grpc_client_channel_get_subchannel_call ( <nl> grpc_call_element * elem ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_H * / <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / client_channel_factory . c <nl> rename to src / core / ext / filters / client_channel / client_channel_factory . c <nl> mmm a / src / core / ext / client_channel / client_channel_factory . c <nl> ppp b / src / core / ext / filters / client_channel / client_channel_factory . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / client_channel_factory . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel_factory . h " <nl> <nl> void grpc_client_channel_factory_ref ( grpc_client_channel_factory * factory ) { <nl> factory - > vtable - > ref ( factory ) ; <nl> similarity index 93 % <nl> rename from src / core / ext / client_channel / client_channel_factory . h <nl> rename to src / core / ext / filters / client_channel / client_channel_factory . h <nl> mmm a / src / core / ext / client_channel / client_channel_factory . h <nl> ppp b / src / core / ext / filters / client_channel / client_channel_factory . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H <nl> <nl> # include < grpc / impl / codegen / grpc_types . h > <nl> <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> <nl> / / Channel arg key for client channel factory . <nl> grpc_channel * grpc_client_channel_factory_create_channel ( <nl> grpc_arg grpc_client_channel_factory_create_channel_arg ( <nl> grpc_client_channel_factory * factory ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H * / <nl> similarity index 88 % <nl> rename from src / core / ext / client_channel / client_channel_plugin . c <nl> rename to src / core / ext / filters / client_channel / client_channel_plugin . c <nl> mmm a / src / core / ext / client_channel / client_channel_plugin . c <nl> ppp b / src / core / ext / filters / client_channel / client_channel_plugin . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> - # include " src / core / ext / client_channel / http_proxy . h " <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / proxy_mapper_registry . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> - # include " src / core / ext / client_channel / retry_throttle . h " <nl> - # include " src / core / ext / client_channel / subchannel_index . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / http_proxy . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / retry_throttle . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel_index . h " <nl> # include " src / core / lib / surface / channel_init . h " <nl> <nl> static bool append_filter ( grpc_exec_ctx * exec_ctx , <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / connector . c <nl> rename to src / core / ext / filters / client_channel / connector . c <nl> mmm a / src / core / ext / client_channel / connector . c <nl> ppp b / src / core / ext / filters / client_channel / connector . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / connector . h " <nl> + # include " src / core / ext / filters / client_channel / connector . h " <nl> <nl> grpc_connector * grpc_connector_ref ( grpc_connector * connector ) { <nl> connector - > vtable - > ref ( connector ) ; <nl> similarity index 95 % <nl> rename from src / core / ext / client_channel / connector . h <nl> rename to src / core / ext / filters / client_channel / connector . h <nl> mmm a / src / core / ext / client_channel / connector . h <nl> ppp b / src / core / ext / filters / client_channel / connector . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_CONNECTOR_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_CONNECTOR_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CONNECTOR_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CONNECTOR_H <nl> <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> void grpc_connector_connect ( grpc_exec_ctx * exec_ctx , grpc_connector * connector , <nl> void grpc_connector_shutdown ( grpc_exec_ctx * exec_ctx , grpc_connector * connector , <nl> grpc_error * why ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_CONNECTOR_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CONNECTOR_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / http_connect_handshaker . c <nl> rename to src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> mmm a / src / core / ext / client_channel / http_connect_handshaker . c <nl> ppp b / src / core / ext / filters / client_channel / http_connect_handshaker . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> <nl> # include < string . h > <nl> <nl> <nl> # include < grpc / support / log . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / handshaker_registry . h " <nl> # include " src / core / lib / http / format_request . h " <nl> similarity index 90 % <nl> rename from src / core / ext / client_channel / http_connect_handshaker . h <nl> rename to src / core / ext / filters / client_channel / http_connect_handshaker . h <nl> mmm a / src / core / ext / client_channel / http_connect_handshaker . h <nl> ppp b / src / core / ext / filters / client_channel / http_connect_handshaker . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H <nl> <nl> / / / Channel arg indicating the server in HTTP CONNECT request ( string ) . <nl> / / / The presence of this arg triggers the use of HTTP CONNECT . <nl> <nl> / / / Registers handshaker factory . <nl> void grpc_http_connect_register_handshaker_factory ( ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_CONNECT_HANDSHAKER_H * / <nl> similarity index 94 % <nl> rename from src / core / ext / client_channel / http_proxy . c <nl> rename to src / core / ext / filters / client_channel / http_proxy . c <nl> mmm a / src / core / ext / client_channel / http_proxy . c <nl> ppp b / src / core / ext / filters / client_channel / http_proxy . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / http_proxy . h " <nl> + # include " src / core / ext / filters / client_channel / http_proxy . h " <nl> <nl> # include < stdbool . h > <nl> # include < string . h > <nl> <nl> # include < grpc / support / log . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> - # include " src / core / ext / client_channel / proxy_mapper_registry . h " <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper_registry . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / support / env . h " <nl> <nl> similarity index 90 % <nl> rename from src / core / ext / client_channel / http_proxy . h <nl> rename to src / core / ext / filters / client_channel / http_proxy . h <nl> mmm a / src / core / ext / client_channel / http_proxy . h <nl> ppp b / src / core / ext / filters / client_channel / http_proxy . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H <nl> <nl> void grpc_register_http_proxy_mapper ( ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_HTTP_PROXY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_HTTP_PROXY_H * / <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / lb_policy . c <nl> rename to src / core / ext / filters / client_channel / lb_policy . c <nl> mmm a / src / core / ext / client_channel / lb_policy . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / lb_policy . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> <nl> # define WEAK_REF_BITS 16 <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / lb_policy . h <nl> rename to src / core / ext / filters / client_channel / lb_policy . h <nl> mmm a / src / core / ext / client_channel / lb_policy . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_H <nl> <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / iomgr / polling_entity . h " <nl> # include " src / core / lib / transport / connectivity_state . h " <nl> <nl> grpc_connectivity_state grpc_lb_policy_check_connectivity_locked ( <nl> grpc_exec_ctx * exec_ctx , grpc_lb_policy * policy , <nl> grpc_error * * connectivity_error ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_H * / <nl> similarity index 99 % <nl> rename from src / core / ext / lb_policy / grpclb / grpclb . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> mmm a / src / core / ext / lb_policy / grpclb / grpclb . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c <nl> <nl> # include < grpc / support / string_util . h > <nl> # include < grpc / support / time . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / client_channel_factory . h " <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> - # include " src / core / ext / lb_policy / grpclb / grpclb . h " <nl> - # include " src / core / ext / lb_policy / grpclb / grpclb_channel . h " <nl> - # include " src / core / ext / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> similarity index 86 % <nl> rename from src / core / ext / lb_policy / grpclb / grpclb . h <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h <nl> mmm a / src / core / ext / lb_policy / grpclb / grpclb . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_H <nl> - # define GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_H <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> <nl> / * * Returns a load balancing factory for the glb policy , which tries to connect <nl> * to a load balancing server to decide the next successfully connected <nl> * subchannel to pick . * / <nl> grpc_lb_policy_factory * grpc_glb_lb_factory_create ( ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_H * / <nl> similarity index 96 % <nl> rename from src / core / ext / lb_policy / grpclb / grpclb_channel . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c <nl> mmm a / src / core / ext / lb_policy / grpclb / grpclb_channel . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / lb_policy / grpclb / grpclb_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> # include " src / core / lib / support / string . h " <nl> similarity index 88 % <nl> rename from src / core / ext / lb_policy / grpclb / grpclb_channel . h <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h <nl> mmm a / src / core / ext / lb_policy / grpclb / grpclb_channel . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H <nl> - # define GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> # include " src / core / lib / slice / slice_hash_table . h " <nl> <nl> / * * Create the channel used for communicating with an LB service . <nl> grpc_channel_args * get_lb_channel_args ( grpc_exec_ctx * exec_ctx , <nl> grpc_slice_hash_table * targets_info , <nl> const grpc_channel_args * args ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H \ <nl> + * / <nl> similarity index 97 % <nl> rename from src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c <nl> mmm a / src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / lb_policy / grpclb / grpclb_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> # include " src / core / lib / security / credentials / credentials . h " <nl> similarity index 99 % <nl> rename from src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> mmm a / src / core / ext / lb_policy / grpclb / load_balancer_api . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " <nl> # include " third_party / nanopb / pb_decode . h " <nl> # include " third_party / nanopb / pb_encode . h " <nl> <nl> similarity index 90 % <nl> rename from src / core / ext / lb_policy / grpclb / load_balancer_api . h <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h <nl> mmm a / src / core / ext / lb_policy / grpclb / load_balancer_api . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H <nl> - # define GRPC_CORE_EXT_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H <nl> <nl> # include < grpc / slice_buffer . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> - # include " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> <nl> # ifdef __cplusplus <nl> extern " C " { <nl> void grpc_grpclb_initial_response_destroy ( <nl> } <nl> # endif <nl> <nl> - # endif / * GRPC_CORE_EXT_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_LOAD_BALANCER_API_H \ <nl> + * / <nl> similarity index 98 % <nl> rename from src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> mmm a / src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c <nl> <nl> / * Automatically generated nanopb constant definitions * / <nl> / * Generated by nanopb - 0 . 3 . 7 - dev * / <nl> <nl> - # include " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> <nl> / * @ @ protoc_insertion_point ( includes ) * / <nl> # if PB_PROTO_HEADER_VERSION ! = 30 <nl> similarity index 100 % <nl> rename from src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> rename to src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h <nl> similarity index 99 % <nl> rename from src / core / ext / lb_policy / pick_first / pick_first . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c <nl> mmm a / src / core / ext / lb_policy / pick_first / pick_first . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> similarity index 99 % <nl> rename from src / core / ext / lb_policy / round_robin / round_robin . c <nl> rename to src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c <nl> mmm a / src / core / ext / lb_policy / round_robin / round_robin . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / debug / trace . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / lb_policy_factory . c <nl> rename to src / core / ext / filters / client_channel / lb_policy_factory . c <nl> mmm a / src / core / ext / client_channel / lb_policy_factory . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy_factory . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> <nl> grpc_lb_addresses * grpc_lb_addresses_create ( <nl> size_t num_addresses , const grpc_lb_user_data_vtable * user_data_vtable ) { <nl> similarity index 94 % <nl> rename from src / core / ext / client_channel / lb_policy_factory . h <nl> rename to src / core / ext / filters / client_channel / lb_policy_factory . h <nl> mmm a / src / core / ext / client_channel / lb_policy_factory . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy_factory . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_FACTORY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_FACTORY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_FACTORY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_FACTORY_H <nl> <nl> - # include " src / core / ext / client_channel / client_channel_factory . h " <nl> - # include " src / core / ext / client_channel / lb_policy . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy . h " <nl> <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> grpc_lb_policy * grpc_lb_policy_factory_create_lb_policy ( <nl> grpc_exec_ctx * exec_ctx , grpc_lb_policy_factory * factory , <nl> grpc_lb_policy_args * args ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_FACTORY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_FACTORY_H * / <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / lb_policy_registry . c <nl> rename to src / core / ext / filters / client_channel / lb_policy_registry . c <nl> mmm a / src / core / ext / client_channel / lb_policy_registry . c <nl> ppp b / src / core / ext / filters / client_channel / lb_policy_registry . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> <nl> # include < string . h > <nl> <nl> similarity index 89 % <nl> rename from src / core / ext / client_channel / lb_policy_registry . h <nl> rename to src / core / ext / filters / client_channel / lb_policy_registry . h <nl> mmm a / src / core / ext / client_channel / lb_policy_registry . h <nl> ppp b / src / core / ext / filters / client_channel / lb_policy_registry . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> <nl> / * * Initialize the registry and set \ a default_factory as the factory to be <nl> void grpc_register_lb_policy ( grpc_lb_policy_factory * factory ) ; <nl> grpc_lb_policy * grpc_lb_policy_create ( grpc_exec_ctx * exec_ctx , const char * name , <nl> grpc_lb_policy_args * args ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_REGISTRY_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / parse_address . c <nl> rename to src / core / ext / filters / client_channel / parse_address . c <nl> mmm a / src / core / ext / client_channel / parse_address . c <nl> ppp b / src / core / ext / filters / client_channel / parse_address . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> <nl> # include < stdio . h > <nl> similarity index 90 % <nl> rename from src / core / ext / client_channel / parse_address . h <nl> rename to src / core / ext / filters / client_channel / parse_address . h <nl> mmm a / src / core / ext / client_channel / parse_address . h <nl> ppp b / src / core / ext / filters / client_channel / parse_address . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_PARSE_ADDRESS_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_PARSE_ADDRESS_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PARSE_ADDRESS_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PARSE_ADDRESS_H <nl> <nl> # include < stddef . h > <nl> <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> <nl> / * * Populate \ a addr and \ a len from \ a uri , whose path is expected to contain a <nl> int parse_ipv4 ( grpc_uri * uri , grpc_resolved_address * resolved_addr ) ; <nl> * host : port pair . Returns true upon success . * / <nl> int parse_ipv6 ( grpc_uri * uri , grpc_resolved_address * resolved_addr ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_PARSE_ADDRESS_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PARSE_ADDRESS_H * / <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / proxy_mapper . c <nl> rename to src / core / ext / filters / client_channel / proxy_mapper . c <nl> mmm a / src / core / ext / client_channel / proxy_mapper . c <nl> ppp b / src / core / ext / filters / client_channel / proxy_mapper . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / proxy_mapper . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper . h " <nl> <nl> void grpc_proxy_mapper_init ( const grpc_proxy_mapper_vtable * vtable , <nl> grpc_proxy_mapper * mapper ) { <nl> similarity index 95 % <nl> rename from src / core / ext / client_channel / proxy_mapper . h <nl> rename to src / core / ext / filters / client_channel / proxy_mapper . h <nl> mmm a / src / core / ext / client_channel / proxy_mapper . h <nl> ppp b / src / core / ext / filters / client_channel / proxy_mapper . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_H <nl> <nl> # include < stdbool . h > <nl> <nl> bool grpc_proxy_mapper_map_address ( grpc_exec_ctx * exec_ctx , <nl> <nl> void grpc_proxy_mapper_destroy ( grpc_proxy_mapper * mapper ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / proxy_mapper_registry . c <nl> rename to src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> mmm a / src / core / ext / client_channel / proxy_mapper_registry . c <nl> ppp b / src / core / ext / filters / client_channel / proxy_mapper_registry . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / proxy_mapper_registry . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper_registry . h " <nl> <nl> # include < string . h > <nl> <nl> similarity index 90 % <nl> rename from src / core / ext / client_channel / proxy_mapper_registry . h <nl> rename to src / core / ext / filters / client_channel / proxy_mapper_registry . h <nl> mmm a / src / core / ext / client_channel / proxy_mapper_registry . h <nl> ppp b / src / core / ext / filters / client_channel / proxy_mapper_registry . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H <nl> <nl> - # include " src / core / ext / client_channel / proxy_mapper . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper . h " <nl> <nl> void grpc_proxy_mapper_registry_init ( ) ; <nl> void grpc_proxy_mapper_registry_shutdown ( ) ; <nl> bool grpc_proxy_mappers_map_address ( grpc_exec_ctx * exec_ctx , <nl> grpc_resolved_address * * new_address , <nl> grpc_channel_args * * new_args ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_PROXY_MAPPER_REGISTRY_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / resolver . c <nl> rename to src / core / ext / filters / client_channel / resolver . c <nl> mmm a / src / core / ext / client_channel / resolver . c <nl> ppp b / src / core / ext / filters / client_channel / resolver . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / resolver . h " <nl> + # include " src / core / ext / filters / client_channel / resolver . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> <nl> void grpc_resolver_init ( grpc_resolver * resolver , <nl> similarity index 94 % <nl> rename from src / core / ext / client_channel / resolver . h <nl> rename to src / core / ext / filters / client_channel / resolver . h <nl> mmm a / src / core / ext / client_channel / resolver . h <nl> ppp b / src / core / ext / filters / client_channel / resolver . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_H <nl> <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / lib / iomgr / iomgr . h " <nl> <nl> typedef struct grpc_resolver grpc_resolver ; <nl> void grpc_resolver_next_locked ( grpc_exec_ctx * exec_ctx , grpc_resolver * resolver , <nl> grpc_channel_args * * result , <nl> grpc_closure * on_complete ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_H * / <nl> similarity index 100 % <nl> rename from src / core / ext / resolver / README . md <nl> rename to src / core / ext / filters / client_channel / resolver / README . md <nl> similarity index 97 % <nl> rename from src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c <nl> rename to src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c <nl> mmm a / src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c <nl> <nl> # include < grpc / support / host_port . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> - # include " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> similarity index 91 % <nl> rename from src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> rename to src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> mmm a / src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H <nl> - # define GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H <nl> <nl> # include < ares . h > <nl> <nl> grpc_error * grpc_ares_ev_driver_create ( grpc_ares_ev_driver * * ev_driver , <nl> of ARES_ECANCELLED . * / <nl> void grpc_ares_ev_driver_destroy ( grpc_ares_ev_driver * ev_driver ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_EV_DRIVER_H \ <nl> + * / <nl> similarity index 98 % <nl> rename from src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> rename to src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> mmm a / src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c <nl> <nl> # include " src / core / lib / iomgr / port . h " <nl> # if GRPC_ARES = = 1 & & defined ( GRPC_POSIX_SOCKET ) <nl> <nl> - # include " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " <nl> + # include " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / log . h > <nl> # include < grpc / support / string_util . h > <nl> # include < grpc / support / time . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + # include " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> # include " src / core / lib / iomgr / ev_posix . h " <nl> # include " src / core / lib / iomgr / iomgr_internal . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> similarity index 98 % <nl> rename from src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> rename to src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> mmm a / src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c <nl> <nl> # include < grpc / support / port_platform . h > <nl> # if GRPC_ARES = = 1 & & ! defined ( GRPC_UV ) <nl> <nl> - # include " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + # include " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> # include " src / core / lib / iomgr / socket_utils_posix . h " <nl> <nl> <nl> # include < grpc / support / string_util . h > <nl> # include < grpc / support / time . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " <nl> + # include " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " <nl> # include " src / core / lib / iomgr / executor . h " <nl> # include " src / core / lib / iomgr / iomgr_internal . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> similarity index 91 % <nl> rename from src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> rename to src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> mmm a / src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H <nl> - # define GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H <nl> <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> # include " src / core / lib / iomgr / iomgr . h " <nl> grpc_error * grpc_ares_init ( void ) ; <nl> it has been called the same number of times as grpc_ares_init ( ) . * / <nl> void grpc_ares_cleanup ( void ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_DNS_C_ARES_GRPC_ARES_WRAPPER_H \ <nl> + * / <nl> similarity index 100 % <nl> rename from src / core / ext / resolver / dns / native / README . md <nl> rename to src / core / ext / filters / client_channel / resolver / dns / native / README . md <nl> similarity index 98 % <nl> rename from src / core / ext / resolver / dns / native / dns_resolver . c <nl> rename to src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c <nl> mmm a / src / core / ext / resolver / dns / native / dns_resolver . c <nl> ppp b / src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c <nl> <nl> # include < grpc / support / host_port . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> similarity index 100 % <nl> rename from src / core / ext / resolver / sockaddr / README . md <nl> rename to src / core / ext / filters / client_channel / resolver / sockaddr / README . md <nl> similarity index 97 % <nl> rename from src / core / ext / resolver / sockaddr / sockaddr_resolver . c <nl> rename to src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c <nl> mmm a / src / core / ext / resolver / sockaddr / sockaddr_resolver . c <nl> ppp b / src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c <nl> <nl> # include < grpc / support / port_platform . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> similarity index 97 % <nl> rename from src / core / ext / client_channel / resolver_factory . c <nl> rename to src / core / ext / filters / client_channel / resolver_factory . c <nl> mmm a / src / core / ext / client_channel / resolver_factory . c <nl> ppp b / src / core / ext / filters / client_channel / resolver_factory . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / resolver_factory . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_factory . h " <nl> <nl> void grpc_resolver_factory_ref ( grpc_resolver_factory * factory ) { <nl> factory - > vtable - > ref ( factory ) ; <nl> similarity index 89 % <nl> rename from src / core / ext / client_channel / resolver_factory . h <nl> rename to src / core / ext / filters / client_channel / resolver_factory . h <nl> mmm a / src / core / ext / client_channel / resolver_factory . h <nl> ppp b / src / core / ext / filters / client_channel / resolver_factory . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_FACTORY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_FACTORY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_FACTORY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_FACTORY_H <nl> <nl> - # include " src / core / ext / client_channel / client_channel_factory . h " <nl> - # include " src / core / ext / client_channel / resolver . h " <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel_factory . h " <nl> + # include " src / core / ext / filters / client_channel / resolver . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / iomgr / pollset_set . h " <nl> <nl> typedef struct grpc_resolver_factory grpc_resolver_factory ; <nl> grpc_resolver * grpc_resolver_factory_create_resolver ( <nl> char * grpc_resolver_factory_get_default_authority ( <nl> grpc_resolver_factory * factory , grpc_uri * uri ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_FACTORY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_FACTORY_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / resolver_registry . c <nl> rename to src / core / ext / filters / client_channel / resolver_registry . c <nl> mmm a / src / core / ext / client_channel / resolver_registry . c <nl> ppp b / src / core / ext / filters / client_channel / resolver_registry . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> <nl> # include < string . h > <nl> <nl> similarity index 93 % <nl> rename from src / core / ext / client_channel / resolver_registry . h <nl> rename to src / core / ext / filters / client_channel / resolver_registry . h <nl> mmm a / src / core / ext / client_channel / resolver_registry . h <nl> ppp b / src / core / ext / filters / client_channel / resolver_registry . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H <nl> <nl> - # include " src / core / ext / client_channel / resolver_factory . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_factory . h " <nl> # include " src / core / lib / iomgr / pollset_set . h " <nl> <nl> void grpc_resolver_registry_init ( ) ; <nl> char * grpc_get_default_authority ( grpc_exec_ctx * exec_ctx , const char * target ) ; <nl> char * grpc_resolver_factory_add_default_prefix_if_needed ( <nl> grpc_exec_ctx * exec_ctx , const char * target ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H * / <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / retry_throttle . c <nl> rename to src / core / ext / filters / client_channel / retry_throttle . c <nl> mmm a / src / core / ext / client_channel / retry_throttle . c <nl> ppp b / src / core / ext / filters / client_channel / retry_throttle . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / retry_throttle . h " <nl> + # include " src / core / ext / filters / client_channel / retry_throttle . h " <nl> <nl> # include < limits . h > <nl> # include < string . h > <nl> similarity index 93 % <nl> rename from src / core / ext / client_channel / retry_throttle . h <nl> rename to src / core / ext / filters / client_channel / retry_throttle . h <nl> mmm a / src / core / ext / client_channel / retry_throttle . h <nl> ppp b / src / core / ext / filters / client_channel / retry_throttle . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_RETRY_THROTTLE_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_RETRY_THROTTLE_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RETRY_THROTTLE_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RETRY_THROTTLE_H <nl> <nl> # include < stdbool . h > <nl> <nl> void grpc_retry_throttle_map_shutdown ( ) ; <nl> grpc_server_retry_throttle_data * grpc_retry_throttle_map_get_data_for_server ( <nl> const char * server_name , int max_milli_tokens , int milli_token_ratio ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_RETRY_THROTTLE_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RETRY_THROTTLE_H * / <nl> similarity index 98 % <nl> rename from src / core / ext / client_channel / subchannel . c <nl> rename to src / core / ext / filters / client_channel / subchannel . c <nl> mmm a / src / core / ext / client_channel / subchannel . c <nl> ppp b / src / core / ext / filters / client_channel / subchannel . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> <nl> # include < limits . h > <nl> # include < string . h > <nl> <nl> # include < grpc / support / avl . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> - # include " src / core / ext / client_channel / proxy_mapper_registry . h " <nl> - # include " src / core / ext / client_channel / subchannel_index . h " <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> + # include " src / core / ext / filters / client_channel / proxy_mapper_registry . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel_index . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> char * grpc_subchannel_call_get_peer ( grpc_exec_ctx * exec_ctx , <nl> <nl> void grpc_subchannel_call_process_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_subchannel_call * call , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> GPR_TIMER_BEGIN ( " grpc_subchannel_call_process_op " , 0 ) ; <nl> grpc_call_stack * call_stack = SUBCHANNEL_CALL_TO_CALL_STACK ( call ) ; <nl> grpc_call_element * top_elem = grpc_call_stack_element ( call_stack , 0 ) ; <nl> - top_elem - > filter - > start_transport_stream_op ( exec_ctx , top_elem , op ) ; <nl> + top_elem - > filter - > start_transport_stream_op_batch ( exec_ctx , top_elem , op ) ; <nl> GPR_TIMER_END ( " grpc_subchannel_call_process_op " , 0 ) ; <nl> } <nl> <nl> similarity index 96 % <nl> rename from src / core / ext / client_channel / subchannel . h <nl> rename to src / core / ext / filters / client_channel / subchannel . h <nl> mmm a / src / core / ext / client_channel / subchannel . h <nl> ppp b / src / core / ext / filters / client_channel / subchannel . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_H <nl> <nl> - # include " src / core / ext / client_channel / connector . h " <nl> + # include " src / core / ext / filters / client_channel / connector . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / iomgr / polling_entity . h " <nl> # include " src / core / lib / support / arena . h " <nl> grpc_connected_subchannel * grpc_subchannel_get_connected_subchannel ( <nl> / * * continue processing a transport op * / <nl> void grpc_subchannel_call_process_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_subchannel_call * subchannel_call , <nl> - grpc_transport_stream_op * op ) ; <nl> + grpc_transport_stream_op_batch * op ) ; <nl> <nl> / * * continue querying for peer * / <nl> char * grpc_subchannel_call_get_peer ( grpc_exec_ctx * exec_ctx , <nl> const char * grpc_get_subchannel_address_uri_arg ( const grpc_channel_args * args ) ; <nl> / / / Caller is responsible for freeing the string . <nl> grpc_arg grpc_create_subchannel_address_arg ( const grpc_resolved_address * addr ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_H * / <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / subchannel_index . c <nl> rename to src / core / ext / filters / client_channel / subchannel_index . c <nl> mmm a / src / core / ext / client_channel / subchannel_index . c <nl> ppp b / src / core / ext / filters / client_channel / subchannel_index . c <nl> <nl> / / <nl> / / <nl> <nl> - # include " src / core / ext / client_channel / subchannel_index . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel_index . h " <nl> <nl> # include < stdbool . h > <nl> # include < string . h > <nl> similarity index 91 % <nl> rename from src / core / ext / client_channel / subchannel_index . h <nl> rename to src / core / ext / filters / client_channel / subchannel_index . h <nl> mmm a / src / core / ext / client_channel / subchannel_index . h <nl> ppp b / src / core / ext / filters / client_channel / subchannel_index . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H <nl> <nl> - # include " src / core / ext / client_channel / connector . h " <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / connector . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> <nl> / * * \ file Provides an index of active subchannels so that they can be <nl> shared amongst channels * / <nl> void grpc_subchannel_index_init ( void ) ; <nl> / * * Shutdown the subchannel index ( global ) * / <nl> void grpc_subchannel_index_shutdown ( void ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_SUBCHANNEL_INDEX_H * / <nl> similarity index 99 % <nl> rename from src / core / ext / client_channel / uri_parser . c <nl> rename to src / core / ext / filters / client_channel / uri_parser . c <nl> mmm a / src / core / ext / client_channel / uri_parser . c <nl> ppp b / src / core / ext / filters / client_channel / uri_parser . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> <nl> # include < string . h > <nl> <nl> similarity index 93 % <nl> rename from src / core / ext / client_channel / uri_parser . h <nl> rename to src / core / ext / filters / client_channel / uri_parser . h <nl> mmm a / src / core / ext / client_channel / uri_parser . h <nl> ppp b / src / core / ext / filters / client_channel / uri_parser . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_URI_PARSER_H <nl> - # define GRPC_CORE_EXT_CLIENT_CHANNEL_URI_PARSER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H <nl> + # define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H <nl> <nl> # include < stddef . h > <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> const char * grpc_uri_get_query_arg ( const grpc_uri * uri , const char * key ) ; <nl> / * * destroy a uri * / <nl> void grpc_uri_destroy ( grpc_uri * uri ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_CLIENT_CHANNEL_URI_PARSER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_URI_PARSER_H * / <nl> similarity index 96 % <nl> rename from src / core / ext / load_reporting / load_reporting . c <nl> rename to src / core / ext / filters / load_reporting / load_reporting . c <nl> mmm a / src / core / ext / load_reporting / load_reporting . c <nl> ppp b / src / core / ext / filters / load_reporting / load_reporting . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / sync . h > <nl> <nl> - # include " src / core / ext / load_reporting / load_reporting . h " <nl> - # include " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> # include " src / core / lib / channel / channel_stack_builder . h " <nl> # include " src / core / lib / slice / slice_internal . h " <nl> # include " src / core / lib / surface / call . h " <nl> similarity index 93 % <nl> rename from src / core / ext / load_reporting / load_reporting . h <nl> rename to src / core / ext / filters / load_reporting / load_reporting . h <nl> mmm a / src / core / ext / load_reporting / load_reporting . h <nl> ppp b / src / core / ext / filters / load_reporting / load_reporting . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_H <nl> - # define GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_H <nl> + # define GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_H <nl> <nl> # include < grpc / impl / codegen / grpc_types . h > <nl> <nl> typedef struct grpc_load_reporting_call_data { <nl> / * * Return a \ a grpc_arg enabling load reporting * / <nl> grpc_arg grpc_load_reporting_enable_arg ( ) ; <nl> <nl> - # endif / * GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_H * / <nl> similarity index 91 % <nl> rename from src / core / ext / load_reporting / load_reporting_filter . c <nl> rename to src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> mmm a / src / core / ext / load_reporting / load_reporting_filter . c <nl> ppp b / src / core / ext / filters / load_reporting / load_reporting_filter . c <nl> <nl> # include < grpc / support / string_util . h > <nl> # include < grpc / support / sync . h > <nl> <nl> - # include " src / core / ext / load_reporting / load_reporting . h " <nl> - # include " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / profiling / timers . h " <nl> # include " src / core / lib / slice / slice_internal . h " <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> * / <nl> } <nl> <nl> - static void lr_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> - GPR_TIMER_BEGIN ( " lr_start_transport_stream_op " , 0 ) ; <nl> + static void lr_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> + GPR_TIMER_BEGIN ( " lr_start_transport_stream_op_batch " , 0 ) ; <nl> call_data * calld = elem - > call_data ; <nl> <nl> if ( op - > recv_initial_metadata ) { <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> / * substitute our callback for the higher callback * / <nl> - calld - > ops_recv_initial_metadata_ready = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > on_initial_md_ready ; <nl> + calld - > ops_recv_initial_metadata_ready = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > on_initial_md_ready ; <nl> } <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> <nl> - GPR_TIMER_END ( " lr_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_END ( " lr_start_transport_stream_op_batch " , 0 ) ; <nl> } <nl> <nl> const grpc_channel_filter grpc_load_reporting_filter = { <nl> - lr_start_transport_stream_op , <nl> + lr_start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> similarity index 85 % <nl> rename from src / core / ext / load_reporting / load_reporting_filter . h <nl> rename to src / core / ext / filters / load_reporting / load_reporting_filter . h <nl> mmm a / src / core / ext / load_reporting / load_reporting_filter . h <nl> ppp b / src / core / ext / filters / load_reporting / load_reporting_filter . h <nl> <nl> * <nl> * / <nl> <nl> - # ifndef GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_FILTER_H <nl> - # define GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_FILTER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_FILTER_H <nl> + # define GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_FILTER_H <nl> <nl> - # include " src / core / ext / load_reporting / load_reporting . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> <nl> extern const grpc_channel_filter grpc_load_reporting_filter ; <nl> <nl> - # endif / * GRPC_CORE_EXT_LOAD_REPORTING_LOAD_REPORTING_FILTER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_LOAD_REPORTING_LOAD_REPORTING_FILTER_H * / <nl> similarity index 93 % <nl> rename from src / core / lib / channel / max_age_filter . c <nl> rename to src / core / ext / filters / max_age / max_age_filter . c <nl> mmm a / src / core / lib / channel / max_age_filter . c <nl> ppp b / src / core / ext / filters / max_age / max_age_filter . c <nl> <nl> # include < string . h > <nl> <nl> # include " src / core / lib / channel / channel_args . h " <nl> + # include " src / core / lib / channel / channel_stack_builder . h " <nl> # include " src / core / lib / iomgr / timer . h " <nl> + # include " src / core / lib / surface / channel_init . h " <nl> # include " src / core / lib / transport / http2_errors . h " <nl> # include " src / core / lib / transport / service_config . h " <nl> <nl> const grpc_channel_filter grpc_max_age_filter = { <nl> grpc_call_next_get_peer , <nl> grpc_channel_next_get_info , <nl> " max_age " } ; <nl> + <nl> + static bool maybe_add_max_age_filter ( grpc_exec_ctx * exec_ctx , <nl> + grpc_channel_stack_builder * builder , <nl> + void * arg ) { <nl> + const grpc_channel_args * channel_args = <nl> + grpc_channel_stack_builder_get_channel_arguments ( builder ) ; <nl> + const grpc_arg * a = <nl> + grpc_channel_args_find ( channel_args , GRPC_ARG_MAX_CONNECTION_AGE_MS ) ; <nl> + bool enable = false ; <nl> + if ( a ! = NULL & & a - > type = = GRPC_ARG_INTEGER & & a - > value . integer ! = INT_MAX ) { <nl> + enable = true ; <nl> + } <nl> + a = grpc_channel_args_find ( channel_args , GRPC_ARG_MAX_CONNECTION_IDLE_MS ) ; <nl> + if ( a ! = NULL & & a - > type = = GRPC_ARG_INTEGER & & a - > value . integer ! = INT_MAX ) { <nl> + enable = true ; <nl> + } <nl> + if ( enable ) { <nl> + return grpc_channel_stack_builder_prepend_filter ( <nl> + builder , & grpc_max_age_filter , NULL , NULL ) ; <nl> + } else { <nl> + return true ; <nl> + } <nl> + } <nl> + <nl> + void grpc_max_age_filter_init ( void ) { <nl> + grpc_channel_init_register_stage ( GRPC_SERVER_CHANNEL , <nl> + GRPC_CHANNEL_INIT_BUILTIN_PRIORITY , <nl> + maybe_add_max_age_filter , NULL ) ; <nl> + } <nl> + <nl> + void grpc_max_age_filter_shutdown ( void ) { } <nl> similarity index 90 % <nl> rename from src / core / lib / channel / max_age_filter . h <nl> rename to src / core / ext / filters / max_age / max_age_filter . h <nl> mmm a / src / core / lib / channel / max_age_filter . h <nl> ppp b / src / core / ext / filters / max_age / max_age_filter . h <nl> <nl> / / OF THIS SOFTWARE , EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE . <nl> / / <nl> <nl> - # ifndef GRPC_CORE_LIB_CHANNEL_MAX_AGE_FILTER_H <nl> - # define GRPC_CORE_LIB_CHANNEL_MAX_AGE_FILTER_H <nl> + # ifndef GRPC_CORE_EXT_FILTERS_MAX_AGE_MAX_AGE_FILTER_H <nl> + # define GRPC_CORE_EXT_FILTERS_MAX_AGE_MAX_AGE_FILTER_H <nl> <nl> # include " src / core / lib / channel / channel_stack . h " <nl> <nl> extern const grpc_channel_filter grpc_max_age_filter ; <nl> <nl> - # endif / * GRPC_CORE_LIB_CHANNEL_MAX_AGE_FILTER_H * / <nl> + # endif / * GRPC_CORE_EXT_FILTERS_MAX_AGE_MAX_AGE_FILTER_H * / <nl> mmm a / src / core / ext / transport / chttp2 / client / chttp2_connector . c <nl> ppp b / src / core / ext / transport / chttp2 / client / chttp2_connector . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / connector . h " <nl> - # include " src / core / ext / client_channel / http_connect_handshaker . h " <nl> - # include " src / core / ext / client_channel / subchannel . h " <nl> + # include " src / core / ext / filters / client_channel / connector . h " <nl> + # include " src / core / ext / filters / client_channel / http_connect_handshaker . h " <nl> + # include " src / core / ext / filters / client_channel / subchannel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / handshaker . h " <nl> mmm a / src / core / ext / transport / chttp2 / client / chttp2_connector . h <nl> ppp b / src / core / ext / transport / chttp2 / client / chttp2_connector . h <nl> <nl> # ifndef GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_CHTTP2_CONNECTOR_H <nl> # define GRPC_CORE_EXT_TRANSPORT_CHTTP2_CLIENT_CHTTP2_CONNECTOR_H <nl> <nl> - # include " src / core / ext / client_channel / connector . h " <nl> + # include " src / core / ext / filters / client_channel / connector . h " <nl> <nl> grpc_connector * grpc_chttp2_connector_create ( ) ; <nl> <nl> mmm a / src / core / ext / transport / chttp2 / client / insecure / channel_create . c <nl> ppp b / src / core / ext / transport / chttp2 / client / insecure / channel_create . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / ext / transport / chttp2 / client / chttp2_connector . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / surface / api_trace . h " <nl> mmm a / src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c <nl> ppp b / src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c <nl> <nl> # include < grpc / support / alloc . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / ext / transport / chttp2 / client / chttp2_connector . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> mmm a / src / core / ext / transport / chttp2 / transport / chttp2_transport . c <nl> ppp b / src / core / ext / transport / chttp2 / transport / chttp2_transport . c <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> grpc_error * error_ignored ) { <nl> GPR_TIMER_BEGIN ( " perform_stream_op_locked " , 0 ) ; <nl> <nl> - grpc_transport_stream_op * op = stream_op ; <nl> - grpc_chttp2_transport * t = op - > handler_private . args [ 0 ] ; <nl> - grpc_chttp2_stream * s = op - > handler_private . args [ 1 ] ; <nl> + grpc_transport_stream_op_batch * op = stream_op ; <nl> + grpc_chttp2_stream * s = op - > handler_private . extra_arg ; <nl> + grpc_transport_stream_op_batch_payload * op_payload = op - > payload ; <nl> + grpc_chttp2_transport * t = s - > t ; <nl> <nl> if ( grpc_http_trace ) { <nl> - char * str = grpc_transport_stream_op_string ( op ) ; <nl> + char * str = grpc_transport_stream_op_batch_string ( op ) ; <nl> gpr_log ( GPR_DEBUG , " perform_stream_op_locked : % s ; on_complete = % p " , str , <nl> op - > on_complete ) ; <nl> gpr_free ( str ) ; <nl> if ( op - > send_initial_metadata ) { <nl> - log_metadata ( op - > send_initial_metadata , s - > id , t - > is_client , true ) ; <nl> + log_metadata ( op_payload - > send_initial_metadata . send_initial_metadata , <nl> + s - > id , t - > is_client , true ) ; <nl> } <nl> if ( op - > send_trailing_metadata ) { <nl> - log_metadata ( op - > send_trailing_metadata , s - > id , t - > is_client , false ) ; <nl> + log_metadata ( op_payload - > send_trailing_metadata . send_trailing_metadata , <nl> + s - > id , t - > is_client , false ) ; <nl> } <nl> } <nl> <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> on_complete - > next_data . scratch = CLOSURE_BARRIER_FIRST_REF_BIT ; <nl> on_complete - > error_data . error = GRPC_ERROR_NONE ; <nl> <nl> - if ( op - > collect_stats ! = NULL ) { <nl> + if ( op - > collect_stats ) { <nl> GPR_ASSERT ( s - > collecting_stats = = NULL ) ; <nl> - s - > collecting_stats = op - > collect_stats ; <nl> + s - > collecting_stats = op_payload - > collect_stats . collect_stats ; <nl> on_complete - > next_data . scratch | = CLOSURE_BARRIER_STATS_BIT ; <nl> } <nl> <nl> - if ( op - > cancel_error ! = GRPC_ERROR_NONE ) { <nl> - grpc_chttp2_cancel_stream ( exec_ctx , t , s , op - > cancel_error ) ; <nl> + if ( op - > cancel_stream ) { <nl> + grpc_chttp2_cancel_stream ( exec_ctx , t , s , <nl> + op_payload - > cancel_stream . cancel_error ) ; <nl> } <nl> <nl> - if ( op - > send_initial_metadata ! = NULL ) { <nl> + if ( op - > send_initial_metadata ) { <nl> GPR_ASSERT ( s - > send_initial_metadata_finished = = NULL ) ; <nl> on_complete - > next_data . scratch | = CLOSURE_BARRIER_MAY_COVER_WRITE ; <nl> s - > send_initial_metadata_finished = add_closure_barrier ( on_complete ) ; <nl> - s - > send_initial_metadata = op - > send_initial_metadata ; <nl> + s - > send_initial_metadata = <nl> + op_payload - > send_initial_metadata . send_initial_metadata ; <nl> const size_t metadata_size = <nl> - grpc_metadata_batch_size ( op - > send_initial_metadata ) ; <nl> + grpc_metadata_batch_size ( s - > send_initial_metadata ) ; <nl> const size_t metadata_peer_limit = <nl> t - > settings [ GRPC_PEER_SETTINGS ] <nl> [ GRPC_CHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE ] ; <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> GRPC_ERROR_INT_LIMIT , ( intptr_t ) metadata_peer_limit ) , <nl> GRPC_ERROR_INT_GRPC_STATUS , GRPC_STATUS_RESOURCE_EXHAUSTED ) ) ; <nl> } else { <nl> - if ( contains_non_ok_status ( op - > send_initial_metadata ) ) { <nl> + if ( contains_non_ok_status ( s - > send_initial_metadata ) ) { <nl> s - > seen_error = true ; <nl> } <nl> if ( ! s - > write_closed ) { <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> GPR_ASSERT ( s - > id ! = 0 ) ; <nl> grpc_chttp2_stream_write_type write_type = <nl> GRPC_CHTTP2_STREAM_WRITE_INITIATE_COVERED ; <nl> - if ( op - > send_message ! = NULL & & <nl> - ( op - > send_message - > flags & GRPC_WRITE_BUFFER_HINT ) ) { <nl> + if ( op - > send_message & & <nl> + ( op - > payload - > send_message . send_message - > flags & <nl> + GRPC_WRITE_BUFFER_HINT ) ) { <nl> write_type = GRPC_CHTTP2_STREAM_WRITE_PIGGYBACK ; <nl> } <nl> grpc_chttp2_become_writable ( exec_ctx , t , s , write_type , <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> } <nl> } <nl> <nl> - if ( op - > send_message ! = NULL ) { <nl> + if ( op - > send_message ) { <nl> on_complete - > next_data . scratch | = CLOSURE_BARRIER_MAY_COVER_WRITE ; <nl> s - > fetching_send_message_finished = add_closure_barrier ( op - > on_complete ) ; <nl> if ( s - > write_closed ) { <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> GPR_ASSERT ( s - > fetching_send_message = = NULL ) ; <nl> uint8_t * frame_hdr = <nl> grpc_slice_buffer_tiny_add ( & s - > flow_controlled_buffer , 5 ) ; <nl> - uint32_t flags = op - > send_message - > flags ; <nl> + uint32_t flags = op_payload - > send_message . send_message - > flags ; <nl> frame_hdr [ 0 ] = ( flags & GRPC_WRITE_INTERNAL_COMPRESS ) ! = 0 ; <nl> - size_t len = op - > send_message - > length ; <nl> + size_t len = op_payload - > send_message . send_message - > length ; <nl> frame_hdr [ 1 ] = ( uint8_t ) ( len > > 24 ) ; <nl> frame_hdr [ 2 ] = ( uint8_t ) ( len > > 16 ) ; <nl> frame_hdr [ 3 ] = ( uint8_t ) ( len > > 8 ) ; <nl> frame_hdr [ 4 ] = ( uint8_t ) ( len ) ; <nl> - s - > fetching_send_message = op - > send_message ; <nl> + s - > fetching_send_message = op_payload - > send_message . send_message ; <nl> s - > fetched_send_message_length = 0 ; <nl> s - > next_message_end_offset = s - > flow_controlled_bytes_written + <nl> ( int64_t ) s - > flow_controlled_buffer . length + <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> } <nl> } <nl> <nl> - if ( op - > send_trailing_metadata ! = NULL ) { <nl> + if ( op - > send_trailing_metadata ) { <nl> GPR_ASSERT ( s - > send_trailing_metadata_finished = = NULL ) ; <nl> on_complete - > next_data . scratch | = CLOSURE_BARRIER_MAY_COVER_WRITE ; <nl> s - > send_trailing_metadata_finished = add_closure_barrier ( on_complete ) ; <nl> - s - > send_trailing_metadata = op - > send_trailing_metadata ; <nl> + s - > send_trailing_metadata = <nl> + op_payload - > send_trailing_metadata . send_trailing_metadata ; <nl> s - > write_buffering = false ; <nl> const size_t metadata_size = <nl> - grpc_metadata_batch_size ( op - > send_trailing_metadata ) ; <nl> + grpc_metadata_batch_size ( s - > send_trailing_metadata ) ; <nl> const size_t metadata_peer_limit = <nl> t - > settings [ GRPC_PEER_SETTINGS ] <nl> [ GRPC_CHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE ] ; <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> GRPC_ERROR_INT_LIMIT , ( intptr_t ) metadata_peer_limit ) , <nl> GRPC_ERROR_INT_GRPC_STATUS , GRPC_STATUS_RESOURCE_EXHAUSTED ) ) ; <nl> } else { <nl> - if ( contains_non_ok_status ( op - > send_trailing_metadata ) ) { <nl> + if ( contains_non_ok_status ( s - > send_trailing_metadata ) ) { <nl> s - > seen_error = true ; <nl> } <nl> if ( s - > write_closed ) { <nl> s - > send_trailing_metadata = NULL ; <nl> grpc_chttp2_complete_closure_step ( <nl> exec_ctx , t , s , & s - > send_trailing_metadata_finished , <nl> - grpc_metadata_batch_is_empty ( op - > send_trailing_metadata ) <nl> + grpc_metadata_batch_is_empty ( <nl> + op - > payload - > send_trailing_metadata . send_trailing_metadata ) <nl> ? GRPC_ERROR_NONE <nl> : GRPC_ERROR_CREATE_FROM_STATIC_STRING ( <nl> " Attempt to send trailing metadata after " <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> } <nl> } <nl> <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> + if ( op - > recv_initial_metadata ) { <nl> GPR_ASSERT ( s - > recv_initial_metadata_ready = = NULL ) ; <nl> - s - > recv_initial_metadata_ready = op - > recv_initial_metadata_ready ; <nl> - s - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> + s - > recv_initial_metadata_ready = <nl> + op_payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + s - > recv_initial_metadata = <nl> + op_payload - > recv_initial_metadata . recv_initial_metadata ; <nl> grpc_chttp2_maybe_complete_recv_initial_metadata ( exec_ctx , t , s ) ; <nl> } <nl> <nl> - if ( op - > recv_message ! = NULL ) { <nl> + if ( op - > recv_message ) { <nl> GPR_ASSERT ( s - > recv_message_ready = = NULL ) ; <nl> - s - > recv_message_ready = op - > recv_message_ready ; <nl> - s - > recv_message = op - > recv_message ; <nl> + s - > recv_message_ready = op_payload - > recv_message . recv_message_ready ; <nl> + s - > recv_message = op_payload - > recv_message . recv_message ; <nl> if ( s - > id ! = 0 & & <nl> ( s - > incoming_frames . head = = NULL | | s - > incoming_frames . head - > is_tail ) ) { <nl> incoming_byte_stream_update_flow_control ( exec_ctx , t , s , 5 , 0 ) ; <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> grpc_chttp2_maybe_complete_recv_message ( exec_ctx , t , s ) ; <nl> } <nl> <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> GPR_ASSERT ( s - > recv_trailing_metadata_finished = = NULL ) ; <nl> s - > recv_trailing_metadata_finished = add_closure_barrier ( on_complete ) ; <nl> - s - > recv_trailing_metadata = op - > recv_trailing_metadata ; <nl> + s - > recv_trailing_metadata = <nl> + op_payload - > recv_trailing_metadata . recv_trailing_metadata ; <nl> s - > final_metadata_requested = true ; <nl> grpc_chttp2_maybe_complete_recv_trailing_metadata ( exec_ctx , t , s ) ; <nl> } <nl> static void perform_stream_op_locked ( grpc_exec_ctx * exec_ctx , void * stream_op , <nl> } <nl> <nl> static void perform_stream_op ( grpc_exec_ctx * exec_ctx , grpc_transport * gt , <nl> - grpc_stream * gs , grpc_transport_stream_op * op ) { <nl> + grpc_stream * gs , <nl> + grpc_transport_stream_op_batch * op ) { <nl> GPR_TIMER_BEGIN ( " perform_stream_op " , 0 ) ; <nl> grpc_chttp2_transport * t = ( grpc_chttp2_transport * ) gt ; <nl> grpc_chttp2_stream * s = ( grpc_chttp2_stream * ) gs ; <nl> <nl> if ( grpc_http_trace ) { <nl> - char * str = grpc_transport_stream_op_string ( op ) ; <nl> + char * str = grpc_transport_stream_op_batch_string ( op ) ; <nl> gpr_log ( GPR_DEBUG , " perform_stream_op [ s = % p / % d ] : % s " , s , s - > id , str ) ; <nl> gpr_free ( str ) ; <nl> } <nl> <nl> - op - > handler_private . args [ 0 ] = gt ; <nl> - op - > handler_private . args [ 1 ] = gs ; <nl> + op - > handler_private . extra_arg = gs ; <nl> GRPC_CHTTP2_STREAM_REF ( s , " perform_stream_op " ) ; <nl> grpc_closure_sched ( <nl> exec_ctx , <nl> static void perform_transport_op_locked ( grpc_exec_ctx * exec_ctx , <nl> void * stream_op , <nl> grpc_error * error_ignored ) { <nl> grpc_transport_op * op = stream_op ; <nl> - grpc_chttp2_transport * t = op - > transport_private . args [ 0 ] ; <nl> + grpc_chttp2_transport * t = op - > handler_private . extra_arg ; <nl> grpc_error * close_transport = op - > disconnect_with_error ; <nl> <nl> if ( op - > on_connectivity_state_change ! = NULL ) { <nl> static void perform_transport_op ( grpc_exec_ctx * exec_ctx , grpc_transport * gt , <nl> grpc_chttp2_transport * t = ( grpc_chttp2_transport * ) gt ; <nl> char * msg = grpc_transport_op_string ( op ) ; <nl> gpr_free ( msg ) ; <nl> - op - > transport_private . args [ 0 ] = gt ; <nl> + op - > handler_private . extra_arg = gt ; <nl> GRPC_CHTTP2_REF_TRANSPORT ( t , " transport_op " ) ; <nl> grpc_closure_sched ( <nl> - exec_ctx , grpc_closure_init ( & op - > transport_private . closure , <nl> + exec_ctx , grpc_closure_init ( & op - > handler_private . closure , <nl> perform_transport_op_locked , op , <nl> grpc_combiner_scheduler ( t - > combiner , false ) ) , <nl> GRPC_ERROR_NONE ) ; <nl> mmm a / src / core / ext / transport / cronet / transport / cronet_transport . c <nl> ppp b / src / core / ext / transport / cronet / transport / cronet_transport . c <nl> struct op_state { <nl> } ; <nl> <nl> struct op_and_state { <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> struct op_state state ; <nl> bool done ; <nl> struct stream_obj * s ; / * Pointer back to the stream object * / <nl> struct op_storage { <nl> struct stream_obj { <nl> gpr_arena * arena ; <nl> struct op_and_state * oas ; <nl> - grpc_transport_stream_op * curr_op ; <nl> + grpc_transport_stream_op_batch * curr_op ; <nl> grpc_cronet_transport * curr_ct ; <nl> grpc_stream * curr_gs ; <nl> bidirectional_stream * cbs ; <nl> static grpc_error * make_error_with_desc ( int error_code , const char * desc ) { <nl> / * <nl> Add a new stream op to op storage . <nl> * / <nl> - static void add_to_storage ( struct stream_obj * s , grpc_transport_stream_op * op ) { <nl> + static void add_to_storage ( struct stream_obj * s , <nl> + grpc_transport_stream_op_batch * op ) { <nl> struct op_storage * storage = & s - > storage ; <nl> / * add new op at the beginning of the linked list . The memory is freed <nl> in remove_from_storage * / <nl> struct op_and_state * new_op = gpr_malloc ( sizeof ( struct op_and_state ) ) ; <nl> - memcpy ( & new_op - > op , op , sizeof ( grpc_transport_stream_op ) ) ; <nl> + memcpy ( & new_op - > op , op , sizeof ( grpc_transport_stream_op_batch ) ) ; <nl> memset ( & new_op - > state , 0 , sizeof ( new_op - > state ) ) ; <nl> new_op - > s = s ; <nl> new_op - > done = false ; <nl> static bool header_has_authority ( grpc_linked_mdelem * head ) { <nl> Op Execution : Decide if one of the actions contained in the stream op can be <nl> executed . This is the heart of the state machine . <nl> * / <nl> - static bool op_can_be_run ( grpc_transport_stream_op * curr_op , <nl> + static bool op_can_be_run ( grpc_transport_stream_op_batch * curr_op , <nl> struct stream_obj * s , struct op_state * op_state , <nl> enum e_op_id op_id ) { <nl> struct op_state * stream_state = & s - > state ; <nl> static bool op_can_be_run ( grpc_transport_stream_op * curr_op , <nl> * / <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> struct op_and_state * oas ) { <nl> - grpc_transport_stream_op * stream_op = & oas - > op ; <nl> + grpc_transport_stream_op_batch * stream_op = & oas - > op ; <nl> struct stream_obj * s = oas - > s ; <nl> grpc_cronet_transport * t = ( grpc_cronet_transport * ) s - > curr_ct ; <nl> struct op_state * stream_state = & s - > state ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> char * url = NULL ; <nl> const char * method = " POST " ; <nl> s - > header_array . headers = NULL ; <nl> - convert_metadata_to_cronet_headers ( <nl> - stream_op - > send_initial_metadata - > list . head , t - > host , & url , <nl> - & s - > header_array . headers , & s - > header_array . count , & method ) ; <nl> + convert_metadata_to_cronet_headers ( stream_op - > payload - > send_initial_metadata <nl> + . send_initial_metadata - > list . head , <nl> + t - > host , & url , & s - > header_array . headers , <nl> + & s - > header_array . count , & method ) ; <nl> s - > header_array . capacity = s - > header_array . count ; <nl> CRONET_LOG ( GPR_DEBUG , " bidirectional_stream_start ( % p , % s ) " , s - > cbs , url ) ; <nl> bidirectional_stream_start ( s - > cbs , url , 0 , method , & s - > header_array , false ) ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_slice_buffer write_slice_buffer ; <nl> grpc_slice slice ; <nl> grpc_slice_buffer_init ( & write_slice_buffer ) ; <nl> - grpc_byte_stream_next ( NULL , stream_op - > send_message , & slice , <nl> - stream_op - > send_message - > length , NULL ) ; <nl> + grpc_byte_stream_next ( <nl> + NULL , stream_op - > payload - > send_message . send_message , & slice , <nl> + stream_op - > payload - > send_message . send_message - > length , NULL ) ; <nl> grpc_slice_buffer_add ( & write_slice_buffer , slice ) ; <nl> if ( write_slice_buffer . count ! = 1 ) { <nl> / * Empty request not handled yet * / <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> if ( write_slice_buffer . count > 0 ) { <nl> size_t write_buffer_size ; <nl> create_grpc_frame ( & write_slice_buffer , & stream_state - > ws . write_buffer , <nl> - & write_buffer_size , stream_op - > send_message - > flags ) ; <nl> + & write_buffer_size , <nl> + stream_op - > payload - > send_message . send_message - > flags ) ; <nl> CRONET_LOG ( GPR_DEBUG , " bidirectional_stream_write ( % p , % p ) " , s - > cbs , <nl> stream_state - > ws . write_buffer ) ; <nl> stream_state - > state_callback_received [ OP_SEND_MESSAGE ] = false ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> OP_RECV_INITIAL_METADATA ) ) { <nl> CRONET_LOG ( GPR_DEBUG , " running : % p OP_RECV_INITIAL_METADATA " , oas ) ; <nl> if ( stream_state - > state_op_done [ OP_CANCEL_ERROR ] ) { <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + stream_op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } else if ( stream_state - > state_callback_received [ OP_FAILED ] ) { <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + stream_op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } else if ( stream_state - > state_op_done [ OP_RECV_TRAILING_METADATA ] ) { <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + stream_op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } else { <nl> grpc_chttp2_incoming_metadata_buffer_publish ( <nl> exec_ctx , & oas - > s - > state . rs . initial_metadata , <nl> - stream_op - > recv_initial_metadata ) ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + stream_op - > payload - > recv_initial_metadata . recv_initial_metadata ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + stream_op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } <nl> stream_state - > state_op_done [ OP_RECV_INITIAL_METADATA ] = true ; <nl> result = ACTION_TAKEN_NO_CALLBACK ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> CRONET_LOG ( GPR_DEBUG , " running : % p OP_RECV_MESSAGE " , oas ) ; <nl> if ( stream_state - > state_op_done [ OP_CANCEL_ERROR ] ) { <nl> CRONET_LOG ( GPR_DEBUG , " Stream is cancelled . " ) ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> + grpc_closure_sched ( exec_ctx , <nl> + stream_op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> result = ACTION_TAKEN_NO_CALLBACK ; <nl> } else if ( stream_state - > state_callback_received [ OP_FAILED ] ) { <nl> CRONET_LOG ( GPR_DEBUG , " Stream failed . " ) ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> + grpc_closure_sched ( exec_ctx , <nl> + stream_op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> result = ACTION_TAKEN_NO_CALLBACK ; <nl> } else if ( stream_state - > rs . read_stream_closed = = true ) { <nl> / * No more data will be received * / <nl> CRONET_LOG ( GPR_DEBUG , " read stream closed " ) ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> + grpc_closure_sched ( exec_ctx , <nl> + stream_op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> oas - > state . state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> result = ACTION_TAKEN_NO_CALLBACK ; <nl> } else if ( stream_state - > flush_read ) { <nl> CRONET_LOG ( GPR_DEBUG , " flush read " ) ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> + grpc_closure_sched ( exec_ctx , <nl> + stream_op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> oas - > state . state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> } <nl> * ( ( grpc_byte_buffer * * ) stream_op - > recv_message ) = <nl> ( grpc_byte_buffer * ) & stream_state - > rs . sbs ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , stream_op - > payload - > recv_message . recv_message_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> oas - > state . state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> } <nl> * ( ( grpc_byte_buffer * * ) stream_op - > recv_message ) = <nl> ( grpc_byte_buffer * ) & stream_state - > rs . sbs ; <nl> - grpc_closure_sched ( exec_ctx , stream_op - > recv_message_ready , <nl> + grpc_closure_sched ( exec_ctx , <nl> + stream_op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_NONE ) ; <nl> stream_state - > state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> oas - > state . state_op_done [ OP_RECV_MESSAGE ] = true ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> if ( oas - > s - > state . rs . trailing_metadata_valid ) { <nl> grpc_chttp2_incoming_metadata_buffer_publish ( <nl> exec_ctx , & oas - > s - > state . rs . trailing_metadata , <nl> - stream_op - > recv_trailing_metadata ) ; <nl> + stream_op - > payload - > recv_trailing_metadata . recv_trailing_metadata ) ; <nl> stream_state - > rs . trailing_metadata_valid = false ; <nl> } <nl> stream_state - > state_op_done [ OP_RECV_TRAILING_METADATA ] = true ; <nl> result = ACTION_TAKEN_NO_CALLBACK ; <nl> - } else if ( stream_op - > cancel_error & & <nl> + } else if ( stream_op - > cancel_stream & & <nl> op_can_be_run ( stream_op , s , & oas - > state , OP_CANCEL_ERROR ) ) { <nl> CRONET_LOG ( GPR_DEBUG , " running : % p OP_CANCEL_ERROR " , oas ) ; <nl> CRONET_LOG ( GPR_DEBUG , " W : bidirectional_stream_cancel ( % p ) " , s - > cbs ) ; <nl> static enum e_op_result execute_stream_op ( grpc_exec_ctx * exec_ctx , <nl> } <nl> stream_state - > state_op_done [ OP_CANCEL_ERROR ] = true ; <nl> if ( ! stream_state - > cancel_error ) { <nl> - stream_state - > cancel_error = GRPC_ERROR_REF ( stream_op - > cancel_error ) ; <nl> + stream_state - > cancel_error = <nl> + GRPC_ERROR_REF ( stream_op - > payload - > cancel_stream . cancel_error ) ; <nl> } <nl> } else if ( stream_op - > on_complete & & <nl> op_can_be_run ( stream_op , s , & oas - > state , OP_ON_COMPLETE ) ) { <nl> static void set_pollset_set_do_nothing ( grpc_exec_ctx * exec_ctx , <nl> grpc_pollset_set * pollset_set ) { } <nl> <nl> static void perform_stream_op ( grpc_exec_ctx * exec_ctx , grpc_transport * gt , <nl> - grpc_stream * gs , grpc_transport_stream_op * op ) { <nl> + grpc_stream * gs , <nl> + grpc_transport_stream_op_batch * op ) { <nl> CRONET_LOG ( GPR_DEBUG , " perform_stream_op " ) ; <nl> if ( op - > send_initial_metadata & & <nl> - header_has_authority ( op - > send_initial_metadata - > list . head ) ) { <nl> + header_has_authority ( op - > payload - > send_initial_metadata <nl> + . send_initial_metadata - > list . head ) ) { <nl> / * Cronet does not support : authority header field . We cancel the call when <nl> this field is present in metadata * / <nl> - if ( op - > recv_initial_metadata_ready ) { <nl> - grpc_closure_sched ( exec_ctx , op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_CANCELLED ) ; <nl> + if ( op - > recv_initial_metadata ) { <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_CANCELLED ) ; <nl> } <nl> - if ( op - > recv_message_ready ) { <nl> - grpc_closure_sched ( exec_ctx , op - > recv_message_ready , <nl> + if ( op - > recv_message ) { <nl> + grpc_closure_sched ( exec_ctx , op - > payload - > recv_message . recv_message_ready , <nl> GRPC_ERROR_CANCELLED ) ; <nl> } <nl> grpc_closure_sched ( exec_ctx , op - > on_complete , GRPC_ERROR_CANCELLED ) ; <nl> mmm a / src / core / lib / channel / channel_args . c <nl> ppp b / src / core / lib / channel / channel_args . c <nl> int grpc_channel_arg_get_integer ( grpc_arg * arg , grpc_integer_options options ) { <nl> } <nl> return arg - > value . integer ; <nl> } <nl> + <nl> + bool grpc_channel_args_want_minimal_stack ( const grpc_channel_args * args ) { <nl> + const grpc_arg * arg = grpc_channel_args_find ( args , GRPC_ARG_MINIMAL_STACK ) ; <nl> + if ( arg = = NULL ) return false ; <nl> + if ( arg - > type = = GRPC_ARG_INTEGER & & arg - > value . integer = = 0 ) return false ; <nl> + return true ; <nl> + } <nl> mmm a / src / core / lib / channel / channel_args . h <nl> ppp b / src / core / lib / channel / channel_args . h <nl> grpc_channel_args * grpc_channel_args_set_socket_mutator ( <nl> const grpc_arg * grpc_channel_args_find ( const grpc_channel_args * args , <nl> const char * name ) ; <nl> <nl> + bool grpc_channel_args_want_minimal_stack ( const grpc_channel_args * args ) ; <nl> + <nl> typedef struct grpc_integer_options { <nl> int default_value ; / / Return this if value is outside of expected bounds . <nl> int min_value ; <nl> mmm a / src / core / lib / channel / channel_stack . c <nl> ppp b / src / core / lib / channel / channel_stack . c <nl> void grpc_call_stack_destroy ( grpc_exec_ctx * exec_ctx , grpc_call_stack * stack , <nl> } <nl> <nl> void grpc_call_next_op ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> grpc_call_element * next_elem = elem + 1 ; <nl> - next_elem - > filter - > start_transport_stream_op ( exec_ctx , next_elem , op ) ; <nl> + next_elem - > filter - > start_transport_stream_op_batch ( exec_ctx , next_elem , op ) ; <nl> } <nl> <nl> char * grpc_call_next_get_peer ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_stack * grpc_call_stack_from_top_element ( grpc_call_element * elem ) { <nl> void grpc_call_element_signal_error ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> grpc_error * error ) { <nl> - grpc_transport_stream_op * op = grpc_make_transport_stream_op ( NULL ) ; <nl> - op - > cancel_error = error ; <nl> - elem - > filter - > start_transport_stream_op ( exec_ctx , elem , op ) ; <nl> + grpc_transport_stream_op_batch * op = grpc_make_transport_stream_op ( NULL ) ; <nl> + op - > cancel_stream = true ; <nl> + op - > payload - > cancel_stream . cancel_error = error ; <nl> + elem - > filter - > start_transport_stream_op_batch ( exec_ctx , elem , op ) ; <nl> } <nl> mmm a / src / core / lib / channel / channel_stack . h <nl> ppp b / src / core / lib / channel / channel_stack . h <nl> typedef struct { <nl> typedef struct { <nl> / * Called to eg . send / receive data on a call . <nl> See grpc_call_next_op on how to call the next element in the stack * / <nl> - void ( * start_transport_stream_op ) ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) ; <nl> + void ( * start_transport_stream_op_batch ) ( grpc_exec_ctx * exec_ctx , <nl> + grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) ; <nl> / * Called to handle channel level operations - e . g . new calls , or transport <nl> closure . <nl> See grpc_channel_next_op on how to call the next element in the stack * / <nl> void grpc_call_stack_ignore_set_pollset_or_pollset_set ( <nl> grpc_polling_entity * pollent ) ; <nl> / * Call the next operation in a call stack * / <nl> void grpc_call_next_op ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) ; <nl> + grpc_transport_stream_op_batch * op ) ; <nl> / * Call the next operation ( depending on call directionality ) in a channel <nl> stack * / <nl> void grpc_channel_next_op ( grpc_exec_ctx * exec_ctx , grpc_channel_element * elem , <nl> grpc_channel_stack * grpc_channel_stack_from_top_element ( <nl> grpc_call_stack * grpc_call_stack_from_top_element ( grpc_call_element * elem ) ; <nl> <nl> void grpc_call_log_op ( char * file , int line , gpr_log_severity severity , <nl> - grpc_call_element * elem , grpc_transport_stream_op * op ) ; <nl> + grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) ; <nl> <nl> void grpc_call_element_signal_error ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * cur_elem , <nl> mmm a / src / core / lib / channel / compress_filter . c <nl> ppp b / src / core / lib / channel / compress_filter . c <nl> typedef struct call_data { <nl> / * * If true , contents of \ a compression_algorithm are authoritative * / <nl> int has_compression_algorithm ; <nl> <nl> - grpc_transport_stream_op * send_op ; <nl> + grpc_transport_stream_op_batch * send_op ; <nl> uint32_t send_length ; <nl> uint32_t send_flags ; <nl> grpc_slice incoming_slice ; <nl> static void finish_send_message ( grpc_exec_ctx * exec_ctx , <nl> <nl> grpc_slice_buffer_stream_init ( & calld - > replacement_stream , & calld - > slices , <nl> calld - > send_flags ) ; <nl> - calld - > send_op - > send_message = & calld - > replacement_stream . base ; <nl> + calld - > send_op - > payload - > send_message . send_message = <nl> + & calld - > replacement_stream . base ; <nl> calld - > post_send = calld - > send_op - > on_complete ; <nl> calld - > send_op - > on_complete = & calld - > send_done ; <nl> <nl> static void got_slice ( grpc_exec_ctx * exec_ctx , void * elemp , grpc_error * error ) { <nl> static void continue_send_message ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem ) { <nl> call_data * calld = elem - > call_data ; <nl> - while ( grpc_byte_stream_next ( exec_ctx , calld - > send_op - > send_message , <nl> - & calld - > incoming_slice , ~ ( size_t ) 0 , <nl> - & calld - > got_slice ) ) { <nl> + while ( grpc_byte_stream_next ( <nl> + exec_ctx , calld - > send_op - > payload - > send_message . send_message , <nl> + & calld - > incoming_slice , ~ ( size_t ) 0 , & calld - > got_slice ) ) { <nl> grpc_slice_buffer_add ( & calld - > slices , calld - > incoming_slice ) ; <nl> if ( calld - > send_length = = calld - > slices . length ) { <nl> finish_send_message ( exec_ctx , elem ) ; <nl> static void continue_send_message ( grpc_exec_ctx * exec_ctx , <nl> } <nl> } <nl> <nl> - static void compress_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void compress_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> <nl> - GPR_TIMER_BEGIN ( " compress_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_BEGIN ( " compress_start_transport_stream_op_batch " , 0 ) ; <nl> <nl> if ( op - > send_initial_metadata ) { <nl> grpc_error * error = process_send_initial_metadata ( <nl> - exec_ctx , elem , op - > send_initial_metadata ) ; <nl> + exec_ctx , elem , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) { <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> return ; <nl> } <nl> } <nl> - if ( op - > send_message ! = NULL & & <nl> - ! skip_compression ( elem , op - > send_message - > flags ) ) { <nl> + if ( op - > send_message & & <nl> + ! skip_compression ( elem , op - > payload - > send_message . send_message - > flags ) ) { <nl> calld - > send_op = op ; <nl> - calld - > send_length = op - > send_message - > length ; <nl> - calld - > send_flags = op - > send_message - > flags ; <nl> + calld - > send_length = op - > payload - > send_message . send_message - > length ; <nl> + calld - > send_flags = op - > payload - > send_message . send_message - > flags ; <nl> continue_send_message ( exec_ctx , elem ) ; <nl> } else { <nl> / * pass control down the stack * / <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> } <nl> <nl> - GPR_TIMER_END ( " compress_start_transport_stream_op " , 0 ) ; <nl> + GPR_TIMER_END ( " compress_start_transport_stream_op_batch " , 0 ) ; <nl> } <nl> <nl> / * Constructor for call_data * / <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> grpc_channel_element * elem ) { } <nl> <nl> const grpc_channel_filter grpc_compress_filter = { <nl> - compress_start_transport_stream_op , <nl> + compress_start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / channel / connected_channel . c <nl> ppp b / src / core / lib / channel / connected_channel . c <nl> typedef struct connected_channel_call_data { void * unused ; } call_data ; <nl> <nl> / * Intercept a call operation and either push it directly up or translate it <nl> into transport stream operations * / <nl> - static void con_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void con_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> channel_data * chand = elem - > channel_data ; <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> static void con_get_channel_info ( grpc_exec_ctx * exec_ctx , <nl> const grpc_channel_info * channel_info ) { } <nl> <nl> const grpc_channel_filter grpc_connected_filter = { <nl> - con_start_transport_stream_op , <nl> + con_start_transport_stream_op_batch , <nl> con_start_transport_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / channel / deadline_filter . c <nl> ppp b / src / core / lib / channel / deadline_filter . c <nl> static void on_complete ( grpc_exec_ctx * exec_ctx , void * arg , grpc_error * error ) { <nl> <nl> / / Inject our own on_complete callback into op . <nl> static void inject_on_complete_cb ( grpc_deadline_state * deadline_state , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> deadline_state - > next_on_complete = op - > on_complete ; <nl> grpc_closure_init ( & deadline_state - > on_complete , on_complete , deadline_state , <nl> grpc_schedule_on_exec_ctx ) ; <nl> void grpc_deadline_state_reset ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> start_timer_if_needed ( exec_ctx , elem , new_deadline ) ; <nl> } <nl> <nl> - void grpc_deadline_state_client_start_transport_stream_op ( <nl> + void grpc_deadline_state_client_start_transport_stream_op_batch ( <nl> grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> grpc_deadline_state * deadline_state = elem - > call_data ; <nl> - if ( op - > cancel_error ! = GRPC_ERROR_NONE ) { <nl> + if ( op - > cancel_stream ) { <nl> cancel_timer_if_needed ( exec_ctx , deadline_state ) ; <nl> } else { <nl> / / Make sure we know when the call is complete , so that we can cancel <nl> / / the timer . <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> inject_on_complete_cb ( deadline_state , op ) ; <nl> } <nl> } <nl> static void destroy_call_elem ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> } <nl> <nl> / / Method for starting a call op for client filter . <nl> - static void client_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> - grpc_deadline_state_client_start_transport_stream_op ( exec_ctx , elem , op ) ; <nl> + static void client_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> + grpc_deadline_state_client_start_transport_stream_op_batch ( exec_ctx , elem , <nl> + op ) ; <nl> / / Chain to next filter . <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> } <nl> static void recv_initial_metadata_ready ( grpc_exec_ctx * exec_ctx , void * arg , <nl> } <nl> <nl> / / Method for starting a call op for server filter . <nl> - static void server_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void server_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> server_call_data * calld = elem - > call_data ; <nl> - if ( op - > cancel_error ! = GRPC_ERROR_NONE ) { <nl> + if ( op - > cancel_stream ) { <nl> cancel_timer_if_needed ( exec_ctx , & calld - > base . deadline_state ) ; <nl> } else { <nl> / / If we ' re receiving initial metadata , we need to get the deadline <nl> / / from the recv_initial_metadata_ready callback . So we inject our <nl> / / own callback into that hook . <nl> - if ( op - > recv_initial_metadata_ready ! = NULL ) { <nl> - calld - > next_recv_initial_metadata_ready = op - > recv_initial_metadata_ready ; <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> + if ( op - > recv_initial_metadata ) { <nl> + calld - > next_recv_initial_metadata_ready = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> grpc_closure_init ( & calld - > recv_initial_metadata_ready , <nl> recv_initial_metadata_ready , elem , <nl> grpc_schedule_on_exec_ctx ) ; <nl> - op - > recv_initial_metadata_ready = & calld - > recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > recv_initial_metadata_ready ; <nl> } <nl> / / Make sure we know when the call is complete , so that we can cancel <nl> / / the timer . <nl> / / Note that we trigger this on recv_trailing_metadata , even though <nl> / / the client never sends trailing metadata , because this is the <nl> / / hook that tells us when the call is complete on the server side . <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> inject_on_complete_cb ( & calld - > base . deadline_state , op ) ; <nl> } <nl> } <nl> static void server_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> } <nl> <nl> const grpc_channel_filter grpc_client_deadline_filter = { <nl> - client_start_transport_stream_op , <nl> + client_start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( base_call_data ) , <nl> init_call_elem , <nl> const grpc_channel_filter grpc_client_deadline_filter = { <nl> } ; <nl> <nl> const grpc_channel_filter grpc_server_deadline_filter = { <nl> - server_start_transport_stream_op , <nl> + server_start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( server_call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / channel / deadline_filter . h <nl> ppp b / src / core / lib / channel / deadline_filter . h <nl> void grpc_deadline_state_start ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> void grpc_deadline_state_reset ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> gpr_timespec new_deadline ) ; <nl> <nl> - / / To be called from the client - side filter ' s start_transport_stream_op ( ) <nl> + / / To be called from the client - side filter ' s start_transport_stream_op_batch ( ) <nl> / / method . Ensures that the deadline timer is cancelled when the call <nl> / / is completed . <nl> / / <nl> / / Note : It is the caller ' s responsibility to chain to the next filter if <nl> / / necessary after this function returns . <nl> - void grpc_deadline_state_client_start_transport_stream_op ( <nl> + void grpc_deadline_state_client_start_transport_stream_op_batch ( <nl> grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) ; <nl> + grpc_transport_stream_op_batch * op ) ; <nl> <nl> / / Deadline filters for direct client channels and server channels . <nl> / / Note : Deadlines for non - direct client channels are handled by the <nl> mmm a / src / core / lib / channel / http_client_filter . c <nl> ppp b / src / core / lib / channel / http_client_filter . c <nl> typedef struct call_data { <nl> uint8_t * payload_bytes ; <nl> <nl> / * Vars to read data off of send_message * / <nl> - grpc_transport_stream_op send_op ; <nl> + grpc_transport_stream_op_batch * send_op ; <nl> uint32_t send_length ; <nl> uint32_t send_flags ; <nl> grpc_slice incoming_slice ; <nl> static void continue_send_message ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem ) { <nl> call_data * calld = elem - > call_data ; <nl> uint8_t * wrptr = calld - > payload_bytes ; <nl> - while ( grpc_byte_stream_next ( exec_ctx , calld - > send_op . send_message , <nl> - & calld - > incoming_slice , ~ ( size_t ) 0 , <nl> - & calld - > got_slice ) ) { <nl> + while ( grpc_byte_stream_next ( <nl> + exec_ctx , calld - > send_op - > payload - > send_message . send_message , <nl> + & calld - > incoming_slice , ~ ( size_t ) 0 , & calld - > got_slice ) ) { <nl> memcpy ( wrptr , GRPC_SLICE_START_PTR ( calld - > incoming_slice ) , <nl> GRPC_SLICE_LENGTH ( calld - > incoming_slice ) ) ; <nl> wrptr + = GRPC_SLICE_LENGTH ( calld - > incoming_slice ) ; <nl> static void got_slice ( grpc_exec_ctx * exec_ctx , void * elemp , grpc_error * error ) { <nl> / * Pass down the original send_message op that was blocked . * / <nl> grpc_slice_buffer_stream_init ( & calld - > replacement_stream , & calld - > slices , <nl> calld - > send_flags ) ; <nl> - calld - > send_op . send_message = & calld - > replacement_stream . base ; <nl> - calld - > post_send = calld - > send_op . on_complete ; <nl> - calld - > send_op . on_complete = & calld - > send_done ; <nl> - grpc_call_next_op ( exec_ctx , elem , & calld - > send_op ) ; <nl> + calld - > send_op - > payload - > send_message . send_message = <nl> + & calld - > replacement_stream . base ; <nl> + calld - > post_send = calld - > send_op - > on_complete ; <nl> + calld - > send_op - > on_complete = & calld - > send_done ; <nl> + grpc_call_next_op ( exec_ctx , elem , calld - > send_op ) ; <nl> } else { <nl> continue_send_message ( exec_ctx , elem ) ; <nl> } <nl> static void got_slice ( grpc_exec_ctx * exec_ctx , void * elemp , grpc_error * error ) { <nl> <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> / * grab pointers to our data from the call element * / <nl> call_data * calld = elem - > call_data ; <nl> channel_data * channeld = elem - > channel_data ; <nl> grpc_error * error ; <nl> <nl> - if ( op - > send_initial_metadata ! = NULL ) { <nl> + if ( op - > send_initial_metadata ) { <nl> / * Decide which HTTP VERB to use . We use GET if the request is marked <nl> cacheable , and the operation contains both initial metadata and send <nl> message , and the payload is below the size threshold , and all the data <nl> for this request is immediately available . * / <nl> grpc_mdelem method = GRPC_MDELEM_METHOD_POST ; <nl> - if ( ( op - > send_initial_metadata_flags & <nl> + if ( op - > send_message & & <nl> + ( op - > payload - > send_initial_metadata . send_initial_metadata_flags & <nl> GRPC_INITIAL_METADATA_CACHEABLE_REQUEST ) & & <nl> - op - > send_message ! = NULL & & <nl> - op - > send_message - > length < channeld - > max_payload_size_for_get ) { <nl> + op - > payload - > send_message . send_message - > length < <nl> + channeld - > max_payload_size_for_get ) { <nl> method = GRPC_MDELEM_METHOD_GET ; <nl> / * The following write to calld - > send_message_blocked isn ' t racy with <nl> reads in hc_start_transport_op ( which deals with SEND_MESSAGE ops ) because <nl> being here means ops - > send_message is not NULL , which is primarily <nl> guarding the read there . * / <nl> calld - > send_message_blocked = true ; <nl> - } else if ( op - > send_initial_metadata_flags & <nl> + } else if ( op - > payload - > send_initial_metadata . send_initial_metadata_flags & <nl> GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) { <nl> method = GRPC_MDELEM_METHOD_PUT ; <nl> } <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> / * Attempt to read the data from send_message and create a header field . * / <nl> if ( grpc_mdelem_eq ( method , GRPC_MDELEM_METHOD_GET ) ) { <nl> / * allocate memory to hold the entire payload * / <nl> - calld - > payload_bytes = gpr_malloc ( op - > send_message - > length ) ; <nl> + calld - > payload_bytes = <nl> + gpr_malloc ( op - > payload - > send_message . send_message - > length ) ; <nl> <nl> / * read slices of send_message and copy into payload_bytes * / <nl> - calld - > send_op = * op ; <nl> - calld - > send_length = op - > send_message - > length ; <nl> - calld - > send_flags = op - > send_message - > flags ; <nl> + calld - > send_op = op ; <nl> + calld - > send_length = op - > payload - > send_message . send_message - > length ; <nl> + calld - > send_flags = op - > payload - > send_message . send_message - > flags ; <nl> continue_send_message ( exec_ctx , elem ) ; <nl> <nl> if ( calld - > send_message_blocked = = false ) { <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> const unsigned char k_query_separator = ' ? ' ; <nl> <nl> grpc_slice path_slice = <nl> - GRPC_MDVALUE ( op - > send_initial_metadata - > idx . named . path - > md ) ; <nl> + GRPC_MDVALUE ( op - > payload - > send_initial_metadata <nl> + . send_initial_metadata - > idx . named . path - > md ) ; <nl> / * sum up individual component ' s lengths and allocate enough memory to <nl> * hold combined path + query * / <nl> size_t estimated_len = GRPC_SLICE_LENGTH ( path_slice ) ; <nl> estimated_len + + ; / * for the ' ? ' * / <nl> estimated_len + = grpc_base64_estimate_encoded_size ( <nl> - op - > send_message - > length , k_url_safe , k_multi_line ) ; <nl> + op - > payload - > send_message . send_message - > length , k_url_safe , <nl> + k_multi_line ) ; <nl> estimated_len + = 1 ; / * for the trailing 0 * / <nl> grpc_slice path_with_query_slice = grpc_slice_malloc ( estimated_len ) ; <nl> <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> write_ptr + + ; / * for the ' ? ' * / <nl> <nl> grpc_base64_encode_core ( ( char * ) write_ptr , calld - > payload_bytes , <nl> - op - > send_message - > length , k_url_safe , <nl> - k_multi_line ) ; <nl> + op - > payload - > send_message . send_message - > length , <nl> + k_url_safe , k_multi_line ) ; <nl> <nl> / * remove trailing unused memory and add trailing 0 to terminate string <nl> * / <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> / * substitute previous path with the new path + query * / <nl> grpc_mdelem mdelem_path_and_query = grpc_mdelem_from_slices ( <nl> exec_ctx , GRPC_MDSTR_PATH , path_with_query_slice ) ; <nl> - grpc_metadata_batch * b = op - > send_initial_metadata ; <nl> + grpc_metadata_batch * b = <nl> + op - > payload - > send_initial_metadata . send_initial_metadata ; <nl> error = grpc_metadata_batch_substitute ( exec_ctx , b , b - > idx . named . path , <nl> mdelem_path_and_query ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> <nl> calld - > on_complete = op - > on_complete ; <nl> op - > on_complete = & calld - > hc_on_complete ; <nl> - op - > send_message = NULL ; <nl> + op - > send_message = false ; <nl> grpc_slice_unref_internal ( exec_ctx , path_with_query_slice ) ; <nl> } else { <nl> / * Not all data is available . Fall back to POST . * / <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> } <nl> } <nl> <nl> - remove_if_present ( exec_ctx , op - > send_initial_metadata , GRPC_BATCH_METHOD ) ; <nl> - remove_if_present ( exec_ctx , op - > send_initial_metadata , GRPC_BATCH_SCHEME ) ; <nl> - remove_if_present ( exec_ctx , op - > send_initial_metadata , GRPC_BATCH_TE ) ; <nl> - remove_if_present ( exec_ctx , op - > send_initial_metadata , <nl> + remove_if_present ( exec_ctx , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + GRPC_BATCH_METHOD ) ; <nl> + remove_if_present ( exec_ctx , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + GRPC_BATCH_SCHEME ) ; <nl> + remove_if_present ( exec_ctx , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + GRPC_BATCH_TE ) ; <nl> + remove_if_present ( exec_ctx , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> GRPC_BATCH_CONTENT_TYPE ) ; <nl> - remove_if_present ( exec_ctx , op - > send_initial_metadata , <nl> + remove_if_present ( exec_ctx , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata , <nl> GRPC_BATCH_USER_AGENT ) ; <nl> <nl> / * Send : prefixed headers , which have to be before any application <nl> layer headers . * / <nl> - error = grpc_metadata_batch_add_head ( exec_ctx , op - > send_initial_metadata , <nl> - & calld - > method , method ) ; <nl> + error = grpc_metadata_batch_add_head ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > method , method ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> - error = <nl> - grpc_metadata_batch_add_head ( exec_ctx , op - > send_initial_metadata , <nl> - & calld - > scheme , channeld - > static_scheme ) ; <nl> + error = grpc_metadata_batch_add_head ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > scheme , channeld - > static_scheme ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> - error = grpc_metadata_batch_add_tail ( exec_ctx , op - > send_initial_metadata , <nl> - & calld - > te_trailers , <nl> - GRPC_MDELEM_TE_TRAILERS ) ; <nl> + error = grpc_metadata_batch_add_tail ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > te_trailers , GRPC_MDELEM_TE_TRAILERS ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> error = grpc_metadata_batch_add_tail ( <nl> - exec_ctx , op - > send_initial_metadata , & calld - > content_type , <nl> - GRPC_MDELEM_CONTENT_TYPE_APPLICATION_SLASH_GRPC ) ; <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > content_type , GRPC_MDELEM_CONTENT_TYPE_APPLICATION_SLASH_GRPC ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> - error = grpc_metadata_batch_add_tail ( exec_ctx , op - > send_initial_metadata , <nl> - & calld - > user_agent , <nl> - GRPC_MDELEM_REF ( channeld - > user_agent ) ) ; <nl> + error = grpc_metadata_batch_add_tail ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > user_agent , GRPC_MDELEM_REF ( channeld - > user_agent ) ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) return error ; <nl> } <nl> <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> + if ( op - > recv_initial_metadata ) { <nl> / * substitute our callback for the higher callback * / <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> - calld - > on_done_recv_initial_metadata = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > hc_on_recv_initial_metadata ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> + calld - > on_done_recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > hc_on_recv_initial_metadata ; <nl> } <nl> <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> / * substitute our callback for the higher callback * / <nl> - calld - > recv_trailing_metadata = op - > recv_trailing_metadata ; <nl> + calld - > recv_trailing_metadata = <nl> + op - > payload - > recv_trailing_metadata . recv_trailing_metadata ; <nl> calld - > on_done_recv_trailing_metadata = op - > on_complete ; <nl> op - > on_complete = & calld - > hc_on_recv_trailing_metadata ; <nl> } <nl> static grpc_error * hc_mutate_op ( grpc_exec_ctx * exec_ctx , <nl> <nl> static void hc_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> GPR_TIMER_BEGIN ( " hc_start_transport_op " , 0 ) ; <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> grpc_error * error = hc_mutate_op ( exec_ctx , elem , op ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) { <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> } else { <nl> call_data * calld = elem - > call_data ; <nl> - if ( op - > send_message ! = NULL & & calld - > send_message_blocked ) { <nl> + if ( op - > send_message & & calld - > send_message_blocked ) { <nl> / * Don ' t forward the op . send_message contains slices that aren ' t ready <nl> - yet . The call will be forwarded by the op_complete of slice read call . <nl> + yet . The call will be forwarded by the op_complete of slice read call . <nl> * / <nl> } else { <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> mmm a / src / core / lib / channel / http_server_filter . c <nl> ppp b / src / core / lib / channel / http_server_filter . c <nl> typedef struct call_data { <nl> bool payload_bin_delivered ; <nl> <nl> grpc_metadata_batch * recv_initial_metadata ; <nl> - bool * recv_idempotent_request ; <nl> - bool * recv_cacheable_request ; <nl> + uint32_t * recv_initial_metadata_flags ; <nl> / * * Closure to call when finished with the hs_on_recv hook * / <nl> grpc_closure * on_done_recv ; <nl> / * * Closure to call when we retrieve read message from the path URI <nl> static grpc_error * server_filter_incoming_metadata ( grpc_exec_ctx * exec_ctx , <nl> <nl> if ( b - > idx . named . method ! = NULL ) { <nl> if ( grpc_mdelem_eq ( b - > idx . named . method - > md , GRPC_MDELEM_METHOD_POST ) ) { <nl> - * calld - > recv_idempotent_request = false ; <nl> - * calld - > recv_cacheable_request = false ; <nl> + * calld - > recv_initial_metadata_flags & = <nl> + ~ ( GRPC_INITIAL_METADATA_CACHEABLE_REQUEST | <nl> + GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) ; <nl> } else if ( grpc_mdelem_eq ( b - > idx . named . method - > md , <nl> GRPC_MDELEM_METHOD_PUT ) ) { <nl> - * calld - > recv_idempotent_request = true ; <nl> + * calld - > recv_initial_metadata_flags & = <nl> + ~ GRPC_INITIAL_METADATA_CACHEABLE_REQUEST ; <nl> + * calld - > recv_initial_metadata_flags | = <nl> + GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ; <nl> } else if ( grpc_mdelem_eq ( b - > idx . named . method - > md , <nl> GRPC_MDELEM_METHOD_GET ) ) { <nl> - * calld - > recv_cacheable_request = true ; <nl> + * calld - > recv_initial_metadata_flags | = <nl> + GRPC_INITIAL_METADATA_CACHEABLE_REQUEST ; <nl> + * calld - > recv_initial_metadata_flags & = <nl> + ~ GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ; <nl> } else { <nl> add_error ( error_name , & error , <nl> grpc_attach_md_to_error ( <nl> static grpc_error * server_filter_incoming_metadata ( grpc_exec_ctx * exec_ctx , <nl> grpc_error_set_str ( <nl> GRPC_ERROR_CREATE_FROM_STATIC_STRING ( " Missing header " ) , <nl> GRPC_ERROR_STR_KEY , grpc_slice_from_static_string ( " : path " ) ) ) ; <nl> - } else if ( * calld - > recv_cacheable_request = = true ) { <nl> + } else if ( * calld - > recv_initial_metadata_flags & <nl> + GRPC_INITIAL_METADATA_CACHEABLE_REQUEST ) { <nl> / * We have a cacheable request made with GET verb . The path contains the <nl> * query parameter which is base64 encoded request payload . * / <nl> const char k_query_separator = ' ? ' ; <nl> static void hs_recv_message_ready ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> } <nl> <nl> static void hs_mutate_op ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> / * grab pointers to our data from the call element * / <nl> call_data * calld = elem - > call_data ; <nl> <nl> - if ( op - > send_initial_metadata ! = NULL ) { <nl> + if ( op - > send_initial_metadata ) { <nl> grpc_error * error = GRPC_ERROR_NONE ; <nl> static const char * error_name = " Failed sending initial metadata " ; <nl> - add_error ( error_name , & error , grpc_metadata_batch_add_head ( <nl> - exec_ctx , op - > send_initial_metadata , <nl> - & calld - > status , GRPC_MDELEM_STATUS_200 ) ) ; <nl> - add_error ( error_name , & error , <nl> - grpc_metadata_batch_add_tail ( <nl> - exec_ctx , op - > send_initial_metadata , & calld - > content_type , <nl> - GRPC_MDELEM_CONTENT_TYPE_APPLICATION_SLASH_GRPC ) ) ; <nl> + add_error ( <nl> + error_name , & error , <nl> + grpc_metadata_batch_add_head ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > status , GRPC_MDELEM_STATUS_200 ) ) ; <nl> + add_error ( <nl> + error_name , & error , <nl> + grpc_metadata_batch_add_tail ( <nl> + exec_ctx , op - > payload - > send_initial_metadata . send_initial_metadata , <nl> + & calld - > content_type , <nl> + GRPC_MDELEM_CONTENT_TYPE_APPLICATION_SLASH_GRPC ) ) ; <nl> add_error ( error_name , & error , <nl> - server_filter_outgoing_metadata ( exec_ctx , elem , <nl> - op - > send_initial_metadata ) ) ; <nl> + server_filter_outgoing_metadata ( <nl> + exec_ctx , elem , <nl> + op - > payload - > send_initial_metadata . send_initial_metadata ) ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) { <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> return ; <nl> } <nl> } <nl> <nl> if ( op - > recv_initial_metadata ) { <nl> / * substitute our callback for the higher callback * / <nl> - GPR_ASSERT ( op - > recv_idempotent_request ! = NULL ) ; <nl> - GPR_ASSERT ( op - > recv_cacheable_request ! = NULL ) ; <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> - calld - > recv_idempotent_request = op - > recv_idempotent_request ; <nl> - calld - > recv_cacheable_request = op - > recv_cacheable_request ; <nl> - calld - > on_done_recv = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > hs_on_recv ; <nl> + GPR_ASSERT ( op - > payload - > recv_initial_metadata . recv_flags ! = NULL ) ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> + calld - > recv_initial_metadata_flags = <nl> + op - > payload - > recv_initial_metadata . recv_flags ; <nl> + calld - > on_done_recv = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > hs_on_recv ; <nl> } <nl> <nl> if ( op - > recv_message ) { <nl> - calld - > recv_message_ready = op - > recv_message_ready ; <nl> - calld - > pp_recv_message = op - > recv_message ; <nl> - if ( op - > recv_message_ready ) { <nl> - op - > recv_message_ready = & calld - > hs_recv_message_ready ; <nl> + calld - > recv_message_ready = op - > payload - > recv_message . recv_message_ready ; <nl> + calld - > pp_recv_message = op - > payload - > recv_message . recv_message ; <nl> + if ( op - > payload - > recv_message . recv_message_ready ) { <nl> + op - > payload - > recv_message . recv_message_ready = <nl> + & calld - > hs_recv_message_ready ; <nl> } <nl> if ( op - > on_complete ) { <nl> calld - > on_complete = op - > on_complete ; <nl> static void hs_mutate_op ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> <nl> if ( op - > send_trailing_metadata ) { <nl> grpc_error * error = server_filter_outgoing_metadata ( <nl> - exec_ctx , elem , op - > send_trailing_metadata ) ; <nl> + exec_ctx , elem , <nl> + op - > payload - > send_trailing_metadata . send_trailing_metadata ) ; <nl> if ( error ! = GRPC_ERROR_NONE ) { <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> return ; <nl> } <nl> } <nl> static void hs_mutate_op ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> <nl> static void hs_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> GPR_TIMER_BEGIN ( " hs_start_transport_op " , 0 ) ; <nl> hs_mutate_op ( exec_ctx , elem , op ) ; <nl> mmm a / src / core / lib / channel / message_size_filter . c <nl> ppp b / src / core / lib / channel / message_size_filter . c <nl> static void recv_message_ready ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> gpr_free ( message_string ) ; <nl> } <nl> / / Invoke the next callback . <nl> - grpc_closure_sched ( exec_ctx , calld - > next_recv_message_ready , error ) ; <nl> + grpc_closure_run ( exec_ctx , calld - > next_recv_message_ready , error ) ; <nl> } <nl> <nl> / / Start transport stream op . <nl> - static void start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> / / Check max send message size . <nl> - if ( op - > send_message ! = NULL & & calld - > max_send_size > = 0 & & <nl> - op - > send_message - > length > ( size_t ) calld - > max_send_size ) { <nl> + if ( op - > send_message & & calld - > max_send_size > = 0 & & <nl> + op - > payload - > send_message . send_message - > length > <nl> + ( size_t ) calld - > max_send_size ) { <nl> char * message_string ; <nl> gpr_asprintf ( & message_string , " Sent message larger than max ( % u vs . % d ) " , <nl> - op - > send_message - > length , calld - > max_send_size ) ; <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + op - > payload - > send_message . send_message - > length , <nl> + calld - > max_send_size ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , op , <nl> grpc_error_set_int ( GRPC_ERROR_CREATE_FROM_COPIED_STRING ( message_string ) , <nl> GRPC_ERROR_INT_GRPC_STATUS , <nl> static void start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> return ; <nl> } <nl> / / Inject callback for receiving a message . <nl> - if ( op - > recv_message_ready ! = NULL ) { <nl> - calld - > next_recv_message_ready = op - > recv_message_ready ; <nl> - calld - > recv_message = op - > recv_message ; <nl> - op - > recv_message_ready = & calld - > recv_message_ready ; <nl> + if ( op - > recv_message ) { <nl> + calld - > next_recv_message_ready = <nl> + op - > payload - > recv_message . recv_message_ready ; <nl> + calld - > recv_message = op - > payload - > recv_message . recv_message ; <nl> + op - > payload - > recv_message . recv_message_ready = & calld - > recv_message_ready ; <nl> } <nl> / / Chain to the next filter . <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> } <nl> <nl> const grpc_channel_filter grpc_message_size_filter = { <nl> - start_transport_stream_op , <nl> + start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / iomgr / ev_epoll_linux . c <nl> ppp b / src / core / lib / iomgr / ev_epoll_linux . c <nl> <nl> <nl> # include " src / core / lib / iomgr / ev_posix . h " <nl> # include " src / core / lib / iomgr / iomgr_internal . h " <nl> + # include " src / core / lib / iomgr / timer . h " <nl> # include " src / core / lib / iomgr / wakeup_fd_posix . h " <nl> # include " src / core / lib / iomgr / workqueue . h " <nl> # include " src / core / lib / profiling / timers . h " <nl> static int poll_deadline_to_millis_timeout ( gpr_timespec deadline , <nl> return 0 ; <nl> } <nl> timeout = gpr_time_sub ( deadline , now ) ; <nl> - return gpr_time_to_millis ( gpr_time_add ( <nl> + int millis = gpr_time_to_millis ( gpr_time_add ( <nl> timeout , gpr_time_from_nanos ( GPR_NS_PER_MS - 1 , GPR_TIMESPAN ) ) ) ; <nl> + return millis > = 1 ? millis : 1 ; <nl> } <nl> <nl> static void fd_become_readable ( grpc_exec_ctx * exec_ctx , grpc_fd * fd , <nl> static void pollset_work_and_unlock ( grpc_exec_ctx * exec_ctx , <nl> for ( int i = 0 ; i < ep_rv ; + + i ) { <nl> void * data_ptr = ep_ev [ i ] . data . ptr ; <nl> if ( data_ptr = = & global_wakeup_fd ) { <nl> + grpc_timer_consume_kick ( ) ; <nl> append_error ( error , grpc_wakeup_fd_consume_wakeup ( & global_wakeup_fd ) , <nl> err_desc ) ; <nl> } else if ( data_ptr = = & pi - > workqueue_wakeup_fd ) { <nl> mmm a / src / core / lib / iomgr / ev_poll_posix . c <nl> ppp b / src / core / lib / iomgr / ev_poll_posix . c <nl> <nl> # include < grpc / support / useful . h > <nl> <nl> # include " src / core / lib / iomgr / iomgr_internal . h " <nl> + # include " src / core / lib / iomgr / timer . h " <nl> # include " src / core / lib / iomgr / wakeup_fd_cv . h " <nl> # include " src / core / lib / iomgr / wakeup_fd_posix . h " <nl> # include " src / core / lib / profiling / timers . h " <nl> static grpc_error * pollset_work ( grpc_exec_ctx * exec_ctx , grpc_pollset * pollset , <nl> } <nl> } else { <nl> if ( pfds [ 0 ] . revents & POLLIN_CHECK ) { <nl> + grpc_timer_consume_kick ( ) ; <nl> work_combine_error ( & error , <nl> grpc_wakeup_fd_consume_wakeup ( & global_wakeup_fd ) ) ; <nl> } <nl> mmm a / src / core / lib / iomgr / timer . h <nl> ppp b / src / core / lib / iomgr / timer . h <nl> bool grpc_timer_check ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> void grpc_timer_list_init ( gpr_timespec now ) ; <nl> void grpc_timer_list_shutdown ( grpc_exec_ctx * exec_ctx ) ; <nl> <nl> + / * Consume a kick issued by grpc_kick_poller * / <nl> + void grpc_timer_consume_kick ( void ) ; <nl> + <nl> / * the following must be implemented by each iomgr implementation * / <nl> <nl> void grpc_kick_poller ( void ) ; <nl> mmm a / src / core / lib / iomgr / timer_generic . c <nl> ppp b / src / core / lib / iomgr / timer_generic . c <nl> <nl> <nl> # include " src / core / lib / iomgr / timer . h " <nl> <nl> + # include < grpc / support / alloc . h > <nl> # include < grpc / support / log . h > <nl> + # include < grpc / support / string_util . h > <nl> # include < grpc / support / sync . h > <nl> + # include < grpc / support / tls . h > <nl> # include < grpc / support / useful . h > <nl> + # include " src / core / lib / debug / trace . h " <nl> # include " src / core / lib / iomgr / time_averaged_stats . h " <nl> # include " src / core / lib / iomgr / timer_heap . h " <nl> # include " src / core / lib / support / spinlock . h " <nl> <nl> # define MIN_QUEUE_WINDOW_DURATION 0 . 01 <nl> # define MAX_QUEUE_WINDOW_DURATION 1 <nl> <nl> + int grpc_timer_trace = 0 ; <nl> + int grpc_timer_check_trace = 0 ; <nl> + <nl> typedef struct { <nl> gpr_mu mu ; <nl> grpc_time_averaged_stats stats ; <nl> / * All and only timers with deadlines < = this will be in the heap . * / <nl> - gpr_timespec queue_deadline_cap ; <nl> - gpr_timespec min_deadline ; <nl> + gpr_atm queue_deadline_cap ; <nl> + gpr_atm min_deadline ; <nl> / * Index in the g_shard_queue * / <nl> uint32_t shard_queue_index ; <nl> / * This holds all timers with deadlines < queue_deadline_cap . Timers in this <nl> typedef struct { <nl> grpc_timer list ; <nl> } shard_type ; <nl> <nl> - / * Protects g_shard_queue * / <nl> - static gpr_mu g_mu ; <nl> - / * Allow only one run_some_expired_timers at once * / <nl> - static gpr_spinlock g_checker_mu = GPR_SPINLOCK_STATIC_INITIALIZER ; <nl> + struct shared_mutables { <nl> + gpr_atm min_timer ; <nl> + / * Allow only one run_some_expired_timers at once * / <nl> + gpr_spinlock checker_mu ; <nl> + bool initialized ; <nl> + / * Protects g_shard_queue * / <nl> + gpr_mu mu ; <nl> + } GPR_ALIGN_STRUCT ( GPR_CACHELINE_SIZE ) ; <nl> + <nl> + static struct shared_mutables g_shared_mutables = { <nl> + . checker_mu = GPR_SPINLOCK_STATIC_INITIALIZER , . initialized = false , <nl> + } ; <nl> static gpr_clock_type g_clock_type ; <nl> static shard_type g_shards [ NUM_SHARDS ] ; <nl> - / * Protected by g_mu * / <nl> + / * Protected by g_shared_mutables . mu * / <nl> static shard_type * g_shard_queue [ NUM_SHARDS ] ; <nl> - static bool g_initialized = false ; <nl> + static gpr_timespec g_start_time ; <nl> + <nl> + GPR_TLS_DECL ( g_last_seen_min_timer ) ; <nl> + <nl> + static gpr_atm saturating_add ( gpr_atm a , gpr_atm b ) { <nl> + if ( a > GPR_ATM_MAX - b ) { <nl> + return GPR_ATM_MAX ; <nl> + } <nl> + return a + b ; <nl> + } <nl> + <nl> + static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_atm now , <nl> + gpr_atm * next , grpc_error * error ) ; <nl> + <nl> + static gpr_timespec dbl_to_ts ( double d ) { <nl> + gpr_timespec ts ; <nl> + ts . tv_sec = ( int64_t ) d ; <nl> + ts . tv_nsec = ( int32_t ) ( 1e9 * ( d - ( double ) ts . tv_sec ) ) ; <nl> + ts . clock_type = GPR_TIMESPAN ; <nl> + return ts ; <nl> + } <nl> + <nl> + static gpr_atm timespec_to_atm_round_up ( gpr_timespec ts ) { <nl> + ts = gpr_time_sub ( ts , g_start_time ) ; <nl> + double x = GPR_MS_PER_SEC * ( double ) ts . tv_sec + <nl> + ( double ) ts . tv_nsec / GPR_NS_PER_MS + <nl> + ( double ) ( GPR_NS_PER_SEC - 1 ) / ( double ) GPR_NS_PER_SEC ; <nl> + if ( x < 0 ) return 0 ; <nl> + if ( x > GPR_ATM_MAX ) return GPR_ATM_MAX ; <nl> + return ( gpr_atm ) x ; <nl> + } <nl> + <nl> + static gpr_atm timespec_to_atm_round_down ( gpr_timespec ts ) { <nl> + ts = gpr_time_sub ( ts , g_start_time ) ; <nl> + double x = <nl> + GPR_MS_PER_SEC * ( double ) ts . tv_sec + ( double ) ts . tv_nsec / GPR_NS_PER_MS ; <nl> + if ( x < 0 ) return 0 ; <nl> + if ( x > GPR_ATM_MAX ) return GPR_ATM_MAX ; <nl> + return ( gpr_atm ) x ; <nl> + } <nl> <nl> - static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> - gpr_timespec * next , grpc_error * error ) ; <nl> + static gpr_timespec atm_to_timespec ( gpr_atm x ) { <nl> + return gpr_time_add ( g_start_time , dbl_to_ts ( ( double ) x / 1000 . 0 ) ) ; <nl> + } <nl> <nl> - static gpr_timespec compute_min_deadline ( shard_type * shard ) { <nl> + static gpr_atm compute_min_deadline ( shard_type * shard ) { <nl> return grpc_timer_heap_is_empty ( & shard - > heap ) <nl> - ? shard - > queue_deadline_cap <nl> + ? saturating_add ( shard - > queue_deadline_cap , 1 ) <nl> : grpc_timer_heap_top ( & shard - > heap ) - > deadline ; <nl> } <nl> <nl> void grpc_timer_list_init ( gpr_timespec now ) { <nl> uint32_t i ; <nl> <nl> - g_initialized = true ; <nl> - gpr_mu_init ( & g_mu ) ; <nl> + g_shared_mutables . initialized = true ; <nl> + gpr_mu_init ( & g_shared_mutables . mu ) ; <nl> g_clock_type = now . clock_type ; <nl> + g_start_time = now ; <nl> + g_shared_mutables . min_timer = timespec_to_atm_round_down ( now ) ; <nl> + gpr_tls_init ( & g_last_seen_min_timer ) ; <nl> + gpr_tls_set ( & g_last_seen_min_timer , 0 ) ; <nl> + grpc_register_tracer ( " timer " , & grpc_timer_trace ) ; <nl> + grpc_register_tracer ( " timer_check " , & grpc_timer_check_trace ) ; <nl> <nl> for ( i = 0 ; i < NUM_SHARDS ; i + + ) { <nl> shard_type * shard = & g_shards [ i ] ; <nl> gpr_mu_init ( & shard - > mu ) ; <nl> grpc_time_averaged_stats_init ( & shard - > stats , 1 . 0 / ADD_DEADLINE_SCALE , 0 . 1 , <nl> 0 . 5 ) ; <nl> - shard - > queue_deadline_cap = now ; <nl> + shard - > queue_deadline_cap = g_shared_mutables . min_timer ; <nl> shard - > shard_queue_index = i ; <nl> grpc_timer_heap_init ( & shard - > heap ) ; <nl> shard - > list . next = shard - > list . prev = & shard - > list ; <nl> void grpc_timer_list_init ( gpr_timespec now ) { <nl> void grpc_timer_list_shutdown ( grpc_exec_ctx * exec_ctx ) { <nl> int i ; <nl> run_some_expired_timers ( <nl> - exec_ctx , gpr_inf_future ( g_clock_type ) , NULL , <nl> + exec_ctx , GPR_ATM_MAX , NULL , <nl> GRPC_ERROR_CREATE_FROM_STATIC_STRING ( " Timer list shutdown " ) ) ; <nl> for ( i = 0 ; i < NUM_SHARDS ; i + + ) { <nl> shard_type * shard = & g_shards [ i ] ; <nl> gpr_mu_destroy ( & shard - > mu ) ; <nl> grpc_timer_heap_destroy ( & shard - > heap ) ; <nl> } <nl> - gpr_mu_destroy ( & g_mu ) ; <nl> - g_initialized = false ; <nl> + gpr_mu_destroy ( & g_shared_mutables . mu ) ; <nl> + gpr_tls_destroy ( & g_last_seen_min_timer ) ; <nl> + g_shared_mutables . initialized = false ; <nl> } <nl> <nl> static double ts_to_dbl ( gpr_timespec ts ) { <nl> return ( double ) ts . tv_sec + 1e - 9 * ts . tv_nsec ; <nl> } <nl> <nl> - static gpr_timespec dbl_to_ts ( double d ) { <nl> - gpr_timespec ts ; <nl> - ts . tv_sec = ( int64_t ) d ; <nl> - ts . tv_nsec = ( int32_t ) ( 1e9 * ( d - ( double ) ts . tv_sec ) ) ; <nl> - ts . clock_type = GPR_TIMESPAN ; <nl> - return ts ; <nl> - } <nl> - <nl> + / * returns true if the first element in the list * / <nl> static void list_join ( grpc_timer * head , grpc_timer * timer ) { <nl> timer - > next = head ; <nl> timer - > prev = head - > prev ; <nl> static void swap_adjacent_shards_in_queue ( uint32_t first_shard_queue_index ) { <nl> <nl> static void note_deadline_change ( shard_type * shard ) { <nl> while ( shard - > shard_queue_index > 0 & & <nl> - gpr_time_cmp ( <nl> - shard - > min_deadline , <nl> - g_shard_queue [ shard - > shard_queue_index - 1 ] - > min_deadline ) < 0 ) { <nl> + shard - > min_deadline < <nl> + g_shard_queue [ shard - > shard_queue_index - 1 ] - > min_deadline ) { <nl> swap_adjacent_shards_in_queue ( shard - > shard_queue_index - 1 ) ; <nl> } <nl> while ( shard - > shard_queue_index < NUM_SHARDS - 1 & & <nl> - gpr_time_cmp ( <nl> - shard - > min_deadline , <nl> - g_shard_queue [ shard - > shard_queue_index + 1 ] - > min_deadline ) > 0 ) { <nl> + shard - > min_deadline > <nl> + g_shard_queue [ shard - > shard_queue_index + 1 ] - > min_deadline ) { <nl> swap_adjacent_shards_in_queue ( shard - > shard_queue_index ) ; <nl> } <nl> } <nl> void grpc_timer_init ( grpc_exec_ctx * exec_ctx , grpc_timer * timer , <nl> GPR_ASSERT ( deadline . clock_type = = g_clock_type ) ; <nl> GPR_ASSERT ( now . clock_type = = g_clock_type ) ; <nl> timer - > closure = closure ; <nl> - timer - > deadline = deadline ; <nl> + timer - > deadline = timespec_to_atm_round_up ( deadline ) ; <nl> + <nl> + if ( grpc_timer_trace ) { <nl> + gpr_log ( GPR_DEBUG , " TIMER % p : SET % " PRId64 " . % 09d [ % " PRIdPTR <nl> + " ] now % " PRId64 " . % 09d [ % " PRIdPTR " ] call % p [ % p ] " , <nl> + timer , deadline . tv_sec , deadline . tv_nsec , timer - > deadline , <nl> + now . tv_sec , now . tv_nsec , timespec_to_atm_round_down ( now ) , closure , <nl> + closure - > cb ) ; <nl> + } <nl> <nl> - if ( ! g_initialized ) { <nl> + if ( ! g_shared_mutables . initialized ) { <nl> timer - > pending = false ; <nl> grpc_closure_sched ( exec_ctx , timer - > closure , <nl> GRPC_ERROR_CREATE_FROM_STATIC_STRING ( <nl> void grpc_timer_init ( grpc_exec_ctx * exec_ctx , grpc_timer * timer , <nl> <nl> grpc_time_averaged_stats_add_sample ( & shard - > stats , <nl> ts_to_dbl ( gpr_time_sub ( deadline , now ) ) ) ; <nl> - if ( gpr_time_cmp ( deadline , shard - > queue_deadline_cap ) < 0 ) { <nl> + if ( timer - > deadline < shard - > queue_deadline_cap ) { <nl> is_first_timer = grpc_timer_heap_add ( & shard - > heap , timer ) ; <nl> } else { <nl> timer - > heap_index = INVALID_HEAP_INDEX ; <nl> list_join ( & shard - > list , timer ) ; <nl> } <nl> + if ( grpc_timer_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . add to shard % d with queue_deadline_cap = % " PRIdPTR <nl> + " = > is_first_timer = % s " , <nl> + ( int ) ( shard - g_shards ) , shard - > queue_deadline_cap , <nl> + is_first_timer ? " true " : " false " ) ; <nl> + } <nl> gpr_mu_unlock ( & shard - > mu ) ; <nl> <nl> / * Deadline may have decreased , we need to adjust the master queue . Note <nl> void grpc_timer_init ( grpc_exec_ctx * exec_ctx , grpc_timer * timer , <nl> In that case , the timer will simply have to wait for the next <nl> grpc_timer_check . * / <nl> if ( is_first_timer ) { <nl> - gpr_mu_lock ( & g_mu ) ; <nl> - if ( gpr_time_cmp ( deadline , shard - > min_deadline ) < 0 ) { <nl> - gpr_timespec old_min_deadline = g_shard_queue [ 0 ] - > min_deadline ; <nl> - shard - > min_deadline = deadline ; <nl> + gpr_mu_lock ( & g_shared_mutables . mu ) ; <nl> + if ( grpc_timer_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . old shard min_deadline = % " PRIdPTR , <nl> + shard - > min_deadline ) ; <nl> + } <nl> + if ( timer - > deadline < shard - > min_deadline ) { <nl> + gpr_atm old_min_deadline = g_shard_queue [ 0 ] - > min_deadline ; <nl> + shard - > min_deadline = timer - > deadline ; <nl> note_deadline_change ( shard ) ; <nl> - if ( shard - > shard_queue_index = = 0 & & <nl> - gpr_time_cmp ( deadline , old_min_deadline ) < 0 ) { <nl> + if ( shard - > shard_queue_index = = 0 & & timer - > deadline < old_min_deadline ) { <nl> + gpr_atm_no_barrier_store ( & g_shared_mutables . min_timer , timer - > deadline ) ; <nl> grpc_kick_poller ( ) ; <nl> } <nl> } <nl> - gpr_mu_unlock ( & g_mu ) ; <nl> + gpr_mu_unlock ( & g_shared_mutables . mu ) ; <nl> } <nl> } <nl> <nl> + void grpc_timer_consume_kick ( void ) { <nl> + / * force re - evaluation of last seeen min * / <nl> + gpr_tls_set ( & g_last_seen_min_timer , 0 ) ; <nl> + } <nl> + <nl> void grpc_timer_cancel ( grpc_exec_ctx * exec_ctx , grpc_timer * timer ) { <nl> - if ( ! g_initialized ) { <nl> + if ( ! g_shared_mutables . initialized ) { <nl> / * must have already been cancelled , also the shard mutex is invalid * / <nl> return ; <nl> } <nl> <nl> shard_type * shard = & g_shards [ GPR_HASH_POINTER ( timer , NUM_SHARDS ) ] ; <nl> gpr_mu_lock ( & shard - > mu ) ; <nl> + if ( grpc_timer_trace ) { <nl> + gpr_log ( GPR_DEBUG , " TIMER % p : CANCEL pending = % s " , timer , <nl> + timer - > pending ? " true " : " false " ) ; <nl> + } <nl> if ( timer - > pending ) { <nl> grpc_closure_sched ( exec_ctx , timer - > closure , GRPC_ERROR_CANCELLED ) ; <nl> timer - > pending = false ; <nl> void grpc_timer_cancel ( grpc_exec_ctx * exec_ctx , grpc_timer * timer ) { <nl> for timers that fall at or under it . Returns true if the queue is no <nl> longer empty . <nl> REQUIRES : shard - > mu locked * / <nl> - static int refill_queue ( shard_type * shard , gpr_timespec now ) { <nl> + static int refill_queue ( shard_type * shard , gpr_atm now ) { <nl> / * Compute the new queue window width and bound by the limits : * / <nl> double computed_deadline_delta = <nl> grpc_time_averaged_stats_update_average ( & shard - > stats ) * <nl> static int refill_queue ( shard_type * shard , gpr_timespec now ) { <nl> grpc_timer * timer , * next ; <nl> <nl> / * Compute the new cap and put all timers under it into the queue : * / <nl> - shard - > queue_deadline_cap = gpr_time_add ( <nl> - gpr_time_max ( now , shard - > queue_deadline_cap ) , dbl_to_ts ( deadline_delta ) ) ; <nl> + shard - > queue_deadline_cap = <nl> + saturating_add ( GPR_MAX ( now , shard - > queue_deadline_cap ) , <nl> + ( gpr_atm ) ( deadline_delta * 1000 . 0 ) ) ; <nl> + <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . shard [ % d ] - > queue_deadline_cap - - > % " PRIdPTR , <nl> + ( int ) ( shard - g_shards ) , shard - > queue_deadline_cap ) ; <nl> + } <nl> for ( timer = shard - > list . next ; timer ! = & shard - > list ; timer = next ) { <nl> next = timer - > next ; <nl> <nl> - if ( gpr_time_cmp ( timer - > deadline , shard - > queue_deadline_cap ) < 0 ) { <nl> + if ( timer - > deadline < shard - > queue_deadline_cap ) { <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . add timer with deadline % " PRIdPTR " to heap " , <nl> + timer - > deadline ) ; <nl> + } <nl> list_remove ( timer ) ; <nl> grpc_timer_heap_add ( & shard - > heap , timer ) ; <nl> } <nl> static int refill_queue ( shard_type * shard , gpr_timespec now ) { <nl> / * This pops the next non - cancelled timer with deadline < = now from the <nl> queue , or returns NULL if there isn ' t one . <nl> REQUIRES : shard - > mu locked * / <nl> - static grpc_timer * pop_one ( shard_type * shard , gpr_timespec now ) { <nl> + static grpc_timer * pop_one ( shard_type * shard , gpr_atm now ) { <nl> grpc_timer * timer ; <nl> for ( ; ; ) { <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . shard [ % d ] : heap_empty = % s " , <nl> + ( int ) ( shard - g_shards ) , <nl> + grpc_timer_heap_is_empty ( & shard - > heap ) ? " true " : " false " ) ; <nl> + } <nl> if ( grpc_timer_heap_is_empty ( & shard - > heap ) ) { <nl> - if ( gpr_time_cmp ( now , shard - > queue_deadline_cap ) < 0 ) return NULL ; <nl> + if ( now < shard - > queue_deadline_cap ) return NULL ; <nl> if ( ! refill_queue ( shard , now ) ) return NULL ; <nl> } <nl> timer = grpc_timer_heap_top ( & shard - > heap ) ; <nl> - if ( gpr_time_cmp ( timer - > deadline , now ) > 0 ) return NULL ; <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , <nl> + " . . check top timer deadline = % " PRIdPTR " now = % " PRIdPTR , <nl> + timer - > deadline , now ) ; <nl> + } <nl> + if ( timer - > deadline > now ) return NULL ; <nl> + if ( grpc_timer_trace ) { <nl> + gpr_log ( GPR_DEBUG , " TIMER % p : FIRE % " PRIdPTR " ms late " , timer , <nl> + now - timer - > deadline ) ; <nl> + } <nl> timer - > pending = false ; <nl> grpc_timer_heap_pop ( & shard - > heap ) ; <nl> return timer ; <nl> static grpc_timer * pop_one ( shard_type * shard , gpr_timespec now ) { <nl> <nl> / * REQUIRES : shard - > mu unlocked * / <nl> static size_t pop_timers ( grpc_exec_ctx * exec_ctx , shard_type * shard , <nl> - gpr_timespec now , gpr_timespec * new_min_deadline , <nl> + gpr_atm now , gpr_atm * new_min_deadline , <nl> grpc_error * error ) { <nl> size_t n = 0 ; <nl> grpc_timer * timer ; <nl> static size_t pop_timers ( grpc_exec_ctx * exec_ctx , shard_type * shard , <nl> return n ; <nl> } <nl> <nl> - static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> - gpr_timespec * next , grpc_error * error ) { <nl> + static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_atm now , <nl> + gpr_atm * next , grpc_error * error ) { <nl> size_t n = 0 ; <nl> <nl> - / * TODO ( ctiller ) : verify that there are any timers ( atomically ) here * / <nl> + gpr_atm min_timer = gpr_atm_no_barrier_load ( & g_shared_mutables . min_timer ) ; <nl> + gpr_tls_set ( & g_last_seen_min_timer , min_timer ) ; <nl> + if ( now < min_timer ) { <nl> + if ( next ! = NULL ) * next = GPR_MIN ( * next , min_timer ) ; <nl> + return 0 ; <nl> + } <nl> <nl> - if ( gpr_spinlock_trylock ( & g_checker_mu ) ) { <nl> - gpr_mu_lock ( & g_mu ) ; <nl> + if ( gpr_spinlock_trylock ( & g_shared_mutables . checker_mu ) ) { <nl> + gpr_mu_lock ( & g_shared_mutables . mu ) ; <nl> <nl> - while ( gpr_time_cmp ( g_shard_queue [ 0 ] - > min_deadline , now ) < 0 ) { <nl> - gpr_timespec new_min_deadline ; <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . shard [ % d ] - > min_deadline = % " PRIdPTR , <nl> + ( int ) ( g_shard_queue [ 0 ] - g_shards ) , <nl> + g_shard_queue [ 0 ] - > min_deadline ) ; <nl> + } <nl> + <nl> + while ( g_shard_queue [ 0 ] - > min_deadline < now | | <nl> + ( now ! = GPR_ATM_MAX & & g_shard_queue [ 0 ] - > min_deadline = = now ) ) { <nl> + gpr_atm new_min_deadline ; <nl> <nl> / * For efficiency , we pop as many available timers as we can from the <nl> shard . This may violate perfect timer deadline ordering , but that <nl> static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> n + = <nl> pop_timers ( exec_ctx , g_shard_queue [ 0 ] , now , & new_min_deadline , error ) ; <nl> <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , " . . popped - - > % " PRIdPTR <nl> + " , shard [ % d ] - > min_deadline % " PRIdPTR <nl> + " - - > % " PRIdPTR " , now = % " PRIdPTR , <nl> + n , ( int ) ( g_shard_queue [ 0 ] - g_shards ) , <nl> + g_shard_queue [ 0 ] - > min_deadline , new_min_deadline , now ) ; <nl> + } <nl> + <nl> / * An grpc_timer_init ( ) on the shard could intervene here , adding a new <nl> timer that is earlier than new_min_deadline . However , <nl> grpc_timer_init ( ) will block on the master_lock before it can call <nl> static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> } <nl> <nl> if ( next ) { <nl> - * next = gpr_time_min ( * next , g_shard_queue [ 0 ] - > min_deadline ) ; <nl> + * next = GPR_MIN ( * next , g_shard_queue [ 0 ] - > min_deadline ) ; <nl> } <nl> <nl> - gpr_mu_unlock ( & g_mu ) ; <nl> - gpr_spinlock_unlock ( & g_checker_mu ) ; <nl> + gpr_atm_no_barrier_store ( & g_shared_mutables . min_timer , <nl> + g_shard_queue [ 0 ] - > min_deadline ) ; <nl> + gpr_mu_unlock ( & g_shared_mutables . mu ) ; <nl> + gpr_spinlock_unlock ( & g_shared_mutables . checker_mu ) ; <nl> } else if ( next ! = NULL ) { <nl> / * TODO ( ctiller ) : this forces calling code to do an short poll , and <nl> then retry the timer check ( because this time through the timer list was <nl> contended ) . <nl> <nl> - We could reduce the cost here dramatically by keeping a count of how many <nl> - currently active pollers got through the uncontended case above <nl> + We could reduce the cost here dramatically by keeping a count of how <nl> + many currently active pollers got through the uncontended case above <nl> successfully , and waking up other pollers IFF that count drops to zero . <nl> <nl> Once that count is in place , this entire else branch could disappear . * / <nl> - * next = gpr_time_min ( <nl> - * next , gpr_time_add ( now , gpr_time_from_millis ( 1 , GPR_TIMESPAN ) ) ) ; <nl> + * next = GPR_MIN ( * next , now + 1 ) ; <nl> } <nl> <nl> GRPC_ERROR_UNREF ( error ) ; <nl> static int run_some_expired_timers ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> <nl> bool grpc_timer_check ( grpc_exec_ctx * exec_ctx , gpr_timespec now , <nl> gpr_timespec * next ) { <nl> + / / prelude <nl> GPR_ASSERT ( now . clock_type = = g_clock_type ) ; <nl> - return run_some_expired_timers ( <nl> - exec_ctx , now , next , <nl> + gpr_atm now_atm = timespec_to_atm_round_down ( now ) ; <nl> + <nl> + / * fetch from a thread - local first : this avoids contention on a globally <nl> + mutable cacheline in the common case * / <nl> + gpr_atm min_timer = gpr_tls_get ( & g_last_seen_min_timer ) ; <nl> + if ( now_atm < min_timer ) { <nl> + if ( next ! = NULL ) { <nl> + * next = <nl> + atm_to_timespec ( GPR_MIN ( timespec_to_atm_round_up ( * next ) , min_timer ) ) ; <nl> + } <nl> + if ( grpc_timer_check_trace ) { <nl> + gpr_log ( GPR_DEBUG , <nl> + " TIMER CHECK SKIP : now_atm = % " PRIdPTR " min_timer = % " PRIdPTR , <nl> + now_atm , min_timer ) ; <nl> + } <nl> + return 0 ; <nl> + } <nl> + <nl> + grpc_error * shutdown_error = <nl> gpr_time_cmp ( now , gpr_inf_future ( now . clock_type ) ) ! = 0 <nl> ? GRPC_ERROR_NONE <nl> - : GRPC_ERROR_CREATE_FROM_STATIC_STRING ( " Shutting down timer system " ) ) ; <nl> + : GRPC_ERROR_CREATE_FROM_STATIC_STRING ( " Shutting down timer system " ) ; <nl> + <nl> + / / tracing <nl> + if ( grpc_timer_check_trace ) { <nl> + char * next_str ; <nl> + if ( next = = NULL ) { <nl> + next_str = gpr_strdup ( " NULL " ) ; <nl> + } else { <nl> + gpr_asprintf ( & next_str , " % " PRId64 " . % 09d [ % " PRIdPTR " ] " , next - > tv_sec , <nl> + next - > tv_nsec , timespec_to_atm_round_down ( * next ) ) ; <nl> + } <nl> + gpr_log ( GPR_DEBUG , " TIMER CHECK BEGIN : now = % " PRId64 " . % 09d [ % " PRIdPTR <nl> + " ] next = % s tls_min = % " PRIdPTR " glob_min = % " PRIdPTR , <nl> + now . tv_sec , now . tv_nsec , now_atm , next_str , <nl> + gpr_tls_get ( & g_last_seen_min_timer ) , <nl> + gpr_atm_no_barrier_load ( & g_shared_mutables . min_timer ) ) ; <nl> + gpr_free ( next_str ) ; <nl> + } <nl> + / / actual code <nl> + bool r ; <nl> + gpr_atm next_atm ; <nl> + if ( next = = NULL ) { <nl> + r = run_some_expired_timers ( exec_ctx , now_atm , NULL , shutdown_error ) ; <nl> + } else { <nl> + next_atm = timespec_to_atm_round_down ( * next ) ; <nl> + r = run_some_expired_timers ( exec_ctx , now_atm , & next_atm , shutdown_error ) ; <nl> + * next = atm_to_timespec ( next_atm ) ; <nl> + } <nl> + / / tracing <nl> + if ( grpc_timer_check_trace ) { <nl> + char * next_str ; <nl> + if ( next = = NULL ) { <nl> + next_str = gpr_strdup ( " NULL " ) ; <nl> + } else { <nl> + gpr_asprintf ( & next_str , " % " PRId64 " . % 09d [ % " PRIdPTR " ] " , next - > tv_sec , <nl> + next - > tv_nsec , next_atm ) ; <nl> + } <nl> + gpr_log ( GPR_DEBUG , " TIMER CHECK END : % d timers triggered ; next = % s " , r , <nl> + next_str ) ; <nl> + gpr_free ( next_str ) ; <nl> + } <nl> + return r > 0 ; <nl> } <nl> <nl> # endif / * GRPC_TIMER_USE_GENERIC * / <nl> mmm a / src / core / lib / iomgr / timer_generic . h <nl> ppp b / src / core / lib / iomgr / timer_generic . h <nl> <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> <nl> struct grpc_timer { <nl> - gpr_timespec deadline ; <nl> + gpr_atm deadline ; <nl> uint32_t heap_index ; / * INVALID_HEAP_INDEX if not in heap * / <nl> bool pending ; <nl> struct grpc_timer * next ; <nl> mmm a / src / core / lib / iomgr / timer_heap . c <nl> ppp b / src / core / lib / iomgr / timer_heap . c <nl> <nl> static void adjust_upwards ( grpc_timer * * first , uint32_t i , grpc_timer * t ) { <nl> while ( i > 0 ) { <nl> uint32_t parent = ( uint32_t ) ( ( ( int ) i - 1 ) / 2 ) ; <nl> - if ( gpr_time_cmp ( first [ parent ] - > deadline , t - > deadline ) < = 0 ) break ; <nl> + if ( first [ parent ] - > deadline < = t - > deadline ) break ; <nl> first [ i ] = first [ parent ] ; <nl> first [ i ] - > heap_index = i ; <nl> i = parent ; <nl> static void adjust_downwards ( grpc_timer * * first , uint32_t i , uint32_t length , <nl> uint32_t left_child = 1u + 2u * i ; <nl> if ( left_child > = length ) break ; <nl> uint32_t right_child = left_child + 1 ; <nl> - uint32_t next_i = right_child < length & & <nl> - gpr_time_cmp ( first [ left_child ] - > deadline , <nl> - first [ right_child ] - > deadline ) > 0 <nl> - ? right_child <nl> - : left_child ; <nl> - if ( gpr_time_cmp ( t - > deadline , first [ next_i ] - > deadline ) < = 0 ) break ; <nl> + uint32_t next_i = <nl> + right_child < length & & <nl> + first [ left_child ] - > deadline > first [ right_child ] - > deadline <nl> + ? right_child <nl> + : left_child ; <nl> + if ( t - > deadline < = first [ next_i ] - > deadline ) break ; <nl> first [ i ] = first [ next_i ] ; <nl> first [ i ] - > heap_index = i ; <nl> i = next_i ; <nl> static void maybe_shrink ( grpc_timer_heap * heap ) { <nl> static void note_changed_priority ( grpc_timer_heap * heap , grpc_timer * timer ) { <nl> uint32_t i = timer - > heap_index ; <nl> uint32_t parent = ( uint32_t ) ( ( ( int ) i - 1 ) / 2 ) ; <nl> - if ( gpr_time_cmp ( heap - > timers [ parent ] - > deadline , timer - > deadline ) > 0 ) { <nl> + if ( heap - > timers [ parent ] - > deadline > timer - > deadline ) { <nl> adjust_upwards ( heap - > timers , i , timer ) ; <nl> } else { <nl> adjust_downwards ( heap - > timers , i , heap - > timer_count , timer ) ; <nl> mmm a / src / core / lib / security / transport / client_auth_filter . c <nl> ppp b / src / core / lib / security / transport / client_auth_filter . c <nl> typedef struct { <nl> pollset_set so that work can progress when this call wants work to progress <nl> * / <nl> grpc_polling_entity * pollent ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> uint8_t security_context_set ; <nl> grpc_linked_mdelem md_links [ MAX_CREDENTIALS_METADATA_COUNT ] ; <nl> grpc_auth_metadata_context auth_md_context ; <nl> static void on_credentials_metadata ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> const char * error_details ) { <nl> grpc_call_element * elem = ( grpc_call_element * ) user_data ; <nl> call_data * calld = elem - > call_data ; <nl> - grpc_transport_stream_op * op = & calld - > op ; <nl> + grpc_transport_stream_op_batch * op = & calld - > op ; <nl> grpc_metadata_batch * mdb ; <nl> size_t i ; <nl> reset_auth_metadata_context ( & calld - > auth_md_context ) ; <nl> static void on_credentials_metadata ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> GRPC_ERROR_INT_GRPC_STATUS , GRPC_STATUS_UNAUTHENTICATED ) ; <nl> } else { <nl> GPR_ASSERT ( num_md < = MAX_CREDENTIALS_METADATA_COUNT ) ; <nl> - GPR_ASSERT ( op - > send_initial_metadata ! = NULL ) ; <nl> - mdb = op - > send_initial_metadata ; <nl> + GPR_ASSERT ( op - > send_initial_metadata ) ; <nl> + mdb = op - > payload - > send_initial_metadata . send_initial_metadata ; <nl> for ( i = 0 ; i < num_md ; i + + ) { <nl> add_error ( & error , <nl> grpc_metadata_batch_add_tail ( <nl> static void on_credentials_metadata ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> if ( error = = GRPC_ERROR_NONE ) { <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> } else { <nl> - grpc_transport_stream_op_finish_with_failure ( exec_ctx , op , error ) ; <nl> + grpc_transport_stream_op_batch_finish_with_failure ( exec_ctx , op , error ) ; <nl> } <nl> } <nl> <nl> void build_auth_metadata_context ( grpc_security_connector * sc , <nl> <nl> static void send_security_metadata ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> channel_data * chand = elem - > channel_data ; <nl> grpc_client_security_context * ctx = <nl> - ( grpc_client_security_context * ) op - > context [ GRPC_CONTEXT_SECURITY ] . value ; <nl> + ( grpc_client_security_context * ) op - > payload <nl> + - > context [ GRPC_CONTEXT_SECURITY ] <nl> + . value ; <nl> grpc_call_credentials * channel_call_creds = <nl> chand - > security_connector - > request_metadata_creds ; <nl> int call_creds_has_md = ( ctx ! = NULL ) & & ( ctx - > creds ! = NULL ) ; <nl> static void send_security_metadata ( grpc_exec_ctx * exec_ctx , <nl> calld - > creds = grpc_composite_call_credentials_create ( channel_call_creds , <nl> ctx - > creds , NULL ) ; <nl> if ( calld - > creds = = NULL ) { <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , op , <nl> grpc_error_set_int ( <nl> GRPC_ERROR_CREATE_FROM_STATIC_STRING ( <nl> static void on_host_checked ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> that is being sent or received . * / <nl> static void auth_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> GPR_TIMER_BEGIN ( " auth_start_transport_op " , 0 ) ; <nl> <nl> / * grab pointers to our data from the call element * / <nl> static void auth_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_linked_mdelem * l ; <nl> grpc_client_security_context * sec_ctx = NULL ; <nl> <nl> - if ( calld - > security_context_set = = 0 & & op - > cancel_error = = GRPC_ERROR_NONE ) { <nl> + if ( calld - > security_context_set = = 0 & & ! op - > cancel_stream ) { <nl> calld - > security_context_set = 1 ; <nl> - GPR_ASSERT ( op - > context ) ; <nl> - if ( op - > context [ GRPC_CONTEXT_SECURITY ] . value = = NULL ) { <nl> - op - > context [ GRPC_CONTEXT_SECURITY ] . value = <nl> + GPR_ASSERT ( op - > payload - > context ! = NULL ) ; <nl> + if ( op - > payload - > context [ GRPC_CONTEXT_SECURITY ] . value = = NULL ) { <nl> + op - > payload - > context [ GRPC_CONTEXT_SECURITY ] . value = <nl> grpc_client_security_context_create ( ) ; <nl> - op - > context [ GRPC_CONTEXT_SECURITY ] . destroy = <nl> + op - > payload - > context [ GRPC_CONTEXT_SECURITY ] . destroy = <nl> grpc_client_security_context_destroy ; <nl> } <nl> - sec_ctx = op - > context [ GRPC_CONTEXT_SECURITY ] . value ; <nl> + sec_ctx = op - > payload - > context [ GRPC_CONTEXT_SECURITY ] . value ; <nl> GRPC_AUTH_CONTEXT_UNREF ( sec_ctx - > auth_context , " client auth filter " ) ; <nl> sec_ctx - > auth_context = <nl> GRPC_AUTH_CONTEXT_REF ( chand - > auth_context , " client_auth_filter " ) ; <nl> } <nl> <nl> - if ( op - > send_initial_metadata ! = NULL ) { <nl> - for ( l = op - > send_initial_metadata - > list . head ; l ! = NULL ; l = l - > next ) { <nl> + if ( op - > send_initial_metadata ) { <nl> + for ( l = op - > payload - > send_initial_metadata . send_initial_metadata - > list <nl> + . head ; <nl> + l ! = NULL ; l = l - > next ) { <nl> grpc_mdelem md = l - > md ; <nl> / * Pointer comparison is OK for md_elems created from the same context . <nl> * / <nl> mmm a / src / core / lib / security / transport / server_auth_filter . c <nl> ppp b / src / core / lib / security / transport / server_auth_filter . c <nl> typedef struct call_data { <nl> up - call on transport_op , and remember to call our on_done_recv member after <nl> handling it . * / <nl> grpc_closure auth_on_recv ; <nl> - grpc_transport_stream_op * transport_op ; <nl> + grpc_transport_stream_op_batch * transport_op ; <nl> grpc_metadata_array md ; <nl> const grpc_metadata * consumed_md ; <nl> size_t num_consumed_md ; <nl> static void on_md_processing_done ( <nl> error_details = error_details ! = NULL <nl> ? error_details <nl> : " Authentication metadata processing failed . " ; <nl> - calld - > transport_op - > send_initial_metadata = NULL ; <nl> - if ( calld - > transport_op - > send_message ! = NULL ) { <nl> - grpc_byte_stream_destroy ( & exec_ctx , calld - > transport_op - > send_message ) ; <nl> - calld - > transport_op - > send_message = NULL ; <nl> + if ( calld - > transport_op - > send_message ) { <nl> + grpc_byte_stream_destroy ( <nl> + & exec_ctx , calld - > transport_op - > payload - > send_message . send_message ) ; <nl> + calld - > transport_op - > payload - > send_message . send_message = NULL ; <nl> } <nl> - calld - > transport_op - > send_trailing_metadata = NULL ; <nl> grpc_closure_sched ( <nl> & exec_ctx , calld - > on_done_recv , <nl> grpc_error_set_int ( GRPC_ERROR_CREATE_FROM_COPIED_STRING ( error_details ) , <nl> static void auth_on_recv ( grpc_exec_ctx * exec_ctx , void * user_data , <nl> } <nl> <nl> static void set_recv_ops_md_callbacks ( grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> + if ( op - > recv_initial_metadata ) { <nl> / * substitute our callback for the higher callback * / <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> - calld - > on_done_recv = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > auth_on_recv ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> + calld - > on_done_recv = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > auth_on_recv ; <nl> calld - > transport_op = op ; <nl> } <nl> } <nl> static void set_recv_ops_md_callbacks ( grpc_call_element * elem , <nl> that is being sent or received . * / <nl> static void auth_start_transport_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> set_recv_ops_md_callbacks ( elem , op ) ; <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> } <nl> mmm a / src / core / lib / surface / call . c <nl> ppp b / src / core / lib / surface / call . c <nl> static received_status unpack_received_status ( gpr_atm atm ) { <nl> <nl> typedef struct batch_control { <nl> grpc_call * call ; <nl> - grpc_cq_completion cq_completion ; <nl> + / * Share memory for cq_completion and notify_tag as they are never needed <nl> + simultaneously . Each byte used in this data structure count as six bytes <nl> + per call , so any savings we can make are worthwhile , <nl> + <nl> + We use notify_tag to determine whether or not to send notification to the <nl> + completion queue . Once we ' ve made that determination , we can reuse the <nl> + memory for cq_completion . * / <nl> + union { <nl> + grpc_cq_completion cq_completion ; <nl> + struct { <nl> + / * Any given op indicates completion by either ( a ) calling a closure or <nl> + ( b ) sending a notification on the call ' s completion queue . If <nl> + \ a is_closure is true , \ a tag indicates a closure to be invoked ; <nl> + otherwise , \ a tag indicates the tag to be used in the notification to <nl> + be sent to the completion queue . * / <nl> + void * tag ; <nl> + bool is_closure ; <nl> + } notify_tag ; <nl> + } completion_data ; <nl> grpc_closure finish_batch ; <nl> - void * notify_tag ; <nl> gpr_refcount steps_to_complete ; <nl> <nl> grpc_error * errors [ MAX_ERRORS_PER_BATCH ] ; <nl> gpr_atm num_errors ; <nl> <nl> - uint8_t send_initial_metadata ; <nl> - uint8_t send_message ; <nl> - uint8_t send_final_op ; <nl> - uint8_t recv_initial_metadata ; <nl> - uint8_t recv_message ; <nl> - uint8_t recv_final_op ; <nl> - uint8_t is_notify_tag_closure ; <nl> - <nl> - / * TODO ( ctiller ) : now that this is inlined , figure out how much of the above <nl> - state can be eliminated * / <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> } batch_control ; <nl> <nl> struct grpc_call { <nl> struct grpc_call { <nl> bool has_initial_md_been_received ; <nl> <nl> batch_control active_batches [ MAX_CONCURRENT_BATCHES ] ; <nl> + grpc_transport_stream_op_batch_payload stream_op_payload ; <nl> <nl> / * first idx : is_receiving , second idx : is_trailing * / <nl> grpc_metadata_batch metadata_batch [ 2 ] [ 2 ] ; <nl> int grpc_call_error_trace = 0 ; <nl> CALL_FROM_CALL_STACK ( grpc_call_stack_from_top_element ( top_elem ) ) <nl> <nl> static void execute_op ( grpc_exec_ctx * exec_ctx , grpc_call * call , <nl> - grpc_transport_stream_op * op ) ; <nl> + grpc_transport_stream_op_batch * op ) ; <nl> static void cancel_with_status ( grpc_exec_ctx * exec_ctx , grpc_call * c , <nl> status_source source , grpc_status_code status , <nl> const char * description ) ; <nl> grpc_error * grpc_call_create ( grpc_exec_ctx * exec_ctx , <nl> / * Always support no compression * / <nl> GPR_BITSET ( & call - > encodings_accepted_by_peer , GRPC_COMPRESS_NONE ) ; <nl> call - > is_client = args - > server_transport_data = = NULL ; <nl> + call - > stream_op_payload . context = call - > context ; <nl> grpc_slice path = grpc_empty_slice ( ) ; <nl> if ( call - > is_client ) { <nl> GPR_ASSERT ( args - > add_initial_metadata_count < <nl> grpc_call_error grpc_call_cancel ( grpc_call * call , void * reserved ) { <nl> } <nl> <nl> static void execute_op ( grpc_exec_ctx * exec_ctx , grpc_call * call , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> grpc_call_element * elem ; <nl> <nl> GPR_TIMER_BEGIN ( " execute_op " , 0 ) ; <nl> elem = CALL_ELEM_FROM_CALL ( call , 0 ) ; <nl> - op - > context = call - > context ; <nl> - elem - > filter - > start_transport_stream_op ( exec_ctx , elem , op ) ; <nl> + elem - > filter - > start_transport_stream_op_batch ( exec_ctx , elem , op ) ; <nl> GPR_TIMER_END ( " execute_op " , 0 ) ; <nl> } <nl> <nl> static void cancel_with_error ( grpc_exec_ctx * exec_ctx , grpc_call * c , <nl> status_source source , grpc_error * error ) { <nl> GRPC_CALL_INTERNAL_REF ( c , " termination " ) ; <nl> set_status_from_error ( exec_ctx , c , source , GRPC_ERROR_REF ( error ) ) ; <nl> - grpc_transport_stream_op * op = grpc_make_transport_stream_op ( <nl> + grpc_transport_stream_op_batch * op = grpc_make_transport_stream_op ( <nl> grpc_closure_create ( done_termination , c , grpc_schedule_on_exec_ctx ) ) ; <nl> - op - > cancel_error = error ; <nl> + op - > cancel_stream = true ; <nl> + op - > payload - > cancel_stream . cancel_error = error ; <nl> execute_op ( exec_ctx , c , op ) ; <nl> } <nl> <nl> static batch_control * allocate_batch_control ( grpc_call * call , <nl> const grpc_op * ops , <nl> size_t num_ops ) { <nl> int slot = batch_slot_for_op ( ops [ 0 ] . op ) ; <nl> - for ( size_t i = 1 ; i < num_ops ; i + + ) { <nl> - int op_slot = batch_slot_for_op ( ops [ i ] . op ) ; <nl> - slot = GPR_MIN ( slot , op_slot ) ; <nl> - } <nl> batch_control * bctl = & call - > active_batches [ slot ] ; <nl> if ( bctl - > call ! = NULL ) { <nl> return NULL ; <nl> } <nl> memset ( bctl , 0 , sizeof ( * bctl ) ) ; <nl> bctl - > call = call ; <nl> + bctl - > op . payload = & call - > stream_op_payload ; <nl> return bctl ; <nl> } <nl> <nl> static void post_batch_completion ( grpc_exec_ctx * exec_ctx , <nl> grpc_call * call = bctl - > call ; <nl> grpc_error * error = consolidate_batch_errors ( bctl ) ; <nl> <nl> - if ( bctl - > send_initial_metadata ) { <nl> + if ( bctl - > op . send_initial_metadata ) { <nl> grpc_metadata_batch_destroy ( <nl> exec_ctx , <nl> & call - > metadata_batch [ 0 / * is_receiving * / ] [ 0 / * is_trailing * / ] ) ; <nl> } <nl> - if ( bctl - > send_message ) { <nl> + if ( bctl - > op . send_message ) { <nl> call - > sending_message = false ; <nl> } <nl> - if ( bctl - > send_final_op ) { <nl> + if ( bctl - > op . send_trailing_metadata ) { <nl> grpc_metadata_batch_destroy ( <nl> exec_ctx , <nl> & call - > metadata_batch [ 0 / * is_receiving * / ] [ 1 / * is_trailing * / ] ) ; <nl> } <nl> - if ( bctl - > recv_final_op ) { <nl> + if ( bctl - > op . recv_trailing_metadata ) { <nl> grpc_metadata_batch * md = <nl> & call - > metadata_batch [ 1 / * is_receiving * / ] [ 1 / * is_trailing * / ] ; <nl> recv_trailing_filter ( exec_ctx , call , md ) ; <nl> static void post_batch_completion ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_ERROR_NONE ; <nl> } <nl> <nl> - if ( bctl - > is_notify_tag_closure ) { <nl> + if ( bctl - > completion_data . notify_tag . is_closure ) { <nl> / * unrefs bctl - > error * / <nl> bctl - > call = NULL ; <nl> - grpc_closure_run ( exec_ctx , bctl - > notify_tag , error ) ; <nl> + grpc_closure_run ( exec_ctx , bctl - > completion_data . notify_tag . tag , error ) ; <nl> GRPC_CALL_INTERNAL_UNREF ( exec_ctx , call , " completion " ) ; <nl> } else { <nl> / * unrefs bctl - > error * / <nl> - grpc_cq_end_op ( exec_ctx , bctl - > call - > cq , bctl - > notify_tag , error , <nl> - finish_batch_completion , bctl , & bctl - > cq_completion ) ; <nl> + grpc_cq_end_op ( <nl> + exec_ctx , bctl - > call - > cq , bctl - > completion_data . notify_tag . tag , error , <nl> + finish_batch_completion , bctl , & bctl - > completion_data . cq_completion ) ; <nl> } <nl> } <nl> <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> if ( bctl = = NULL ) { <nl> return GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> } <nl> - bctl - > notify_tag = notify_tag ; <nl> - bctl - > is_notify_tag_closure = ( uint8_t ) ( is_notify_tag_closure ! = 0 ) ; <nl> + bctl - > completion_data . notify_tag . tag = notify_tag ; <nl> + bctl - > completion_data . notify_tag . is_closure = <nl> + ( uint8_t ) ( is_notify_tag_closure ! = 0 ) ; <nl> <nl> - grpc_transport_stream_op * stream_op = & bctl - > op ; <nl> - memset ( stream_op , 0 , sizeof ( * stream_op ) ) ; <nl> + grpc_transport_stream_op_batch * stream_op = & bctl - > op ; <nl> + grpc_transport_stream_op_batch_payload * stream_op_payload = <nl> + & call - > stream_op_payload ; <nl> stream_op - > covered_by_poller = true ; <nl> <nl> / * rewrite batch ops into a transport op * / <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_INVALID_METADATA ; <nl> goto done_with_error ; <nl> } <nl> - bctl - > send_initial_metadata = 1 ; <nl> - call - > sent_initial_metadata = 1 ; <nl> + stream_op - > send_initial_metadata = true ; <nl> + call - > sent_initial_metadata = true ; <nl> if ( ! prepare_application_metadata ( <nl> exec_ctx , call , ( int ) op - > data . send_initial_metadata . count , <nl> op - > data . send_initial_metadata . metadata , 0 , call - > is_client , <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> } <nl> / * TODO ( ctiller ) : just make these the same variable ? * / <nl> call - > metadata_batch [ 0 ] [ 0 ] . deadline = call - > send_deadline ; <nl> - stream_op - > send_initial_metadata = <nl> + stream_op_payload - > send_initial_metadata . send_initial_metadata = <nl> & call - > metadata_batch [ 0 / * is_receiving * / ] [ 0 / * is_trailing * / ] ; <nl> - stream_op - > send_initial_metadata_flags = op - > flags ; <nl> + stream_op_payload - > send_initial_metadata . send_initial_metadata_flags = <nl> + op - > flags ; <nl> break ; <nl> case GRPC_OP_SEND_MESSAGE : <nl> if ( ! are_write_flags_valid ( op - > flags ) ) { <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> goto done_with_error ; <nl> } <nl> - bctl - > send_message = 1 ; <nl> - call - > sending_message = 1 ; <nl> + stream_op - > send_message = true ; <nl> + call - > sending_message = true ; <nl> grpc_slice_buffer_stream_init ( <nl> & call - > sending_stream , <nl> & op - > data . send_message . send_message - > data . raw . slice_buffer , <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> GRPC_COMPRESS_NONE ) { <nl> call - > sending_stream . base . flags | = GRPC_WRITE_INTERNAL_COMPRESS ; <nl> } <nl> - stream_op - > send_message = & call - > sending_stream . base ; <nl> + stream_op_payload - > send_message . send_message = <nl> + & call - > sending_stream . base ; <nl> break ; <nl> case GRPC_OP_SEND_CLOSE_FROM_CLIENT : <nl> / * Flag validation : currently allow no flags * / <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> goto done_with_error ; <nl> } <nl> - bctl - > send_final_op = 1 ; <nl> - call - > sent_final_op = 1 ; <nl> - stream_op - > send_trailing_metadata = <nl> + stream_op - > send_trailing_metadata = true ; <nl> + call - > sent_final_op = true ; <nl> + stream_op_payload - > send_trailing_metadata . send_trailing_metadata = <nl> & call - > metadata_batch [ 0 / * is_receiving * / ] [ 1 / * is_trailing * / ] ; <nl> break ; <nl> case GRPC_OP_SEND_STATUS_FROM_SERVER : <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_INVALID_METADATA ; <nl> goto done_with_error ; <nl> } <nl> - bctl - > send_final_op = 1 ; <nl> - call - > sent_final_op = 1 ; <nl> + stream_op - > send_trailing_metadata = true ; <nl> + call - > sent_final_op = true ; <nl> GPR_ASSERT ( call - > send_extra_metadata_count = = 0 ) ; <nl> call - > send_extra_metadata_count = 1 ; <nl> call - > send_extra_metadata [ 0 ] . md = grpc_channel_get_reffed_status_elem ( <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_INVALID_METADATA ; <nl> goto done_with_error ; <nl> } <nl> - stream_op - > send_trailing_metadata = <nl> + stream_op_payload - > send_trailing_metadata . send_trailing_metadata = <nl> & call - > metadata_batch [ 0 / * is_receiving * / ] [ 1 / * is_trailing * / ] ; <nl> break ; <nl> case GRPC_OP_RECV_INITIAL_METADATA : <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> from server . c . In that case , it ' s coming from accept_stream , and in <nl> that case we ' re not necessarily covered by a poller . * / <nl> stream_op - > covered_by_poller = call - > is_client ; <nl> - call - > received_initial_metadata = 1 ; <nl> + call - > received_initial_metadata = true ; <nl> call - > buffered_metadata [ 0 ] = <nl> op - > data . recv_initial_metadata . recv_initial_metadata ; <nl> grpc_closure_init ( & call - > receiving_initial_metadata_ready , <nl> receiving_initial_metadata_ready , bctl , <nl> grpc_schedule_on_exec_ctx ) ; <nl> - bctl - > recv_initial_metadata = 1 ; <nl> - stream_op - > recv_initial_metadata = <nl> + stream_op - > recv_initial_metadata = true ; <nl> + stream_op_payload - > recv_initial_metadata . recv_initial_metadata = <nl> & call - > metadata_batch [ 1 / * is_receiving * / ] [ 0 / * is_trailing * / ] ; <nl> - stream_op - > recv_initial_metadata_ready = <nl> + stream_op_payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> & call - > receiving_initial_metadata_ready ; <nl> num_completion_callbacks_needed + + ; <nl> break ; <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> goto done_with_error ; <nl> } <nl> - call - > receiving_message = 1 ; <nl> - bctl - > recv_message = 1 ; <nl> + call - > receiving_message = true ; <nl> + stream_op - > recv_message = true ; <nl> call - > receiving_buffer = op - > data . recv_message . recv_message ; <nl> - stream_op - > recv_message = & call - > receiving_stream ; <nl> + stream_op_payload - > recv_message . recv_message = & call - > receiving_stream ; <nl> grpc_closure_init ( & call - > receiving_stream_ready , receiving_stream_ready , <nl> bctl , grpc_schedule_on_exec_ctx ) ; <nl> - stream_op - > recv_message_ready = & call - > receiving_stream_ready ; <nl> + stream_op_payload - > recv_message . recv_message_ready = <nl> + & call - > receiving_stream_ready ; <nl> num_completion_callbacks_needed + + ; <nl> break ; <nl> case GRPC_OP_RECV_STATUS_ON_CLIENT : <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> goto done_with_error ; <nl> } <nl> - call - > requested_final_op = 1 ; <nl> + call - > requested_final_op = true ; <nl> call - > buffered_metadata [ 1 ] = <nl> op - > data . recv_status_on_client . trailing_metadata ; <nl> call - > final_op . client . status = op - > data . recv_status_on_client . status ; <nl> call - > final_op . client . status_details = <nl> op - > data . recv_status_on_client . status_details ; <nl> - bctl - > recv_final_op = 1 ; <nl> - stream_op - > recv_trailing_metadata = <nl> + stream_op - > recv_trailing_metadata = true ; <nl> + stream_op - > collect_stats = true ; <nl> + stream_op_payload - > recv_trailing_metadata . recv_trailing_metadata = <nl> & call - > metadata_batch [ 1 / * is_receiving * / ] [ 1 / * is_trailing * / ] ; <nl> - stream_op - > collect_stats = <nl> + stream_op_payload - > collect_stats . collect_stats = <nl> & call - > final_info . stats . transport_stream_stats ; <nl> break ; <nl> case GRPC_OP_RECV_CLOSE_ON_SERVER : <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> error = GRPC_CALL_ERROR_TOO_MANY_OPERATIONS ; <nl> goto done_with_error ; <nl> } <nl> - call - > requested_final_op = 1 ; <nl> + call - > requested_final_op = true ; <nl> call - > final_op . server . cancelled = <nl> op - > data . recv_close_on_server . cancelled ; <nl> - bctl - > recv_final_op = 1 ; <nl> - stream_op - > recv_trailing_metadata = <nl> + stream_op - > recv_trailing_metadata = true ; <nl> + stream_op - > collect_stats = true ; <nl> + stream_op_payload - > recv_trailing_metadata . recv_trailing_metadata = <nl> & call - > metadata_batch [ 1 / * is_receiving * / ] [ 1 / * is_trailing * / ] ; <nl> - stream_op - > collect_stats = <nl> + stream_op_payload - > collect_stats . collect_stats = <nl> & call - > final_info . stats . transport_stream_stats ; <nl> break ; <nl> } <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> } <nl> gpr_ref_init ( & bctl - > steps_to_complete , num_completion_callbacks_needed ) ; <nl> <nl> - stream_op - > context = call - > context ; <nl> grpc_closure_init ( & bctl - > finish_batch , finish_batch , bctl , <nl> grpc_schedule_on_exec_ctx ) ; <nl> stream_op - > on_complete = & bctl - > finish_batch ; <nl> static grpc_call_error call_start_batch ( grpc_exec_ctx * exec_ctx , <nl> <nl> done_with_error : <nl> / * reverse any mutations that occured * / <nl> - if ( bctl - > send_initial_metadata ) { <nl> - call - > sent_initial_metadata = 0 ; <nl> + if ( stream_op - > send_initial_metadata ) { <nl> + call - > sent_initial_metadata = false ; <nl> grpc_metadata_batch_clear ( exec_ctx , & call - > metadata_batch [ 0 ] [ 0 ] ) ; <nl> } <nl> - if ( bctl - > send_message ) { <nl> - call - > sending_message = 0 ; <nl> + if ( stream_op - > send_message ) { <nl> + call - > sending_message = false ; <nl> grpc_byte_stream_destroy ( exec_ctx , & call - > sending_stream . base ) ; <nl> } <nl> - if ( bctl - > send_final_op ) { <nl> - call - > sent_final_op = 0 ; <nl> + if ( stream_op - > send_trailing_metadata ) { <nl> + call - > sent_final_op = false ; <nl> grpc_metadata_batch_clear ( exec_ctx , & call - > metadata_batch [ 0 ] [ 1 ] ) ; <nl> } <nl> - if ( bctl - > recv_initial_metadata ) { <nl> - call - > received_initial_metadata = 0 ; <nl> + if ( stream_op - > recv_initial_metadata ) { <nl> + call - > received_initial_metadata = false ; <nl> } <nl> - if ( bctl - > recv_message ) { <nl> - call - > receiving_message = 0 ; <nl> + if ( stream_op - > recv_message ) { <nl> + call - > receiving_message = false ; <nl> } <nl> - if ( bctl - > recv_final_op ) { <nl> - call - > requested_final_op = 0 ; <nl> + if ( stream_op - > recv_trailing_metadata ) { <nl> + call - > requested_final_op = false ; <nl> } <nl> goto done ; <nl> } <nl> mmm a / src / core / lib / surface / init . c <nl> ppp b / src / core / lib / surface / init . c <nl> <nl> # include " src / core / lib / channel / handshaker_registry . h " <nl> # include " src / core / lib / channel / http_client_filter . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> - # include " src / core / lib / channel / max_age_filter . h " <nl> # include " src / core / lib / channel / message_size_filter . h " <nl> # include " src / core / lib / debug / trace . h " <nl> # include " src / core / lib / http / parser . h " <nl> static void register_builtin_channel_init ( ) { <nl> grpc_channel_init_register_stage ( <nl> GRPC_SERVER_CHANNEL , GRPC_CHANNEL_INIT_BUILTIN_PRIORITY , prepend_filter , <nl> ( void * ) & grpc_server_deadline_filter ) ; <nl> - grpc_channel_init_register_stage ( <nl> - GRPC_SERVER_CHANNEL , GRPC_CHANNEL_INIT_BUILTIN_PRIORITY , prepend_filter , <nl> - ( void * ) & grpc_max_age_filter ) ; <nl> grpc_channel_init_register_stage ( <nl> GRPC_CLIENT_SUBCHANNEL , GRPC_CHANNEL_INIT_BUILTIN_PRIORITY , <nl> prepend_filter , ( void * ) & grpc_message_size_filter ) ; <nl> mmm a / src / core / lib / surface / lame_client . c <nl> ppp b / src / core / lib / surface / lame_client . c <nl> static void fill_metadata ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> mdb - > deadline = gpr_inf_future ( GPR_CLOCK_REALTIME ) ; <nl> } <nl> <nl> - static void lame_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void lame_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> - fill_metadata ( exec_ctx , elem , op - > recv_initial_metadata ) ; <nl> - } else if ( op - > recv_trailing_metadata ! = NULL ) { <nl> - fill_metadata ( exec_ctx , elem , op - > recv_trailing_metadata ) ; <nl> + if ( op - > recv_initial_metadata ) { <nl> + fill_metadata ( exec_ctx , elem , <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ) ; <nl> + } else if ( op - > recv_trailing_metadata ) { <nl> + fill_metadata ( exec_ctx , elem , <nl> + op - > payload - > recv_trailing_metadata . recv_trailing_metadata ) ; <nl> } <nl> - grpc_transport_stream_op_finish_with_failure ( <nl> + grpc_transport_stream_op_batch_finish_with_failure ( <nl> exec_ctx , op , <nl> GRPC_ERROR_CREATE_FROM_STATIC_STRING ( " lame client channel " ) ) ; <nl> } <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> grpc_channel_element * elem ) { } <nl> <nl> const grpc_channel_filter grpc_lame_filter = { <nl> - lame_start_transport_stream_op , <nl> + lame_start_transport_stream_op_batch , <nl> lame_start_transport_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / surface / server . c <nl> ppp b / src / core / lib / surface / server . c <nl> struct call_data { <nl> grpc_completion_queue * cq_new ; <nl> <nl> grpc_metadata_batch * recv_initial_metadata ; <nl> - bool recv_idempotent_request ; <nl> - bool recv_cacheable_request ; <nl> + uint32_t recv_initial_metadata_flags ; <nl> grpc_metadata_array initial_metadata ; <nl> <nl> request_matcher * request_matcher ; <nl> static void publish_call ( grpc_exec_ctx * exec_ctx , grpc_server * server , <nl> rc - > data . batch . details - > host = grpc_slice_ref_internal ( calld - > host ) ; <nl> rc - > data . batch . details - > method = grpc_slice_ref_internal ( calld - > path ) ; <nl> rc - > data . batch . details - > deadline = calld - > deadline ; <nl> - rc - > data . batch . details - > flags = <nl> - ( calld - > recv_idempotent_request <nl> - ? GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST <nl> - : 0 ) | <nl> - ( calld - > recv_cacheable_request <nl> - ? GRPC_INITIAL_METADATA_CACHEABLE_REQUEST <nl> - : 0 ) ; <nl> + rc - > data . batch . details - > flags = calld - > recv_initial_metadata_flags ; <nl> break ; <nl> case REGISTERED_CALL : <nl> * rc - > data . registered . deadline = calld - > deadline ; <nl> static void start_new_rpc ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem ) { <nl> if ( ! grpc_slice_eq ( rm - > host , calld - > host ) ) continue ; <nl> if ( ! grpc_slice_eq ( rm - > method , calld - > path ) ) continue ; <nl> if ( ( rm - > flags & GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) & & <nl> - ! calld - > recv_idempotent_request ) { <nl> + 0 = = ( calld - > recv_initial_metadata_flags & <nl> + GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) ) { <nl> continue ; <nl> } <nl> finish_start_new_rpc ( exec_ctx , server , elem , <nl> static void start_new_rpc ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem ) { <nl> if ( rm - > has_host ) continue ; <nl> if ( ! grpc_slice_eq ( rm - > method , calld - > path ) ) continue ; <nl> if ( ( rm - > flags & GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) & & <nl> - ! calld - > recv_idempotent_request ) { <nl> + 0 = = ( calld - > recv_initial_metadata_flags & <nl> + GRPC_INITIAL_METADATA_IDEMPOTENT_REQUEST ) ) { <nl> continue ; <nl> } <nl> finish_start_new_rpc ( exec_ctx , server , elem , <nl> static void server_on_recv_initial_metadata ( grpc_exec_ctx * exec_ctx , void * ptr , <nl> } <nl> <nl> static void server_mutate_op ( grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> - GPR_ASSERT ( op - > recv_idempotent_request = = NULL ) ; <nl> - calld - > recv_initial_metadata = op - > recv_initial_metadata ; <nl> - calld - > on_done_recv_initial_metadata = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = & calld - > server_on_recv_initial_metadata ; <nl> - op - > recv_idempotent_request = & calld - > recv_idempotent_request ; <nl> - op - > recv_cacheable_request = & calld - > recv_cacheable_request ; <nl> + if ( op - > recv_initial_metadata ) { <nl> + GPR_ASSERT ( op - > payload - > recv_initial_metadata . recv_flags = = NULL ) ; <nl> + calld - > recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata ; <nl> + calld - > on_done_recv_initial_metadata = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + & calld - > server_on_recv_initial_metadata ; <nl> + op - > payload - > recv_initial_metadata . recv_flags = <nl> + & calld - > recv_initial_metadata_flags ; <nl> } <nl> } <nl> <nl> - static void server_start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void server_start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> GRPC_CALL_LOG_OP ( GPR_INFO , elem , op ) ; <nl> server_mutate_op ( elem , op ) ; <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> } <nl> <nl> const grpc_channel_filter grpc_server_top_filter = { <nl> - server_start_transport_stream_op , <nl> + server_start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / src / core / lib / transport / transport . c <nl> ppp b / src / core / lib / transport / transport . c <nl> int grpc_transport_init_stream ( grpc_exec_ctx * exec_ctx , <nl> void grpc_transport_perform_stream_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_transport * transport , <nl> grpc_stream * stream , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> transport - > vtable - > perform_stream_op ( exec_ctx , transport , stream , op ) ; <nl> } <nl> <nl> grpc_endpoint * grpc_transport_get_endpoint ( grpc_exec_ctx * exec_ctx , <nl> return transport - > vtable - > get_endpoint ( exec_ctx , transport ) ; <nl> } <nl> <nl> - void grpc_transport_stream_op_finish_with_failure ( grpc_exec_ctx * exec_ctx , <nl> - grpc_transport_stream_op * op , <nl> - grpc_error * error ) { <nl> - grpc_closure_sched ( exec_ctx , op - > recv_message_ready , GRPC_ERROR_REF ( error ) ) ; <nl> - grpc_closure_sched ( exec_ctx , op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_REF ( error ) ) ; <nl> + void grpc_transport_stream_op_batch_finish_with_failure ( <nl> + grpc_exec_ctx * exec_ctx , grpc_transport_stream_op_batch * op , <nl> + grpc_error * error ) { <nl> + if ( op - > recv_message ) { <nl> + grpc_closure_sched ( exec_ctx , op - > payload - > recv_message . recv_message_ready , <nl> + GRPC_ERROR_REF ( error ) ) ; <nl> + } <nl> + if ( op - > recv_initial_metadata ) { <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_REF ( error ) ) ; <nl> + } <nl> grpc_closure_sched ( exec_ctx , op - > on_complete , error ) ; <nl> - GRPC_ERROR_UNREF ( op - > cancel_error ) ; <nl> + if ( op - > cancel_stream ) { <nl> + GRPC_ERROR_UNREF ( op - > payload - > cancel_stream . cancel_error ) ; <nl> + } <nl> } <nl> <nl> typedef struct { <nl> grpc_transport_op * grpc_make_transport_op ( grpc_closure * on_complete ) { <nl> typedef struct { <nl> grpc_closure outer_on_complete ; <nl> grpc_closure * inner_on_complete ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> + grpc_transport_stream_op_batch_payload payload ; <nl> } made_transport_stream_op ; <nl> <nl> static void destroy_made_transport_stream_op ( grpc_exec_ctx * exec_ctx , void * arg , <nl> static void destroy_made_transport_stream_op ( grpc_exec_ctx * exec_ctx , void * arg , <nl> grpc_closure_run ( exec_ctx , c , GRPC_ERROR_REF ( error ) ) ; <nl> } <nl> <nl> - grpc_transport_stream_op * grpc_make_transport_stream_op ( <nl> + grpc_transport_stream_op_batch * grpc_make_transport_stream_op ( <nl> grpc_closure * on_complete ) { <nl> - made_transport_stream_op * op = gpr_malloc ( sizeof ( * op ) ) ; <nl> + made_transport_stream_op * op = gpr_zalloc ( sizeof ( * op ) ) ; <nl> + op - > op . payload = & op - > payload ; <nl> grpc_closure_init ( & op - > outer_on_complete , destroy_made_transport_stream_op , <nl> op , grpc_schedule_on_exec_ctx ) ; <nl> op - > inner_on_complete = on_complete ; <nl> - memset ( & op - > op , 0 , sizeof ( op - > op ) ) ; <nl> op - > op . on_complete = & op - > outer_on_complete ; <nl> return & op - > op ; <nl> } <nl> mmm a / src / core / lib / transport / transport . h <nl> ppp b / src / core / lib / transport / transport . h <nl> void grpc_transport_move_stats ( grpc_transport_stream_stats * from , <nl> grpc_transport_stream_stats * to ) ; <nl> <nl> typedef struct { <nl> + void * extra_arg ; <nl> grpc_closure closure ; <nl> - void * args [ 2 ] ; <nl> - } grpc_transport_private_op_data ; <nl> + } grpc_handler_private_op_data ; <nl> + <nl> + typedef struct grpc_transport_stream_op_batch_payload <nl> + grpc_transport_stream_op_batch_payload ; <nl> <nl> / * Transport stream op : a set of operations to perform on a transport <nl> against a single stream * / <nl> - typedef struct grpc_transport_stream_op { <nl> + typedef struct grpc_transport_stream_op_batch { <nl> / * * Should be enqueued when all requested operations ( excluding recv_message <nl> and recv_initial_metadata which have their own closures ) in a given batch <nl> have been completed . * / <nl> grpc_closure * on_complete ; <nl> <nl> + / * * Values for the stream op ( fields set are determined by flags above ) * / <nl> + grpc_transport_stream_op_batch_payload * payload ; <nl> + <nl> / * * Is the completion of this op covered by a poller ( if false : the op should <nl> complete independently of some pollset being polled ) * / <nl> - bool covered_by_poller ; <nl> + bool covered_by_poller : 1 ; <nl> <nl> - / * * Send initial metadata to the peer , from the provided metadata batch . <nl> - idempotent_request MUST be set if this is non - null * / <nl> - grpc_metadata_batch * send_initial_metadata ; <nl> - / * * Iff send_initial_metadata ! = NULL , flags associated with <nl> - send_initial_metadata : a bitfield of GRPC_INITIAL_METADATA_xxx * / <nl> - uint32_t send_initial_metadata_flags ; <nl> + / * * Send initial metadata to the peer , from the provided metadata batch . * / <nl> + bool send_initial_metadata : 1 ; <nl> <nl> / * * Send trailing metadata to the peer , from the provided metadata batch . * / <nl> - grpc_metadata_batch * send_trailing_metadata ; <nl> + bool send_trailing_metadata : 1 ; <nl> <nl> / * * Send message data to the peer , from the provided byte stream . * / <nl> - grpc_byte_stream * send_message ; <nl> + bool send_message : 1 ; <nl> <nl> / * * Receive initial metadata from the stream , into provided metadata batch . * / <nl> - grpc_metadata_batch * recv_initial_metadata ; <nl> - bool * recv_idempotent_request ; <nl> - bool * recv_cacheable_request ; <nl> - / * * Should be enqueued when initial metadata is ready to be processed . * / <nl> - grpc_closure * recv_initial_metadata_ready ; <nl> + bool recv_initial_metadata : 1 ; <nl> <nl> / * * Receive message data from the stream , into provided byte stream . * / <nl> - grpc_byte_stream * * recv_message ; <nl> - / * * Should be enqueued when one message is ready to be processed . * / <nl> - grpc_closure * recv_message_ready ; <nl> + bool recv_message : 1 ; <nl> <nl> / * * Receive trailing metadata from the stream , into provided metadata batch . <nl> * / <nl> - grpc_metadata_batch * recv_trailing_metadata ; <nl> + bool recv_trailing_metadata : 1 ; <nl> <nl> / * * Collect any stats into provided buffer , zero internal stat counters * / <nl> - grpc_transport_stream_stats * collect_stats ; <nl> + bool collect_stats : 1 ; <nl> + <nl> + / * * Cancel this stream with the provided error * / <nl> + bool cancel_stream : 1 ; <nl> + <nl> + / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> + * remaining fields are initialized and used at the discretion of the <nl> + * current handler of the op * / <nl> <nl> - / * * If ! = GRPC_ERROR_NONE , forcefully close this stream . <nl> + grpc_handler_private_op_data handler_private ; <nl> + } grpc_transport_stream_op_batch ; <nl> + <nl> + struct grpc_transport_stream_op_batch_payload { <nl> + struct { <nl> + grpc_metadata_batch * send_initial_metadata ; <nl> + / * * Iff send_initial_metadata ! = NULL , flags associated with <nl> + send_initial_metadata : a bitfield of GRPC_INITIAL_METADATA_xxx * / <nl> + uint32_t send_initial_metadata_flags ; <nl> + } send_initial_metadata ; <nl> + <nl> + struct { <nl> + grpc_metadata_batch * send_trailing_metadata ; <nl> + } send_trailing_metadata ; <nl> + <nl> + struct { <nl> + grpc_byte_stream * send_message ; <nl> + } send_message ; <nl> + <nl> + struct { <nl> + grpc_metadata_batch * recv_initial_metadata ; <nl> + uint32_t * recv_flags ; <nl> + / * * Should be enqueued when initial metadata is ready to be processed . * / <nl> + grpc_closure * recv_initial_metadata_ready ; <nl> + } recv_initial_metadata ; <nl> + <nl> + struct { <nl> + grpc_byte_stream * * recv_message ; <nl> + / * * Should be enqueued when one message is ready to be processed . * / <nl> + grpc_closure * recv_message_ready ; <nl> + } recv_message ; <nl> + <nl> + struct { <nl> + grpc_metadata_batch * recv_trailing_metadata ; <nl> + } recv_trailing_metadata ; <nl> + <nl> + struct { <nl> + grpc_transport_stream_stats * collect_stats ; <nl> + } collect_stats ; <nl> + <nl> + / * * Forcefully close this stream . <nl> The HTTP2 semantics should be : <nl> - server side : if cancel_error has GRPC_ERROR_INT_GRPC_STATUS , and <nl> trailing metadata has not been sent , send trailing metadata with status <nl> typedef struct grpc_transport_stream_op { <nl> convert to a HTTP2 error code using <nl> grpc_chttp2_grpc_status_to_http2_error . Send a RST_STREAM with this <nl> error . * / <nl> - grpc_error * cancel_error ; <nl> + struct { <nl> + grpc_error * cancel_error ; <nl> + } cancel_stream ; <nl> <nl> / * Indexes correspond to grpc_context_index enum values * / <nl> grpc_call_context_element * context ; <nl> - <nl> - / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> - * remaining fields are initialized and used at the discretion of the <nl> - * current handler of the op * / <nl> - <nl> - grpc_transport_private_op_data handler_private ; <nl> - } grpc_transport_stream_op ; <nl> + } ; <nl> <nl> / * * Transport op : a set of operations to perform on a transport as a whole * / <nl> typedef struct grpc_transport_op { <nl> typedef struct grpc_transport_op { <nl> * remaining fields are initialized and used at the discretion of the <nl> * transport implementation * / <nl> <nl> - grpc_transport_private_op_data transport_private ; <nl> + grpc_handler_private_op_data handler_private ; <nl> } grpc_transport_op ; <nl> <nl> / * Returns the amount of memory required to store a grpc_stream for this <nl> void grpc_transport_destroy_stream ( grpc_exec_ctx * exec_ctx , <nl> grpc_stream * stream , <nl> grpc_closure * then_schedule_closure ) ; <nl> <nl> - void grpc_transport_stream_op_finish_with_failure ( grpc_exec_ctx * exec_ctx , <nl> - grpc_transport_stream_op * op , <nl> - grpc_error * error ) ; <nl> + void grpc_transport_stream_op_batch_finish_with_failure ( <nl> + grpc_exec_ctx * exec_ctx , grpc_transport_stream_op_batch * op , <nl> + grpc_error * error ) ; <nl> <nl> - char * grpc_transport_stream_op_string ( grpc_transport_stream_op * op ) ; <nl> + char * grpc_transport_stream_op_batch_string ( grpc_transport_stream_op_batch * op ) ; <nl> char * grpc_transport_op_string ( grpc_transport_op * op ) ; <nl> <nl> / * Send a batch of operations on a transport <nl> char * grpc_transport_op_string ( grpc_transport_op * op ) ; <nl> transport - the transport on which to initiate the stream <nl> stream - the stream on which to send the operations . This must be <nl> non - NULL and previously initialized by the same transport . <nl> - op - a grpc_transport_stream_op specifying the op to perform * / <nl> + op - a grpc_transport_stream_op_batch specifying the op to perform <nl> + * / <nl> void grpc_transport_perform_stream_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_transport * transport , <nl> grpc_stream * stream , <nl> - grpc_transport_stream_op * op ) ; <nl> + grpc_transport_stream_op_batch * op ) ; <nl> <nl> void grpc_transport_perform_op ( grpc_exec_ctx * exec_ctx , <nl> grpc_transport * transport , <nl> grpc_endpoint * grpc_transport_get_endpoint ( grpc_exec_ctx * exec_ctx , <nl> / * Allocate a grpc_transport_op , and preconfigure the on_consumed closure to <nl> \ a on_consumed and then delete the returned transport op * / <nl> grpc_transport_op * grpc_make_transport_op ( grpc_closure * on_consumed ) ; <nl> - / * Allocate a grpc_transport_stream_op , and preconfigure the on_consumed closure <nl> + / * Allocate a grpc_transport_stream_op_batch , and preconfigure the on_consumed <nl> + closure <nl> to \ a on_consumed and then delete the returned transport op * / <nl> - grpc_transport_stream_op * grpc_make_transport_stream_op ( <nl> + grpc_transport_stream_op_batch * grpc_make_transport_stream_op ( <nl> grpc_closure * on_consumed ) ; <nl> <nl> # ifdef __cplusplus <nl> mmm a / src / core / lib / transport / transport_impl . h <nl> ppp b / src / core / lib / transport / transport_impl . h <nl> typedef struct grpc_transport_vtable { <nl> <nl> / * implementation of grpc_transport_perform_stream_op * / <nl> void ( * perform_stream_op ) ( grpc_exec_ctx * exec_ctx , grpc_transport * self , <nl> - grpc_stream * stream , grpc_transport_stream_op * op ) ; <nl> + grpc_stream * stream , <nl> + grpc_transport_stream_op_batch * op ) ; <nl> <nl> / * implementation of grpc_transport_perform_op * / <nl> void ( * perform_op ) ( grpc_exec_ctx * exec_ctx , grpc_transport * self , <nl> mmm a / src / core / lib / transport / transport_op_string . c <nl> ppp b / src / core / lib / transport / transport_op_string . c <nl> static void put_metadata_list ( gpr_strvec * b , grpc_metadata_batch md ) { <nl> } <nl> } <nl> <nl> - char * grpc_transport_stream_op_string ( grpc_transport_stream_op * op ) { <nl> + char * grpc_transport_stream_op_batch_string ( <nl> + grpc_transport_stream_op_batch * op ) { <nl> char * tmp ; <nl> char * out ; <nl> <nl> char * grpc_transport_stream_op_string ( grpc_transport_stream_op * op ) { <nl> gpr_strvec_add ( <nl> & b , gpr_strdup ( op - > covered_by_poller ? " [ COVERED ] " : " [ UNCOVERED ] " ) ) ; <nl> <nl> - if ( op - > send_initial_metadata ! = NULL ) { <nl> + if ( op - > send_initial_metadata ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " SEND_INITIAL_METADATA { " ) ) ; <nl> - put_metadata_list ( & b , * op - > send_initial_metadata ) ; <nl> + put_metadata_list ( <nl> + & b , * op - > payload - > send_initial_metadata . send_initial_metadata ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " } " ) ) ; <nl> } <nl> <nl> - if ( op - > send_message ! = NULL ) { <nl> + if ( op - > send_message ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_asprintf ( & tmp , " SEND_MESSAGE : flags = 0x % 08x : len = % d " , <nl> - op - > send_message - > flags , op - > send_message - > length ) ; <nl> + op - > payload - > send_message . send_message - > flags , <nl> + op - > payload - > send_message . send_message - > length ) ; <nl> gpr_strvec_add ( & b , tmp ) ; <nl> } <nl> <nl> - if ( op - > send_trailing_metadata ! = NULL ) { <nl> + if ( op - > send_trailing_metadata ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " SEND_TRAILING_METADATA { " ) ) ; <nl> - put_metadata_list ( & b , * op - > send_trailing_metadata ) ; <nl> + put_metadata_list ( <nl> + & b , * op - > payload - > send_trailing_metadata . send_trailing_metadata ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " } " ) ) ; <nl> } <nl> <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> + if ( op - > recv_initial_metadata ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " RECV_INITIAL_METADATA " ) ) ; <nl> } <nl> <nl> - if ( op - > recv_message ! = NULL ) { <nl> + if ( op - > recv_message ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " RECV_MESSAGE " ) ) ; <nl> } <nl> <nl> - if ( op - > recv_trailing_metadata ! = NULL ) { <nl> + if ( op - > recv_trailing_metadata ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> gpr_strvec_add ( & b , gpr_strdup ( " RECV_TRAILING_METADATA " ) ) ; <nl> } <nl> <nl> - if ( op - > cancel_error ! = GRPC_ERROR_NONE ) { <nl> + if ( op - > cancel_stream ) { <nl> gpr_strvec_add ( & b , gpr_strdup ( " " ) ) ; <nl> - const char * msg = grpc_error_string ( op - > cancel_error ) ; <nl> + const char * msg = <nl> + grpc_error_string ( op - > payload - > cancel_stream . cancel_error ) ; <nl> gpr_asprintf ( & tmp , " CANCEL : % s " , msg ) ; <nl> <nl> gpr_strvec_add ( & b , tmp ) ; <nl> char * grpc_transport_op_string ( grpc_transport_op * op ) { <nl> } <nl> <nl> void grpc_call_log_op ( char * file , int line , gpr_log_severity severity , <nl> - grpc_call_element * elem , grpc_transport_stream_op * op ) { <nl> - char * str = grpc_transport_stream_op_string ( op ) ; <nl> + grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> + char * str = grpc_transport_stream_op_batch_string ( op ) ; <nl> gpr_log ( file , line , severity , " OP [ % s : % p ] : % s " , elem - > filter - > name , elem , str ) ; <nl> gpr_free ( str ) ; <nl> } <nl> mmm a / src / core / plugin_registry / grpc_plugin_registry . c <nl> ppp b / src / core / plugin_registry / grpc_plugin_registry . c <nl> extern void grpc_load_reporting_plugin_init ( void ) ; <nl> extern void grpc_load_reporting_plugin_shutdown ( void ) ; <nl> extern void census_grpc_plugin_init ( void ) ; <nl> extern void census_grpc_plugin_shutdown ( void ) ; <nl> + extern void grpc_max_age_filter_init ( void ) ; <nl> + extern void grpc_max_age_filter_shutdown ( void ) ; <nl> <nl> void grpc_register_built_in_plugins ( void ) { <nl> grpc_register_plugin ( grpc_chttp2_plugin_init , <nl> void grpc_register_built_in_plugins ( void ) { <nl> grpc_load_reporting_plugin_shutdown ) ; <nl> grpc_register_plugin ( census_grpc_plugin_init , <nl> census_grpc_plugin_shutdown ) ; <nl> + grpc_register_plugin ( grpc_max_age_filter_init , <nl> + grpc_max_age_filter_shutdown ) ; <nl> } <nl> mmm a / src / core / plugin_registry / grpc_unsecure_plugin_registry . c <nl> ppp b / src / core / plugin_registry / grpc_unsecure_plugin_registry . c <nl> extern void grpc_lb_policy_round_robin_init ( void ) ; <nl> extern void grpc_lb_policy_round_robin_shutdown ( void ) ; <nl> extern void census_grpc_plugin_init ( void ) ; <nl> extern void census_grpc_plugin_shutdown ( void ) ; <nl> + extern void grpc_max_age_filter_init ( void ) ; <nl> + extern void grpc_max_age_filter_shutdown ( void ) ; <nl> <nl> void grpc_register_built_in_plugins ( void ) { <nl> grpc_register_plugin ( grpc_chttp2_plugin_init , <nl> void grpc_register_built_in_plugins ( void ) { <nl> grpc_lb_policy_round_robin_shutdown ) ; <nl> grpc_register_plugin ( census_grpc_plugin_init , <nl> census_grpc_plugin_shutdown ) ; <nl> + grpc_register_plugin ( grpc_max_age_filter_init , <nl> + grpc_max_age_filter_shutdown ) ; <nl> } <nl> mmm a / src / cpp / common / channel_filter . cc <nl> ppp b / src / cpp / common / channel_filter . cc <nl> void ChannelData : : GetInfo ( grpc_exec_ctx * exec_ctx , grpc_channel_element * elem , <nl> <nl> / / CallData <nl> <nl> - void CallData : : StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - TransportStreamOp * op ) { <nl> + void CallData : : StartTransportStreamOpBatch ( grpc_exec_ctx * exec_ctx , <nl> + grpc_call_element * elem , <nl> + TransportStreamOpBatch * op ) { <nl> grpc_call_next_op ( exec_ctx , elem , op - > op ( ) ) ; <nl> } <nl> <nl> mmm a / src / cpp / common / channel_filter . h <nl> ppp b / src / cpp / common / channel_filter . h <nl> class TransportOp { <nl> grpc_transport_op * op_ ; / / Not owned . <nl> } ; <nl> <nl> - / / / A C + + wrapper for the \ c grpc_transport_stream_op struct . <nl> - class TransportStreamOp { <nl> + / / / A C + + wrapper for the \ c grpc_transport_stream_op_batch struct . <nl> + class TransportStreamOpBatch { <nl> public : <nl> / / / Borrows a pointer to \ a op , but does NOT take ownership . <nl> / / / The caller must ensure that \ a op continues to exist for as <nl> - / / / long as the TransportStreamOp object does . <nl> - explicit TransportStreamOp ( grpc_transport_stream_op * op ) <nl> + / / / long as the TransportStreamOpBatch object does . <nl> + explicit TransportStreamOpBatch ( grpc_transport_stream_op_batch * op ) <nl> : op_ ( op ) , <nl> - send_initial_metadata_ ( op - > send_initial_metadata ) , <nl> - send_trailing_metadata_ ( op - > send_trailing_metadata ) , <nl> - recv_initial_metadata_ ( op - > recv_initial_metadata ) , <nl> - recv_trailing_metadata_ ( op - > recv_trailing_metadata ) { } <nl> - <nl> - grpc_transport_stream_op * op ( ) const { return op_ ; } <nl> + send_initial_metadata_ ( <nl> + op - > send_initial_metadata <nl> + ? op - > payload - > send_initial_metadata . send_initial_metadata <nl> + : nullptr ) , <nl> + send_trailing_metadata_ ( <nl> + op - > send_trailing_metadata <nl> + ? op - > payload - > send_trailing_metadata . send_trailing_metadata <nl> + : nullptr ) , <nl> + recv_initial_metadata_ ( <nl> + op - > recv_initial_metadata <nl> + ? op - > payload - > recv_initial_metadata . recv_initial_metadata <nl> + : nullptr ) , <nl> + recv_trailing_metadata_ ( <nl> + op - > recv_trailing_metadata <nl> + ? op - > payload - > recv_trailing_metadata . recv_trailing_metadata <nl> + : nullptr ) { } <nl> + <nl> + grpc_transport_stream_op_batch * op ( ) const { return op_ ; } <nl> <nl> grpc_closure * on_complete ( ) const { return op_ - > on_complete ; } <nl> void set_on_complete ( grpc_closure * closure ) { op_ - > on_complete = closure ; } <nl> <nl> MetadataBatch * send_initial_metadata ( ) { <nl> - return op_ - > send_initial_metadata = = nullptr ? nullptr <nl> - : & send_initial_metadata_ ; <nl> + return op_ - > send_initial_metadata ? & send_initial_metadata_ : nullptr ; <nl> } <nl> MetadataBatch * send_trailing_metadata ( ) { <nl> - return op_ - > send_trailing_metadata = = nullptr ? nullptr <nl> - : & send_trailing_metadata_ ; <nl> + return op_ - > send_trailing_metadata ? & send_trailing_metadata_ : nullptr ; <nl> } <nl> MetadataBatch * recv_initial_metadata ( ) { <nl> - return op_ - > recv_initial_metadata = = nullptr ? nullptr <nl> - : & recv_initial_metadata_ ; <nl> + return op_ - > recv_initial_metadata ? & recv_initial_metadata_ : nullptr ; <nl> } <nl> MetadataBatch * recv_trailing_metadata ( ) { <nl> - return op_ - > recv_trailing_metadata = = nullptr ? nullptr <nl> - : & recv_trailing_metadata_ ; <nl> + return op_ - > recv_trailing_metadata ? & recv_trailing_metadata_ : nullptr ; <nl> } <nl> <nl> uint32_t * send_initial_metadata_flags ( ) const { <nl> - return & op_ - > send_initial_metadata_flags ; <nl> + return op_ - > send_initial_metadata <nl> + ? & op_ - > payload - > send_initial_metadata <nl> + . send_initial_metadata_flags <nl> + : nullptr ; <nl> } <nl> <nl> grpc_closure * recv_initial_metadata_ready ( ) const { <nl> - return op_ - > recv_initial_metadata_ready ; <nl> + return op_ - > recv_initial_metadata <nl> + ? op_ - > payload - > recv_initial_metadata . recv_initial_metadata_ready <nl> + : nullptr ; <nl> } <nl> void set_recv_initial_metadata_ready ( grpc_closure * closure ) { <nl> - op_ - > recv_initial_metadata_ready = closure ; <nl> + op_ - > payload - > recv_initial_metadata . recv_initial_metadata_ready = closure ; <nl> } <nl> <nl> - grpc_byte_stream * send_message ( ) const { return op_ - > send_message ; } <nl> + grpc_byte_stream * send_message ( ) const { <nl> + return op_ - > send_message ? op_ - > payload - > send_message . send_message <nl> + : nullptr ; <nl> + } <nl> void set_send_message ( grpc_byte_stream * send_message ) { <nl> - op_ - > send_message = send_message ; <nl> + op_ - > send_message = true ; <nl> + op_ - > payload - > send_message . send_message = send_message ; <nl> } <nl> <nl> census_context * get_census_context ( ) const { <nl> - return ( census_context * ) op_ - > context [ GRPC_CONTEXT_TRACING ] . value ; <nl> + return ( census_context * ) op_ - > payload - > context [ GRPC_CONTEXT_TRACING ] . value ; <nl> } <nl> <nl> private : <nl> - grpc_transport_stream_op * op_ ; / / Not owned . <nl> + grpc_transport_stream_op_batch * op_ ; / / Not owned . <nl> MetadataBatch send_initial_metadata_ ; <nl> MetadataBatch send_trailing_metadata_ ; <nl> MetadataBatch recv_initial_metadata_ ; <nl> class CallData { <nl> / / TODO ( roth ) : Find a way to avoid passing elem into these methods . <nl> <nl> / / / Starts a new stream operation . <nl> - virtual void StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - TransportStreamOp * op ) ; <nl> + virtual void StartTransportStreamOpBatch ( grpc_exec_ctx * exec_ctx , <nl> + grpc_call_element * elem , <nl> + TransportStreamOpBatch * op ) ; <nl> <nl> / / / Sets a pollset or pollset set . <nl> virtual void SetPollsetOrPollsetSet ( grpc_exec_ctx * exec_ctx , <nl> class ChannelFilter final { <nl> reinterpret_cast < CallDataType * > ( elem - > call_data ) - > ~ CallDataType ( ) ; <nl> } <nl> <nl> - static void StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void StartTransportStreamOpBatch ( grpc_exec_ctx * exec_ctx , <nl> + grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> CallDataType * call_data = ( CallDataType * ) elem - > call_data ; <nl> - TransportStreamOp op_wrapper ( op ) ; <nl> - call_data - > StartTransportStreamOp ( exec_ctx , elem , & op_wrapper ) ; <nl> + TransportStreamOpBatch op_wrapper ( op ) ; <nl> + call_data - > StartTransportStreamOpBatch ( exec_ctx , elem , & op_wrapper ) ; <nl> } <nl> <nl> static void SetPollsetOrPollsetSet ( grpc_exec_ctx * exec_ctx , <nl> void RegisterChannelFilter ( <nl> stack_type , <nl> priority , <nl> include_filter , <nl> - { FilterType : : StartTransportStreamOp , FilterType : : StartTransportOp , <nl> + { FilterType : : StartTransportStreamOpBatch , FilterType : : StartTransportOp , <nl> FilterType : : call_data_size , FilterType : : InitCallElement , <nl> FilterType : : SetPollsetOrPollsetSet , FilterType : : DestroyCallElement , <nl> FilterType : : channel_data_size , FilterType : : InitChannelElement , <nl> mmm a / src / proto / grpc / testing / control . proto <nl> ppp b / src / proto / grpc / testing / control . proto <nl> message ClientConfig { <nl> string other_client_api = 15 ; <nl> <nl> repeated ChannelArg channel_args = 16 ; <nl> + <nl> + / / Number of messages on a stream before it gets finished / restarted <nl> + int32 messages_per_stream = 18 ; <nl> } <nl> <nl> message ClientStatus { ClientStats stats = 1 ; } <nl> mmm a / src / python / grpcio / grpc_core_dependencies . py <nl> ppp b / src / python / grpcio / grpc_core_dependencies . py <nl> <nl> ' src / core / lib / channel / handshaker_registry . c ' , <nl> ' src / core / lib / channel / http_client_filter . c ' , <nl> ' src / core / lib / channel / http_server_filter . c ' , <nl> - ' src / core / lib / channel / max_age_filter . c ' , <nl> ' src / core / lib / channel / message_size_filter . c ' , <nl> ' src / core / lib / compression / compression . c ' , <nl> ' src / core / lib / compression / message_compress . c ' , <nl> <nl> ' src / core / tsi / transport_security . c ' , <nl> ' src / core / ext / transport / chttp2 / server / chttp2_server . c ' , <nl> ' src / core / ext / transport / chttp2 / client / secure / secure_channel_create . c ' , <nl> - ' src / core / ext / client_channel / channel_connectivity . c ' , <nl> - ' src / core / ext / client_channel / client_channel . c ' , <nl> - ' src / core / ext / client_channel / client_channel_factory . c ' , <nl> - ' src / core / ext / client_channel / client_channel_plugin . c ' , <nl> - ' src / core / ext / client_channel / connector . c ' , <nl> - ' src / core / ext / client_channel / http_connect_handshaker . c ' , <nl> - ' src / core / ext / client_channel / http_proxy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_factory . c ' , <nl> - ' src / core / ext / client_channel / lb_policy_registry . c ' , <nl> - ' src / core / ext / client_channel / parse_address . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper . c ' , <nl> - ' src / core / ext / client_channel / proxy_mapper_registry . c ' , <nl> - ' src / core / ext / client_channel / resolver . c ' , <nl> - ' src / core / ext / client_channel / resolver_factory . c ' , <nl> - ' src / core / ext / client_channel / resolver_registry . c ' , <nl> - ' src / core / ext / client_channel / retry_throttle . c ' , <nl> - ' src / core / ext / client_channel / subchannel . c ' , <nl> - ' src / core / ext / client_channel / subchannel_index . c ' , <nl> - ' src / core / ext / client_channel / uri_parser . c ' , <nl> + ' src / core / ext / filters / client_channel / channel_connectivity . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / client_channel_plugin . c ' , <nl> + ' src / core / ext / filters / client_channel / connector . c ' , <nl> + ' src / core / ext / filters / client_channel / http_connect_handshaker . c ' , <nl> + ' src / core / ext / filters / client_channel / http_proxy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / parse_address . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper . c ' , <nl> + ' src / core / ext / filters / client_channel / proxy_mapper_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_factory . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver_registry . c ' , <nl> + ' src / core / ext / filters / client_channel / retry_throttle . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel . c ' , <nl> + ' src / core / ext / filters / client_channel / subchannel_index . c ' , <nl> + ' src / core / ext / filters / client_channel / uri_parser . c ' , <nl> ' src / core / ext / transport / chttp2 / client / chttp2_connector . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2 . c ' , <nl> ' src / core / ext / transport / chttp2 / server / insecure / server_chttp2_posix . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create . c ' , <nl> ' src / core / ext / transport / chttp2 / client / insecure / channel_create_posix . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / load_balancer_api . c ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> ' third_party / nanopb / pb_common . c ' , <nl> ' third_party / nanopb / pb_decode . c ' , <nl> ' third_party / nanopb / pb_encode . c ' , <nl> - ' src / core / ext / lb_policy / pick_first / pick_first . c ' , <nl> - ' src / core / ext / lb_policy / round_robin / round_robin . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> - ' src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> - ' src / core / ext / resolver / dns / native / dns_resolver . c ' , <nl> - ' src / core / ext / resolver / sockaddr / sockaddr_resolver . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting . c ' , <nl> - ' src / core / ext / load_reporting / load_reporting_filter . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c ' , <nl> + ' src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting . c ' , <nl> + ' src / core / ext / filters / load_reporting / load_reporting_filter . c ' , <nl> ' src / core / ext / census / base_resources . c ' , <nl> ' src / core / ext / census / context . c ' , <nl> ' src / core / ext / census / gen / census . pb . c ' , <nl> <nl> ' src / core / ext / census / resource . c ' , <nl> ' src / core / ext / census / trace_context . c ' , <nl> ' src / core / ext / census / tracing . c ' , <nl> + ' src / core / ext / filters / max_age / max_age_filter . c ' , <nl> ' src / core / plugin_registry / grpc_plugin_registry . c ' , <nl> ' src / boringssl / err_data . c ' , <nl> ' third_party / boringssl / crypto / aes / aes . c ' , <nl> mmm a / test / core / channel / channel_stack_test . c <nl> ppp b / test / core / channel / channel_stack_test . c <nl> static void call_destroy_func ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> } <nl> <nl> static void call_func ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> + + * ( int * ) ( elem - > call_data ) ; <nl> } <nl> <nl> mmm a / test / core / client_channel / lb_policies_test . c <nl> ppp b / test / core / client_channel / lb_policies_test . c <nl> <nl> # include < grpc / support / string_util . h > <nl> # include < grpc / support / time . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / client_channel / lb_policy_registry . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / support / string . h " <nl> mmm a / test / core / client_channel / parse_address_test . c <nl> ppp b / test / core / client_channel / parse_address_test . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> <nl> # include < string . h > <nl> mmm a / test / core / client_channel / resolvers / dns_resolver_connectivity_test . c <nl> ppp b / test / core / client_channel / resolvers / dns_resolver_connectivity_test . c <nl> <nl> # include < grpc / grpc . h > <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / client_channel / resolver . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> mmm a / test / core / client_channel / resolvers / dns_resolver_test . c <nl> ppp b / test / core / client_channel / resolvers / dns_resolver_test . c <nl> <nl> <nl> # include < grpc / support / log . h > <nl> <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> # include " test / core / util / test_config . h " <nl> <nl> mmm a / test / core / client_channel / resolvers / sockaddr_resolver_test . c <nl> ppp b / test / core / client_channel / resolvers / sockaddr_resolver_test . c <nl> <nl> # include < grpc / support / log . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / combiner . h " <nl> <nl> mmm a / test / core / client_channel / uri_fuzzer_test . c <nl> ppp b / test / core / client_channel / uri_fuzzer_test . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> # include " src / core / lib / iomgr / exec_ctx . h " <nl> <nl> bool squelch = true ; <nl> mmm a / test / core / client_channel / uri_parser_test . c <nl> ppp b / test / core / client_channel / uri_parser_test . c <nl> <nl> * <nl> * / <nl> <nl> - # include " src / core / ext / client_channel / uri_parser . h " <nl> + # include " src / core / ext / filters / client_channel / uri_parser . h " <nl> <nl> # include < string . h > <nl> <nl> mmm a / test / core / end2end / fake_resolver . c <nl> ppp b / test / core / end2end / fake_resolver . c <nl> <nl> # include < grpc / support / port_platform . h > <nl> # include < grpc / support / string_util . h > <nl> <nl> - # include " src / core / ext / client_channel / lb_policy_factory . h " <nl> - # include " src / core / ext / client_channel / parse_address . h " <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy_factory . h " <nl> + # include " src / core / ext / filters / client_channel / parse_address . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / iomgr / resolve_address . h " <nl> # include " src / core / lib / iomgr / unix_sockets_posix . h " <nl> mmm a / test / core / end2end / fixtures / h2_census . c <nl> ppp b / test / core / end2end / fixtures / h2_census . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_compress . c <nl> ppp b / test / core / end2end / fixtures / h2_compress . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_full + pipe . c <nl> ppp b / test / core / end2end / fixtures / h2_full + pipe . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / fixtures / h2_full + trace . c <nl> ppp b / test / core / end2end / fixtures / h2_full + trace . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / fixtures / h2_full . c <nl> ppp b / test / core / end2end / fixtures / h2_full . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / fixtures / h2_http_proxy . c <nl> ppp b / test / core / end2end / fixtures / h2_http_proxy . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / fixtures / h2_load_reporting . c <nl> ppp b / test / core / end2end / fixtures / h2_load_reporting . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / load_reporting / load_reporting . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_proxy . c <nl> ppp b / test / core / end2end / fixtures / h2_proxy . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / fixtures / h2_sockpair + trace . c <nl> ppp b / test / core / end2end / fixtures / h2_sockpair + trace . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / compress_filter . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_sockpair . c <nl> ppp b / test / core / end2end / fixtures / h2_sockpair . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / compress_filter . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_sockpair_1byte . c <nl> ppp b / test / core / end2end / fixtures / h2_sockpair_1byte . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / compress_filter . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> mmm a / test / core / end2end / fixtures / h2_uds . c <nl> ppp b / test / core / end2end / fixtures / h2_uds . c <nl> <nl> # include < grpc / support / sync . h > <nl> # include < grpc / support / thd . h > <nl> # include < grpc / support / useful . h > <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / chttp2_transport . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / channel / http_server_filter . h " <nl> mmm a / test / core / end2end / tests / authority_not_supported . c <nl> ppp b / test / core / end2end / tests / authority_not_supported . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_with_authority_header ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta_c [ 2 ] = { { grpc_slice_from_static_string ( " key1 " ) , <nl> grpc_slice_from_static_string ( " val1 " ) , <nl> 0 , <nl> static void test_with_authority_header ( grpc_end2end_test_config config ) { <nl> grpc_slice details ; <nl> <nl> grpc_slice host = grpc_slice_from_static_string ( " foo . test . google . fr " ) ; <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , & host , <nl> deadline , NULL ) ; <nl> mmm a / test / core / end2end / tests / bad_hostname . c <nl> ppp b / test / core / end2end / tests / bad_hostname . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void end_test ( grpc_end2end_test_fixture * f ) { <nl> <nl> static void simple_request_body ( grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_fixture f ) { <nl> grpc_slice details ; <nl> <nl> grpc_slice host = grpc_slice_from_static_string ( " slartibartfast . local " ) ; <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , & host , <nl> deadline , NULL ) ; <nl> mmm a / test / core / end2end / tests / binary_metadata . c <nl> ppp b / test / core / end2end / tests / binary_metadata . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta_c [ 2 ] = { <nl> { grpc_slice_from_static_string ( " key1 - bin " ) , <nl> grpc_slice_from_static_string ( <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / call_creds . c <nl> ppp b / test / core / end2end / tests / call_creds . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void request_response_with_payload_and_call_creds ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f ; <nl> cq_verifier * cqv ; <nl> grpc_op ops [ 6 ] ; <nl> static void request_response_with_payload_and_call_creds ( <nl> f = begin_test ( config , test_name , 0 ) ; <nl> cqv = cq_verifier_create ( f . cq ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> static void test_request_with_server_rejecting_client_creds ( <nl> grpc_op * op ; <nl> grpc_call * c ; <nl> grpc_end2end_test_fixture f ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> cq_verifier * cqv ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> grpc_metadata_array trailing_metadata_recv ; <nl> mmm a / test / core / end2end / tests / cancel_after_accept . c <nl> ppp b / test / core / end2end / tests / cancel_after_accept . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cancel_after_accept ( grpc_end2end_test_config config , <nl> grpc_op * op ; <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = use_service_config <nl> - ? gpr_inf_future ( GPR_CLOCK_MONOTONIC ) <nl> - : five_seconds_time ( ) ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> grpc_metadata_array trailing_metadata_recv ; <nl> grpc_metadata_array request_metadata_recv ; <nl> static void test_cancel_after_accept ( grpc_end2end_test_config config , <nl> begin_test ( config , " cancel_after_accept " , args , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> <nl> + gpr_timespec deadline = use_service_config <nl> + ? gpr_inf_future ( GPR_CLOCK_MONOTONIC ) <nl> + : five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / service / method " ) , <nl> mmm a / test / core / end2end / tests / cancel_after_client_done . c <nl> ppp b / test / core / end2end / tests / cancel_after_client_done . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cancel_after_accept_and_writes_closed ( <nl> grpc_call * s ; <nl> grpc_end2end_test_fixture f = begin_test ( <nl> config , " test_cancel_after_accept_and_writes_closed " , NULL , NULL ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> grpc_metadata_array trailing_metadata_recv ; <nl> static void test_cancel_after_accept_and_writes_closed ( <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / cancel_after_invoke . c <nl> ppp b / test / core / end2end / tests / cancel_after_invoke . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cancel_after_invoke ( grpc_end2end_test_config config , <nl> grpc_call * c ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_cancel_after_invoke " , mode , NULL , NULL ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> grpc_metadata_array trailing_metadata_recv ; <nl> static void test_cancel_after_invoke ( grpc_end2end_test_config config , <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / cancel_before_invoke . c <nl> ppp b / test / core / end2end / tests / cancel_before_invoke . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cancel_before_invoke ( grpc_end2end_test_config config , <nl> grpc_call * c ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " cancel_before_invoke " , NULL , NULL ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> grpc_metadata_array trailing_metadata_recv ; <nl> static void test_cancel_before_invoke ( grpc_end2end_test_config config , <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / cancel_in_a_vacuum . c <nl> ppp b / test / core / end2end / tests / cancel_in_a_vacuum . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cancel_in_a_vacuum ( grpc_end2end_test_config config , <nl> grpc_call * c ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_cancel_in_a_vacuum " , NULL , NULL ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * v_client = cq_verifier_create ( f . cq ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / cancel_with_status . c <nl> ppp b / test / core / end2end / tests / cancel_with_status . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void end_test ( grpc_end2end_test_fixture * f ) { <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f , size_t num_ops ) { <nl> grpc_call * c ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> <nl> gpr_log ( GPR_DEBUG , " test with % " PRIuPTR " ops " , num_ops ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / compressed_payload . c <nl> ppp b / test / core / end2end / tests / compressed_payload . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void request_for_disabled_algorithm ( <nl> grpc_call * s ; <nl> grpc_slice request_payload_slice ; <nl> grpc_byte_buffer * request_payload ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_channel_args * client_args ; <nl> grpc_channel_args * server_args ; <nl> grpc_end2end_test_fixture f ; <nl> static void request_for_disabled_algorithm ( <nl> f = begin_test ( config , test_name , client_args , server_args ) ; <nl> cqv = cq_verifier_create ( f . cq ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> static void request_with_payload_template ( <nl> grpc_call * s ; <nl> grpc_slice request_payload_slice ; <nl> grpc_byte_buffer * request_payload ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_channel_args * client_args ; <nl> grpc_channel_args * server_args ; <nl> grpc_end2end_test_fixture f ; <nl> static void request_with_payload_template ( <nl> f = begin_test ( config , test_name , client_args , server_args ) ; <nl> cqv = cq_verifier_create ( f . cq ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / default_host . c <nl> ppp b / test / core / end2end / tests / default_host . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void end_test ( grpc_end2end_test_fixture * f ) { <nl> static void simple_request_body ( grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_fixture f ) { <nl> int was_cancelled = 2 ; <nl> char * peer ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , NULL , <nl> deadline , NULL ) ; <nl> mmm a / test / core / end2end / tests / disappearing_server . c <nl> ppp b / test / core / end2end / tests / disappearing_server . c <nl> <nl> <nl> static void * tag ( intptr_t t ) { return ( void * ) t ; } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void do_request_and_shutdown_server ( grpc_end2end_test_config config , <nl> cq_verifier * cqv ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> grpc_metadata_array initial_metadata_recv ; <nl> static void do_request_and_shutdown_server ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f - > client , NULL , GRPC_PROPAGATE_DEFAULTS , f - > cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / empty_batch . c <nl> ppp b / test / core / end2end / tests / empty_batch . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void end_test ( grpc_end2end_test_fixture * f ) { <nl> static void empty_batch_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_call_error error ; <nl> grpc_op * op = NULL ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / filter_call_init_fails . c <nl> ppp b / test / core / end2end / tests / filter_call_init_fails . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " filter_call_init_fails " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> grpc_call_error error ; <nl> grpc_slice details ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / filter_causes_close . c <nl> ppp b / test / core / end2end / tests / filter_causes_close . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " filter_causes_close " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> grpc_call_error error ; <nl> grpc_slice details ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> static void recv_im_ready ( grpc_exec_ctx * exec_ctx , void * arg , <nl> GRPC_STATUS_PERMISSION_DENIED ) ) ; <nl> } <nl> <nl> - static void start_transport_stream_op ( grpc_exec_ctx * exec_ctx , <nl> - grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + static void start_transport_stream_op_batch ( <nl> + grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> + grpc_transport_stream_op_batch * op ) { <nl> call_data * calld = elem - > call_data ; <nl> - if ( op - > recv_initial_metadata ! = NULL ) { <nl> - calld - > recv_im_ready = op - > recv_initial_metadata_ready ; <nl> - op - > recv_initial_metadata_ready = <nl> + if ( op - > recv_initial_metadata ) { <nl> + calld - > recv_im_ready = <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready ; <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> grpc_closure_create ( recv_im_ready , elem , grpc_schedule_on_exec_ctx ) ; <nl> } <nl> grpc_call_next_op ( exec_ctx , elem , op ) ; <nl> static void destroy_channel_elem ( grpc_exec_ctx * exec_ctx , <nl> grpc_channel_element * elem ) { } <nl> <nl> static const grpc_channel_filter test_filter = { <nl> - start_transport_stream_op , <nl> + start_transport_stream_op_batch , <nl> grpc_channel_next_op , <nl> sizeof ( call_data ) , <nl> init_call_elem , <nl> mmm a / test / core / end2end / tests / filter_latency . c <nl> ppp b / test / core / end2end / tests / filter_latency . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " filter_latency " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_request ( grpc_end2end_test_config config ) { <nl> gpr_mu_unlock ( & g_mu ) ; <nl> const gpr_timespec start_time = gpr_now ( GPR_CLOCK_MONOTONIC ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / graceful_server_shutdown . c <nl> ppp b / test / core / end2end / tests / graceful_server_shutdown . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_early_server_shutdown_finishes_inflight_calls ( <nl> grpc_end2end_test_config config ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = n_seconds_time ( 10 ) ; <nl> grpc_end2end_test_fixture f = begin_test ( <nl> config , " test_early_server_shutdown_finishes_inflight_calls " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_early_server_shutdown_finishes_inflight_calls ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = n_seconds_from_now ( 10 ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / high_initial_seqno . c <nl> ppp b / test / core / end2end / tests / high_initial_seqno . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / hpack_size . c <nl> ppp b / test / core / end2end / tests / hpack_size . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f , size_t index ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> extra_metadata [ 2 ] . value = <nl> grpc_slice_from_static_string ( dragons [ index % GPR_ARRAY_SIZE ( dragons ) ] ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / idempotent_request . c <nl> ppp b / test / core / end2end / tests / idempotent_request . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> int was_cancelled = 2 ; <nl> char * peer ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / invoke_large_request . c <nl> ppp b / test / core / end2end / tests / invoke_large_request . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , n_seconds_time ( 5 ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , n_seconds_from_now ( 5 ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_large_request ( grpc_end2end_test_config config , <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = n_seconds_time ( 30 ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void test_invoke_large_request ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = n_seconds_from_now ( 30 ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / keepalive_timeout . c <nl> ppp b / test / core / end2end / tests / keepalive_timeout . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void shutdown_server ( grpc_end2end_test_fixture * f ) { <nl> if ( ! f - > server ) return ; <nl> grpc_server_shutdown_and_notify ( f - > server , f - > cq , tag ( 1000 ) ) ; <nl> - GPR_ASSERT ( <nl> - grpc_completion_queue_pluck ( f - > cq , tag ( 1000 ) , five_seconds_time ( ) , NULL ) <nl> - . type = = GRPC_OP_COMPLETE ) ; <nl> + GPR_ASSERT ( grpc_completion_queue_pluck ( f - > cq , tag ( 1000 ) , <nl> + five_seconds_from_now ( ) , NULL ) <nl> + . type = = GRPC_OP_COMPLETE ) ; <nl> grpc_server_destroy ( f - > server ) ; <nl> f - > server = NULL ; <nl> } <nl> static void test_keepalive_timeout ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> <nl> grpc_arg keepalive_args [ ] = { { . type = GRPC_ARG_INTEGER , <nl> . key = GRPC_ARG_CLIENT_KEEPALIVE_TIME_S , <nl> static void test_keepalive_timeout ( grpc_end2end_test_config config ) { <nl> / * Disable ping ack to trigger the keepalive timeout * / <nl> grpc_set_disable_ping_ack ( true ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / large_metadata . c <nl> ppp b / test / core / end2end / tests / large_metadata . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request_with_large_metadata ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta ; <nl> const size_t large_size = 64 * 1024 ; <nl> grpc_arg arg = { GRPC_ARG_INTEGER , <nl> static void test_request_with_large_metadata ( grpc_end2end_test_config config ) { <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / load_reporting_hook . c <nl> ppp b / test / core / end2end / tests / load_reporting_hook . c <nl> <nl> # include < grpc / support / time . h > <nl> # include < grpc / support / useful . h > <nl> <nl> - # include " src / core / ext / load_reporting / load_reporting . h " <nl> - # include " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / transport / static_metadata . h " <nl> <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void request_response_with_payload ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void request_response_with_payload ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( method_name ) , <nl> mmm a / test / core / end2end / tests / max_concurrent_streams . c <nl> ppp b / test / core / end2end / tests / max_concurrent_streams . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> static void test_max_concurrent_streams ( grpc_end2end_test_config config ) { <nl> <nl> / * start two requests - ensuring that the second is not accepted until <nl> the first completes * / <nl> - deadline = n_seconds_time ( 1000 ) ; <nl> + deadline = n_seconds_from_now ( 1000 ) ; <nl> c1 = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / alpha " ) , <nl> static void test_max_concurrent_streams_with_timeout_on_first ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / alpha " ) , <nl> get_host_override_slice ( " foo . test . google . fr : 1234 " , config ) , <nl> - n_seconds_time ( 3 ) , NULL ) ; <nl> + n_seconds_from_now ( 3 ) , NULL ) ; <nl> GPR_ASSERT ( c1 ) ; <nl> c2 = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / beta " ) , <nl> get_host_override_slice ( " foo . test . google . fr : 1234 " , config ) , <nl> - n_seconds_time ( 1000 ) , NULL ) ; <nl> + n_seconds_from_now ( 1000 ) , NULL ) ; <nl> GPR_ASSERT ( c2 ) ; <nl> <nl> GPR_ASSERT ( GRPC_CALL_OK = = grpc_server_request_call ( <nl> static void test_max_concurrent_streams_with_timeout_on_second ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / alpha " ) , <nl> get_host_override_slice ( " foo . test . google . fr : 1234 " , config ) , <nl> - n_seconds_time ( 1000 ) , NULL ) ; <nl> + n_seconds_from_now ( 1000 ) , NULL ) ; <nl> GPR_ASSERT ( c1 ) ; <nl> c2 = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / beta " ) , <nl> get_host_override_slice ( " foo . test . google . fr : 1234 " , config ) , <nl> - n_seconds_time ( 3 ) , NULL ) ; <nl> + n_seconds_from_now ( 3 ) , NULL ) ; <nl> GPR_ASSERT ( c2 ) ; <nl> <nl> GPR_ASSERT ( GRPC_CALL_OK = = grpc_server_request_call ( <nl> mmm a / test / core / end2end / tests / max_connection_age . c <nl> ppp b / test / core / end2end / tests / max_connection_age . c <nl> <nl> should be shorter than CALL_DEADLINE_S - CQ_MAX_CONNECTION_AGE_WAIT_TIME_S * / <nl> # define CQ_MAX_CONNECTION_AGE_GRACE_WAIT_TIME_S 2 <nl> / * The grace period for the test to observe the channel shutdown process * / <nl> - # define IMMEDIATE_SHUTDOWN_GRACE_TIME_MS 300 <nl> + # define IMMEDIATE_SHUTDOWN_GRACE_TIME_MS 3000 <nl> <nl> static void * tag ( intptr_t t ) { return ( void * ) t ; } <nl> <nl> mmm a / test / core / end2end / tests / max_connection_idle . c <nl> ppp b / test / core / end2end / tests / max_connection_idle . c <nl> static void test_max_connection_idle ( grpc_end2end_test_config config ) { <nl> / * wait for the channel to reach its maximum idle time * / <nl> grpc_channel_watch_connectivity_state ( <nl> f . client , GRPC_CHANNEL_READY , <nl> - grpc_timeout_milliseconds_to_deadline ( MAX_CONNECTION_IDLE_MS + 500 ) , f . cq , <nl> - tag ( 99 ) ) ; <nl> + grpc_timeout_milliseconds_to_deadline ( MAX_CONNECTION_IDLE_MS + 3000 ) , <nl> + f . cq , tag ( 99 ) ) ; <nl> CQ_EXPECT_COMPLETION ( cqv , tag ( 99 ) , 1 ) ; <nl> cq_verify ( cqv ) ; <nl> state = grpc_channel_check_connectivity_state ( f . client , 0 ) ; <nl> mmm a / test / core / end2end / tests / max_message_length . c <nl> ppp b / test / core / end2end / tests / max_message_length . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> mmm a / test / core / end2end / tests / negative_deadline . c <nl> ppp b / test / core / end2end / tests / negative_deadline . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void end_test ( grpc_end2end_test_fixture * f ) { <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f , size_t num_ops ) { <nl> grpc_call * c ; <nl> - gpr_timespec deadline = gpr_inf_past ( GPR_CLOCK_REALTIME ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> <nl> gpr_log ( GPR_DEBUG , " test with % " PRIuPTR " ops " , num_ops ) ; <nl> <nl> + gpr_timespec deadline = gpr_inf_past ( GPR_CLOCK_REALTIME ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / network_status_change . c <nl> ppp b / test / core / end2end / tests / network_status_change . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 500 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 500 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_network_status_change ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_invoke_request_with_payload " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_invoke_network_status_change ( grpc_end2end_test_config config ) { <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / no_logging . c <nl> ppp b / test / core / end2end / tests / no_logging . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> int was_cancelled = 2 ; <nl> char * peer ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / no_op . c <nl> ppp b / test / core / end2end / tests / no_op . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> mmm a / test / core / end2end / tests / payload . c <nl> ppp b / test / core / end2end / tests / payload . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void request_response_with_payload ( grpc_end2end_test_config config , <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = n_seconds_time ( 60 ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void request_response_with_payload ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = n_seconds_from_now ( 60 ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / ping_pong_streaming . c <nl> ppp b / test / core / end2end / tests / ping_pong_streaming . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_pingpong_streaming ( grpc_end2end_test_config config , <nl> begin_test ( config , " test_pingpong_streaming " , NULL , NULL ) ; <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void test_pingpong_streaming ( grpc_end2end_test_config config , <nl> grpc_slice response_payload_slice = <nl> grpc_slice_from_copied_string ( " hello you " ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / registered_call . c <nl> ppp b / test / core / end2end / tests / registered_call . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f , void * rc ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_registered_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , rc , deadline , NULL ) ; <nl> GPR_ASSERT ( c ) ; <nl> mmm a / test / core / end2end / tests / request_with_flags . c <nl> ppp b / test / core / end2end / tests / request_with_flags . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_request_with_flags ( <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_invoke_request_with_flags " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_invoke_request_with_flags ( <nl> grpc_slice details ; <nl> grpc_call_error expectation ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / request_with_payload . c <nl> ppp b / test / core / end2end / tests / request_with_payload . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_invoke_request_with_payload " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / resource_quota_server . c <nl> ppp b / test / core / end2end / tests / resource_quota_server . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> void resource_quota_server ( grpc_end2end_test_config config ) { <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> get_host_override_slice ( " foo . test . google . fr " , config ) , <nl> - n_seconds_time ( 60 ) , NULL ) ; <nl> + n_seconds_from_now ( 60 ) , NULL ) ; <nl> <nl> memset ( ops , 0 , sizeof ( ops ) ) ; <nl> op = ops ; <nl> void resource_quota_server ( grpc_end2end_test_config config ) { <nl> while ( pending_client_calls + pending_server_recv_calls + <nl> pending_server_end_calls > <nl> 0 ) { <nl> - grpc_event ev = grpc_completion_queue_next ( f . cq , n_seconds_time ( 60 ) , NULL ) ; <nl> + grpc_event ev = <nl> + grpc_completion_queue_next ( f . cq , n_seconds_from_now ( 60 ) , NULL ) ; <nl> GPR_ASSERT ( ev . type = = GRPC_OP_COMPLETE ) ; <nl> <nl> int ev_tag = ( int ) ( intptr_t ) ev . tag ; <nl> mmm a / test / core / end2end / tests / server_finishes_request . c <nl> ppp b / test / core / end2end / tests / server_finishes_request . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / shutdown_finishes_calls . c <nl> ppp b / test / core / end2end / tests / shutdown_finishes_calls . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_early_server_shutdown_finishes_inflight_calls ( <nl> grpc_end2end_test_config config ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = begin_test ( <nl> config , " test_early_server_shutdown_finishes_inflight_calls " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_early_server_shutdown_finishes_inflight_calls ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / shutdown_finishes_tags . c <nl> ppp b / test / core / end2end / tests / shutdown_finishes_tags . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> mmm a / test / core / end2end / tests / simple_cacheable_request . c <nl> ppp b / test / core / end2end / tests / simple_cacheable_request . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_cacheable_request_response_with_metadata_and_payload ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta_c [ 2 ] = { { grpc_slice_from_static_string ( " key1 " ) , <nl> grpc_slice_from_static_string ( " val1 " ) , <nl> 0 , <nl> static void test_cacheable_request_response_with_metadata_and_payload ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / simple_delayed_request . c <nl> ppp b / test / core / end2end / tests / simple_delayed_request . c <nl> <nl> <nl> static void * tag ( intptr_t t ) { return ( void * ) t ; } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_delayed_request_body ( grpc_end2end_test_config config , <nl> long delay_us ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f - > cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_delayed_request_body ( grpc_end2end_test_config config , <nl> config . init_client ( f , client_args ) ; <nl> config . init_server ( f , server_args ) ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f - > client , NULL , GRPC_PROPAGATE_DEFAULTS , f - > cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / simple_metadata . c <nl> ppp b / test / core / end2end / tests / simple_metadata . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta_c [ 2 ] = { { grpc_slice_from_static_string ( " key1 " ) , <nl> grpc_slice_from_static_string ( " val1 " ) , <nl> 0 , <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / simple_request . c <nl> ppp b / test / core / end2end / tests / simple_request . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> grpc_end2end_test_fixture f ) { <nl> grpc_call * c ; <nl> grpc_call * s ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> grpc_op ops [ 6 ] ; <nl> grpc_op * op ; <nl> static void simple_request_body ( grpc_end2end_test_config config , <nl> int was_cancelled = 2 ; <nl> char * peer ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / streaming_error_response . c <nl> ppp b / test / core / end2end / tests / streaming_error_response . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test ( grpc_end2end_test_config config , bool request_status_early ) { <nl> grpc_slice response_payload2_slice = grpc_slice_from_copied_string ( " world " ) ; <nl> grpc_byte_buffer * response_payload2 = <nl> grpc_raw_byte_buffer_create ( & response_payload2_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = begin_test ( config , " streaming_error_response " , <nl> NULL , NULL , request_status_early ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test ( grpc_end2end_test_config config , bool request_status_early ) { <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / trailing_metadata . c <nl> ppp b / test / core / end2end / tests / trailing_metadata . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> grpc_byte_buffer * response_payload = <nl> grpc_raw_byte_buffer_create ( & response_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_metadata meta_c [ 2 ] = { { grpc_slice_from_static_string ( " key1 " ) , <nl> grpc_slice_from_static_string ( " val1 " ) , <nl> 0 , <nl> static void test_request_response_with_metadata_and_payload ( <nl> grpc_slice details ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / write_buffering . c <nl> ppp b / test / core / end2end / tests / write_buffering . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice request_payload_slice2 = grpc_slice_from_copied_string ( " abc123 " ) ; <nl> grpc_byte_buffer * request_payload2 = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice2 , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_invoke_request_with_payload " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice details = grpc_empty_slice ( ) ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / end2end / tests / write_buffering_at_end . c <nl> ppp b / test / core / end2end / tests / write_buffering_at_end . c <nl> static grpc_end2end_test_fixture begin_test ( grpc_end2end_test_config config , <nl> return f ; <nl> } <nl> <nl> - static gpr_timespec n_seconds_time ( int n ) { <nl> + static gpr_timespec n_seconds_from_now ( int n ) { <nl> return grpc_timeout_seconds_to_deadline ( n ) ; <nl> } <nl> <nl> - static gpr_timespec five_seconds_time ( void ) { return n_seconds_time ( 5 ) ; } <nl> + static gpr_timespec five_seconds_from_now ( void ) { <nl> + return n_seconds_from_now ( 5 ) ; <nl> + } <nl> <nl> static void drain_cq ( grpc_completion_queue * cq ) { <nl> grpc_event ev ; <nl> do { <nl> - ev = grpc_completion_queue_next ( cq , five_seconds_time ( ) , NULL ) ; <nl> + ev = grpc_completion_queue_next ( cq , five_seconds_from_now ( ) , NULL ) ; <nl> } while ( ev . type ! = GRPC_QUEUE_SHUTDOWN ) ; <nl> } <nl> <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice_from_copied_string ( " hello world " ) ; <nl> grpc_byte_buffer * request_payload = <nl> grpc_raw_byte_buffer_create ( & request_payload_slice , 1 ) ; <nl> - gpr_timespec deadline = five_seconds_time ( ) ; <nl> grpc_end2end_test_fixture f = <nl> begin_test ( config , " test_invoke_request_with_payload " , NULL , NULL ) ; <nl> cq_verifier * cqv = cq_verifier_create ( f . cq ) ; <nl> static void test_invoke_request_with_payload ( grpc_end2end_test_config config ) { <nl> grpc_slice details = grpc_empty_slice ( ) ; <nl> int was_cancelled = 2 ; <nl> <nl> + gpr_timespec deadline = five_seconds_from_now ( ) ; <nl> c = grpc_channel_create_call ( <nl> f . client , NULL , GRPC_PROPAGATE_DEFAULTS , f . cq , <nl> grpc_slice_from_static_string ( " / foo " ) , <nl> mmm a / test / core / iomgr / timer_heap_test . c <nl> ppp b / test / core / iomgr / timer_heap_test . c <nl> <nl> <nl> # include " test / core / util / test_config . h " <nl> <nl> - static gpr_timespec random_deadline ( void ) { <nl> - gpr_timespec ts ; <nl> - ts . tv_sec = rand ( ) ; <nl> - ts . tv_nsec = rand ( ) ; <nl> - ts . clock_type = GPR_CLOCK_REALTIME ; <nl> - return ts ; <nl> - } <nl> + static gpr_atm random_deadline ( void ) { return rand ( ) ; } <nl> <nl> static grpc_timer * create_test_elements ( size_t num_elements ) { <nl> grpc_timer * elems = gpr_malloc ( num_elements * sizeof ( grpc_timer ) ) ; <nl> static void check_valid ( grpc_timer_heap * pq ) { <nl> size_t left_child = 1u + 2u * i ; <nl> size_t right_child = left_child + 1u ; <nl> if ( left_child < pq - > timer_count ) { <nl> - GPR_ASSERT ( gpr_time_cmp ( pq - > timers [ i ] - > deadline , <nl> - pq - > timers [ left_child ] - > deadline ) < = 0 ) ; <nl> + GPR_ASSERT ( pq - > timers [ i ] - > deadline < = pq - > timers [ left_child ] - > deadline ) ; <nl> } <nl> if ( right_child < pq - > timer_count ) { <nl> - GPR_ASSERT ( gpr_time_cmp ( pq - > timers [ i ] - > deadline , <nl> - pq - > timers [ right_child ] - > deadline ) < = 0 ) ; <nl> + GPR_ASSERT ( pq - > timers [ i ] - > deadline < = pq - > timers [ right_child ] - > deadline ) ; <nl> } <nl> } <nl> } <nl> static void test2 ( void ) { <nl> } <nl> <nl> if ( num_inserted ) { <nl> - gpr_timespec * min_deadline = NULL ; <nl> + gpr_atm * min_deadline = NULL ; <nl> for ( size_t i = 0 ; i < elems_size ; i + + ) { <nl> if ( elems [ i ] . inserted ) { <nl> if ( min_deadline = = NULL ) { <nl> min_deadline = & elems [ i ] . elem . deadline ; <nl> } else { <nl> - if ( gpr_time_cmp ( elems [ i ] . elem . deadline , * min_deadline ) < 0 ) { <nl> + if ( elems [ i ] . elem . deadline < * min_deadline ) { <nl> min_deadline = & elems [ i ] . elem . deadline ; <nl> } <nl> } <nl> } <nl> } <nl> - GPR_ASSERT ( <nl> - 0 = = gpr_time_cmp ( grpc_timer_heap_top ( & pq ) - > deadline , * min_deadline ) ) ; <nl> + GPR_ASSERT ( grpc_timer_heap_top ( & pq ) - > deadline = = * min_deadline ) ; <nl> } <nl> } <nl> <nl> mmm a / test / core / iomgr / timer_list_test . c <nl> ppp b / test / core / iomgr / timer_list_test . c <nl> <nl> <nl> # define MAX_CB 30 <nl> <nl> + extern int grpc_timer_trace ; <nl> + extern int grpc_timer_check_trace ; <nl> + <nl> static int cb_called [ MAX_CB ] [ 2 ] ; <nl> <nl> static void cb ( grpc_exec_ctx * exec_ctx , void * arg , grpc_error * error ) { <nl> static void add_test ( void ) { <nl> grpc_timer timers [ 20 ] ; <nl> grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT ; <nl> <nl> + gpr_log ( GPR_INFO , " add_test " ) ; <nl> + <nl> grpc_timer_list_init ( start ) ; <nl> + grpc_timer_trace = 1 ; <nl> + grpc_timer_check_trace = 1 ; <nl> memset ( cb_called , 0 , sizeof ( cb_called ) ) ; <nl> <nl> / * 10 ms timers . will expire in the current epoch * / <nl> static void add_test ( void ) { <nl> } <nl> <nl> static gpr_timespec tfm ( int m ) { <nl> - gpr_timespec t = gpr_time_from_millis ( m , GPR_TIMESPAN ) ; <nl> - t . clock_type = GPR_CLOCK_REALTIME ; <nl> - return t ; <nl> + return gpr_time_from_millis ( m , GPR_CLOCK_REALTIME ) ; <nl> } <nl> <nl> / * Cleaning up a list with pending timers . * / <nl> void destruction_test ( void ) { <nl> grpc_timer timers [ 5 ] ; <nl> grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT ; <nl> <nl> + gpr_log ( GPR_INFO , " destruction_test " ) ; <nl> + <nl> grpc_timer_list_init ( gpr_time_0 ( GPR_CLOCK_REALTIME ) ) ; <nl> + grpc_timer_trace = 1 ; <nl> + grpc_timer_check_trace = 1 ; <nl> memset ( cb_called , 0 , sizeof ( cb_called ) ) ; <nl> <nl> grpc_timer_init ( <nl> void destruction_test ( void ) { <nl> <nl> int main ( int argc , char * * argv ) { <nl> grpc_test_init ( argc , argv ) ; <nl> + gpr_set_log_verbosity ( GPR_LOG_SEVERITY_DEBUG ) ; <nl> add_test ( ) ; <nl> destruction_test ( ) ; <nl> return 0 ; <nl> mmm a / test / core / nanopb / fuzzer_response . c <nl> ppp b / test / core / nanopb / fuzzer_response . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " <nl> <nl> bool squelch = true ; <nl> bool leak_check = true ; <nl> mmm a / test / core / nanopb / fuzzer_serverlist . c <nl> ppp b / test / core / nanopb / fuzzer_serverlist . c <nl> <nl> <nl> # include < grpc / support / alloc . h > <nl> <nl> - # include " src / core / ext / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " <nl> <nl> bool squelch = true ; <nl> bool leak_check = true ; <nl> mmm a / test / core / support / arena_test . c <nl> ppp b / test / core / support / arena_test . c <nl> static void test ( const char * name , size_t init_size , const size_t * allocs , <nl> static const size_t allocs_ # # name [ ] = { __VA_ARGS__ } ; \ <nl> test ( # name , init_size , allocs_ # # name , GPR_ARRAY_SIZE ( allocs_ # # name ) ) <nl> <nl> - # define CONCURRENT_TEST_ITERATIONS 100000 <nl> # define CONCURRENT_TEST_THREADS 100 <nl> <nl> + size_t concurrent_test_iterations ( ) { <nl> + if ( sizeof ( void * ) < 8 ) return 1000 ; <nl> + return 100000 ; <nl> + } <nl> + <nl> typedef struct { <nl> gpr_event ev_start ; <nl> gpr_arena * arena ; <nl> typedef struct { <nl> static void concurrent_test_body ( void * arg ) { <nl> concurrent_test_args * a = arg ; <nl> gpr_event_wait ( & a - > ev_start , gpr_inf_future ( GPR_CLOCK_REALTIME ) ) ; <nl> - for ( size_t i = 0 ; i < CONCURRENT_TEST_ITERATIONS ; i + + ) { <nl> + for ( size_t i = 0 ; i < concurrent_test_iterations ( ) ; i + + ) { <nl> * ( char * ) gpr_arena_alloc ( a - > arena , 1 ) = ( char ) i ; <nl> } <nl> } <nl> mmm a / test / core / surface / channel_create_test . c <nl> ppp b / test / core / surface / channel_create_test . c <nl> <nl> # include < grpc / grpc . h > <nl> # include < grpc / support / log . h > <nl> <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / surface / channel . h " <nl> # include " test / core / util / test_config . h " <nl> mmm a / test / core / surface / secure_channel_create_test . c <nl> ppp b / test / core / surface / secure_channel_create_test . c <nl> <nl> # include < grpc / grpc . h > <nl> # include < grpc / grpc_security . h > <nl> # include < grpc / support / log . h > <nl> - # include " src / core / ext / client_channel / resolver_registry . h " <nl> + # include " src / core / ext / filters / client_channel / resolver_registry . h " <nl> # include " src / core / lib / security / credentials / fake / fake_credentials . h " <nl> # include " src / core / lib / security / transport / security_connector . h " <nl> # include " src / core / lib / surface / channel . h " <nl> mmm a / test / core / util / debugger_macros . c <nl> ppp b / test / core / util / debugger_macros . c <nl> <nl> <nl> # include < stdio . h > <nl> <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / ext / transport / chttp2 / transport / internal . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> # include " src / core / lib / surface / call . h " <nl> mmm a / test / cpp / end2end / filter_end2end_test . cc <nl> ppp b / test / cpp / end2end / filter_end2end_test . cc <nl> class ChannelDataImpl : public ChannelData { <nl> <nl> class CallDataImpl : public CallData { <nl> public : <nl> - void StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , grpc_call_element * elem , <nl> - TransportStreamOp * op ) override { <nl> + void StartTransportStreamOpBatch ( grpc_exec_ctx * exec_ctx , <nl> + grpc_call_element * elem , <nl> + TransportStreamOpBatch * op ) override { <nl> / / Incrementing the counter could be done from Init ( ) , but we want <nl> / / to test that the individual methods are actually called correctly . <nl> if ( op - > recv_initial_metadata ( ) ! = nullptr ) IncrementCallCounter ( ) ; <nl> mmm a / test / cpp / grpclb / grpclb_api_test . cc <nl> ppp b / test / cpp / grpclb / grpclb_api_test . cc <nl> <nl> # include < grpc + + / impl / codegen / config . h > <nl> # include < gtest / gtest . h > <nl> <nl> - # include " src / core / ext / lb_policy / grpclb / load_balancer_api . h " <nl> + # include " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> # include " src / core / lib / iomgr / sockaddr_utils . h " <nl> # include " src / proto / grpc / lb / v1 / load_balancer . pb . h " / / C + + version <nl> mmm a / test / cpp / grpclb / grpclb_test . cc <nl> ppp b / test / cpp / grpclb / grpclb_test . cc <nl> <nl> <nl> # include < grpc + + / impl / codegen / config . h > <nl> extern " C " { <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> # include " src / core / lib / channel / channel_args . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / iomgr / sockaddr . h " <nl> mmm a / test / cpp / microbenchmarks / bm_call_create . cc <nl> ppp b / test / cpp / microbenchmarks / bm_call_create . cc <nl> <nl> # include < grpc / support / string_util . h > <nl> <nl> extern " C " { <nl> - # include " src / core / ext / client_channel / client_channel . h " <nl> - # include " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + # include " src / core / ext / filters / client_channel / client_channel . h " <nl> + # include " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> # include " src / core / lib / channel / channel_stack . h " <nl> # include " src / core / lib / channel / compress_filter . h " <nl> # include " src / core / lib / channel / connected_channel . h " <nl> namespace dummy_filter { <nl> <nl> static void StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { } <nl> + grpc_transport_stream_op_batch * op ) { } <nl> <nl> static void StartTransportOp ( grpc_exec_ctx * exec_ctx , <nl> grpc_channel_element * elem , <nl> void SetPollsetSet ( grpc_exec_ctx * exec_ctx , grpc_transport * self , <nl> <nl> / * implementation of grpc_transport_perform_stream_op * / <nl> void PerformStreamOp ( grpc_exec_ctx * exec_ctx , grpc_transport * self , <nl> - grpc_stream * stream , grpc_transport_stream_op * op ) { <nl> + grpc_stream * stream , grpc_transport_stream_op_batch * op ) { <nl> grpc_closure_sched ( exec_ctx , op - > on_complete , GRPC_ERROR_NONE ) ; <nl> } <nl> <nl> class SendEmptyMetadata { <nl> memset ( & op_ , 0 , sizeof ( op_ ) ) ; <nl> op_ . on_complete = grpc_closure_init ( & closure_ , DoNothing , nullptr , <nl> grpc_schedule_on_exec_ctx ) ; <nl> + op_ . send_initial_metadata = true ; <nl> + op_ . payload = & op_payload_ ; <nl> } <nl> <nl> class Op { <nl> public : <nl> Op ( grpc_exec_ctx * exec_ctx , SendEmptyMetadata * p , grpc_call_stack * s ) { <nl> grpc_metadata_batch_init ( & batch_ ) ; <nl> - p - > op_ . send_initial_metadata = & batch_ ; <nl> + p - > op_payload_ . send_initial_metadata . send_initial_metadata = & batch_ ; <nl> } <nl> void Finish ( grpc_exec_ctx * exec_ctx ) { <nl> grpc_metadata_batch_destroy ( exec_ctx , & batch_ ) ; <nl> class SendEmptyMetadata { <nl> const gpr_timespec deadline_ = gpr_inf_future ( GPR_CLOCK_MONOTONIC ) ; <nl> const gpr_timespec start_time_ = gpr_now ( GPR_CLOCK_MONOTONIC ) ; <nl> const grpc_slice method_ = grpc_slice_from_static_string ( " / foo / bar " ) ; <nl> - grpc_transport_stream_op op_ ; <nl> + grpc_transport_stream_op_batch op_ ; <nl> + grpc_transport_stream_op_batch_payload op_payload_ ; <nl> grpc_closure closure_ ; <nl> } ; <nl> <nl> namespace isolated_call_filter { <nl> <nl> static void StartTransportStreamOp ( grpc_exec_ctx * exec_ctx , <nl> grpc_call_element * elem , <nl> - grpc_transport_stream_op * op ) { <nl> + grpc_transport_stream_op_batch * op ) { <nl> if ( op - > recv_initial_metadata ) { <nl> - grpc_closure_sched ( exec_ctx , op - > recv_initial_metadata_ready , <nl> - GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( <nl> + exec_ctx , <nl> + op - > payload - > recv_initial_metadata . recv_initial_metadata_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } <nl> if ( op - > recv_message ) { <nl> - grpc_closure_sched ( exec_ctx , op - > recv_message_ready , GRPC_ERROR_NONE ) ; <nl> + grpc_closure_sched ( exec_ctx , op - > payload - > recv_message . recv_message_ready , <nl> + GRPC_ERROR_NONE ) ; <nl> } <nl> grpc_closure_sched ( exec_ctx , op - > on_complete , GRPC_ERROR_NONE ) ; <nl> } <nl> mmm a / test / cpp / microbenchmarks / bm_chttp2_transport . cc <nl> ppp b / test / cpp / microbenchmarks / bm_chttp2_transport . cc <nl> class Stream { <nl> static_cast < grpc_stream * > ( stream_ ) , closure ) ; <nl> } <nl> <nl> - void Op ( grpc_transport_stream_op * op ) { <nl> + void Op ( grpc_transport_stream_op_batch * op ) { <nl> grpc_transport_perform_stream_op ( f_ - > exec_ctx ( ) , f_ - > transport ( ) , <nl> static_cast < grpc_stream * > ( stream_ ) , op ) ; <nl> } <nl> static void BM_StreamCreateSendInitialMetadataDestroy ( benchmark : : State & state ) { <nl> TrackCounters track_counters ; <nl> Fixture f ( grpc : : ChannelArguments ( ) , true ) ; <nl> Stream s ( & f ) ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> + grpc_transport_stream_op_batch_payload op_payload ; <nl> std : : unique_ptr < Closure > start ; <nl> std : : unique_ptr < Closure > done ; <nl> <nl> + auto reset_op = [ & ] ( ) { <nl> + memset ( & op , 0 , sizeof ( op ) ) ; <nl> + op . payload = & op_payload ; <nl> + } ; <nl> + <nl> grpc_metadata_batch b ; <nl> grpc_metadata_batch_init ( & b ) ; <nl> b . deadline = gpr_inf_future ( GPR_CLOCK_MONOTONIC ) ; <nl> static void BM_StreamCreateSendInitialMetadataDestroy ( benchmark : : State & state ) { <nl> start = MakeClosure ( [ & ] ( grpc_exec_ctx * exec_ctx , grpc_error * error ) { <nl> if ( ! state . KeepRunning ( ) ) return ; <nl> s . Init ( state ) ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> + reset_op ( ) ; <nl> op . on_complete = done . get ( ) ; <nl> - op . send_initial_metadata = & b ; <nl> + op . send_initial_metadata = true ; <nl> + op . payload - > send_initial_metadata . send_initial_metadata = & b ; <nl> s . Op ( & op ) ; <nl> } ) ; <nl> done = MakeClosure ( [ & ] ( grpc_exec_ctx * exec_ctx , grpc_error * error ) { <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> - op . cancel_error = GRPC_ERROR_CANCELLED ; <nl> + reset_op ( ) ; <nl> + op . cancel_stream = true ; <nl> + op . payload - > cancel_stream . cancel_error = GRPC_ERROR_CANCELLED ; <nl> s . Op ( & op ) ; <nl> s . DestroyThen ( start . get ( ) ) ; <nl> } ) ; <nl> static void BM_TransportEmptyOp ( benchmark : : State & state ) { <nl> Fixture f ( grpc : : ChannelArguments ( ) , true ) ; <nl> Stream s ( & f ) ; <nl> s . Init ( state ) ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> + grpc_transport_stream_op_batch_payload op_payload ; <nl> + auto reset_op = [ & ] ( ) { <nl> + memset ( & op , 0 , sizeof ( op ) ) ; <nl> + op . payload = & op_payload ; <nl> + } ; <nl> std : : unique_ptr < Closure > c = <nl> MakeClosure ( [ & ] ( grpc_exec_ctx * exec_ctx , grpc_error * error ) { <nl> if ( ! state . KeepRunning ( ) ) return ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> + reset_op ( ) ; <nl> op . on_complete = c . get ( ) ; <nl> s . Op ( & op ) ; <nl> } ) ; <nl> static void BM_TransportStreamSend ( benchmark : : State & state ) { <nl> Fixture f ( grpc : : ChannelArguments ( ) , true ) ; <nl> Stream s ( & f ) ; <nl> s . Init ( state ) ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch op ; <nl> + grpc_transport_stream_op_batch_payload op_payload ; <nl> + auto reset_op = [ & ] ( ) { <nl> + memset ( & op , 0 , sizeof ( op ) ) ; <nl> + op . payload = & op_payload ; <nl> + } ; <nl> grpc_slice_buffer_stream send_stream ; <nl> grpc_slice_buffer send_buffer ; <nl> grpc_slice_buffer_init ( & send_buffer ) ; <nl> static void BM_TransportStreamSend ( benchmark : : State & state ) { <nl> s . chttp2_stream ( ) - > outgoing_window_delta = 1024 * 1024 * 1024 ; <nl> f . chttp2_transport ( ) - > outgoing_window = 1024 * 1024 * 1024 ; <nl> grpc_slice_buffer_stream_init ( & send_stream , & send_buffer , 0 ) ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> + reset_op ( ) ; <nl> op . on_complete = c . get ( ) ; <nl> - op . send_message = & send_stream . base ; <nl> + op . send_message = true ; <nl> + op . payload - > send_message . send_message = & send_stream . base ; <nl> s . Op ( & op ) ; <nl> } ) ; <nl> <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> - op . send_initial_metadata = & b ; <nl> + reset_op ( ) ; <nl> + op . send_initial_metadata = true ; <nl> + op . payload - > send_initial_metadata . send_initial_metadata = & b ; <nl> op . on_complete = c . get ( ) ; <nl> s . Op ( & op ) ; <nl> <nl> f . FlushExecCtx ( ) ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> - op . cancel_error = GRPC_ERROR_CANCELLED ; <nl> + reset_op ( ) ; <nl> + op . cancel_stream = true ; <nl> + op . payload - > cancel_stream . cancel_error = GRPC_ERROR_CANCELLED ; <nl> s . Op ( & op ) ; <nl> s . DestroyThen ( <nl> MakeOnceClosure ( [ ] ( grpc_exec_ctx * exec_ctx , grpc_error * error ) { } ) ) ; <nl> static void BM_TransportStreamRecv ( benchmark : : State & state ) { <nl> Fixture f ( grpc : : ChannelArguments ( ) , true ) ; <nl> Stream s ( & f ) ; <nl> s . Init ( state ) ; <nl> - grpc_transport_stream_op op ; <nl> + grpc_transport_stream_op_batch_payload op_payload ; <nl> + grpc_transport_stream_op_batch op ; <nl> grpc_byte_stream * recv_stream ; <nl> grpc_slice incoming_data = CreateIncomingDataSlice ( state . range ( 0 ) , 16384 ) ; <nl> <nl> + auto reset_op = [ & ] ( ) { <nl> + memset ( & op , 0 , sizeof ( op ) ) ; <nl> + op . payload = & op_payload ; <nl> + } ; <nl> + <nl> grpc_metadata_batch b ; <nl> grpc_metadata_batch_init ( & b ) ; <nl> grpc_metadata_batch b_recv ; <nl> static void BM_TransportStreamRecv ( benchmark : : State & state ) { <nl> s . chttp2_stream ( ) - > incoming_window_delta = 1024 * 1024 * 1024 ; <nl> f . chttp2_transport ( ) - > incoming_window = 1024 * 1024 * 1024 ; <nl> received = 0 ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> + reset_op ( ) ; <nl> op . on_complete = do_nothing . get ( ) ; <nl> - op . recv_message = & recv_stream ; <nl> - op . recv_message_ready = drain_start . get ( ) ; <nl> + op . recv_message = true ; <nl> + op . payload - > recv_message . recv_message = & recv_stream ; <nl> + op . payload - > recv_message . recv_message_ready = drain_start . get ( ) ; <nl> s . Op ( & op ) ; <nl> f . PushInput ( grpc_slice_ref ( incoming_data ) ) ; <nl> } ) ; <nl> static void BM_TransportStreamRecv ( benchmark : : State & state ) { <nl> grpc_closure_run ( exec_ctx , drain . get ( ) , GRPC_ERROR_NONE ) ; <nl> } ) ; <nl> <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> - op . send_initial_metadata = & b ; <nl> - op . recv_initial_metadata = & b_recv ; <nl> + reset_op ( ) ; <nl> + op . send_initial_metadata = true ; <nl> + op . payload - > send_initial_metadata . send_initial_metadata = & b ; <nl> + op . recv_initial_metadata = true ; <nl> + op . payload - > recv_initial_metadata . recv_initial_metadata = & b_recv ; <nl> + op . payload - > recv_initial_metadata . recv_initial_metadata_ready = <nl> + do_nothing . get ( ) ; <nl> op . on_complete = c . get ( ) ; <nl> s . Op ( & op ) ; <nl> f . PushInput ( SLICE_FROM_BUFFER ( <nl> static void BM_TransportStreamRecv ( benchmark : : State & state ) { <nl> " \ x10 \ x14grpc - accept - encoding \ x15identity , deflate , gzip " ) ) ; <nl> <nl> f . FlushExecCtx ( ) ; <nl> - memset ( & op , 0 , sizeof ( op ) ) ; <nl> - op . cancel_error = GRPC_ERROR_CANCELLED ; <nl> + reset_op ( ) ; <nl> + op . cancel_stream = true ; <nl> + op . payload - > cancel_stream . cancel_error = GRPC_ERROR_CANCELLED ; <nl> s . Op ( & op ) ; <nl> s . DestroyThen ( <nl> MakeOnceClosure ( [ ] ( grpc_exec_ctx * exec_ctx , grpc_error * error ) { } ) ) ; <nl> mmm a / test / cpp / qps / client_async . cc <nl> ppp b / test / cpp / qps / client_async . cc <nl> class ClientRpcContext { <nl> virtual ~ ClientRpcContext ( ) { } <nl> / / next state , return false if done . Collect stats when appropriate <nl> virtual bool RunNextState ( bool , HistogramEntry * entry ) = 0 ; <nl> - virtual ClientRpcContext * StartNewClone ( ) = 0 ; <nl> + virtual void StartNewClone ( CompletionQueue * cq ) = 0 ; <nl> static void * tag ( ClientRpcContext * c ) { return reinterpret_cast < void * > ( c ) ; } <nl> static ClientRpcContext * detag ( void * t ) { <nl> return reinterpret_cast < ClientRpcContext * > ( t ) ; <nl> } <nl> <nl> - virtual void Start ( CompletionQueue * cq ) = 0 ; <nl> + virtual void Start ( CompletionQueue * cq , const ClientConfig & config ) = 0 ; <nl> } ; <nl> <nl> template < class RequestType , class ResponseType > <nl> class ClientRpcContextUnaryImpl : public ClientRpcContext { <nl> next_issue_ ( next_issue ) , <nl> start_req_ ( start_req ) { } <nl> ~ ClientRpcContextUnaryImpl ( ) override { } <nl> - void Start ( CompletionQueue * cq ) override { <nl> - cq_ = cq ; <nl> - if ( ! next_issue_ ) { / / ready to issue <nl> - RunNextState ( true , nullptr ) ; <nl> - } else { / / wait for the issue time <nl> - alarm_ . reset ( new Alarm ( cq_ , next_issue_ ( ) , ClientRpcContext : : tag ( this ) ) ) ; <nl> - } <nl> + void Start ( CompletionQueue * cq , const ClientConfig & config ) override { <nl> + StartInternal ( cq ) ; <nl> } <nl> bool RunNextState ( bool ok , HistogramEntry * entry ) override { <nl> switch ( next_state_ ) { <nl> case State : : READY : <nl> start_ = UsageTimer : : Now ( ) ; <nl> response_reader_ = start_req_ ( stub_ , & context_ , req_ , cq_ ) ; <nl> + next_state_ = State : : RESP_DONE ; <nl> response_reader_ - > Finish ( & response_ , & status_ , <nl> ClientRpcContext : : tag ( this ) ) ; <nl> - next_state_ = State : : RESP_DONE ; <nl> return true ; <nl> case State : : RESP_DONE : <nl> if ( status_ . ok ( ) ) { <nl> class ClientRpcContextUnaryImpl : public ClientRpcContext { <nl> return false ; <nl> } <nl> } <nl> - ClientRpcContext * StartNewClone ( ) override { <nl> - return new ClientRpcContextUnaryImpl ( stub_ , req_ , next_issue_ , start_req_ , <nl> - callback_ ) ; <nl> + void StartNewClone ( CompletionQueue * cq ) override { <nl> + auto * clone = new ClientRpcContextUnaryImpl ( stub_ , req_ , next_issue_ , <nl> + start_req_ , callback_ ) ; <nl> + clone - > StartInternal ( cq ) ; <nl> } <nl> <nl> private : <nl> class ClientRpcContextUnaryImpl : public ClientRpcContext { <nl> double start_ ; <nl> std : : unique_ptr < grpc : : ClientAsyncResponseReader < ResponseType > > <nl> response_reader_ ; <nl> + <nl> + void StartInternal ( CompletionQueue * cq ) { <nl> + cq_ = cq ; <nl> + if ( ! next_issue_ ) { / / ready to issue <nl> + RunNextState ( true , nullptr ) ; <nl> + } else { / / wait for the issue time <nl> + alarm_ . reset ( new Alarm ( cq_ , next_issue_ ( ) , ClientRpcContext : : tag ( this ) ) ) ; <nl> + } <nl> + } <nl> } ; <nl> <nl> typedef std : : forward_list < ClientRpcContext * > context_list ; <nl> class AsyncClient : public ClientImpl < StubType , RequestType > { <nl> auto * cq = cli_cqs_ [ t ] . get ( ) ; <nl> auto ctx = <nl> setup_ctx ( channels_ [ ch ] . get_stub ( ) , next_issuers_ [ t ] , request_ ) ; <nl> - ctx - > Start ( cq ) ; <nl> + ctx - > Start ( cq , config ) ; <nl> } <nl> t = ( t + 1 ) % cli_cqs_ . size ( ) ; <nl> } <nl> class AsyncClient : public ClientImpl < StubType , RequestType > { <nl> } else if ( ! ctx - > RunNextState ( ok , entry ) ) { <nl> / / The RPC and callback are done , so clone the ctx <nl> / / and kickstart the new one <nl> - auto clone = ctx - > StartNewClone ( ) ; <nl> - clone - > Start ( cli_cqs_ [ thread_idx ] . get ( ) ) ; <nl> + ctx - > StartNewClone ( cli_cqs_ [ thread_idx ] . get ( ) ) ; <nl> / / delete the old version <nl> delete ctx ; <nl> } <nl> class ClientRpcContextStreamingImpl : public ClientRpcContext { <nl> next_issue_ ( next_issue ) , <nl> start_req_ ( start_req ) { } <nl> ~ ClientRpcContextStreamingImpl ( ) override { } <nl> - void Start ( CompletionQueue * cq ) override { <nl> - cq_ = cq ; <nl> - stream_ = start_req_ ( stub_ , & context_ , cq , ClientRpcContext : : tag ( this ) ) ; <nl> - next_state_ = State : : STREAM_IDLE ; <nl> + void Start ( CompletionQueue * cq , const ClientConfig & config ) override { <nl> + StartInternal ( cq , config . messages_per_stream ( ) ) ; <nl> } <nl> bool RunNextState ( bool ok , HistogramEntry * entry ) override { <nl> while ( true ) { <nl> class ClientRpcContextStreamingImpl : public ClientRpcContext { <nl> } <nl> break ; / / loop around , don ' t return <nl> case State : : WAIT : <nl> + next_state_ = State : : READY_TO_WRITE ; <nl> alarm_ . reset ( <nl> new Alarm ( cq_ , next_issue_ ( ) , ClientRpcContext : : tag ( this ) ) ) ; <nl> - next_state_ = State : : READY_TO_WRITE ; <nl> return true ; <nl> case State : : READY_TO_WRITE : <nl> if ( ! ok ) { <nl> class ClientRpcContextStreamingImpl : public ClientRpcContext { <nl> case State : : READ_DONE : <nl> entry - > set_value ( ( UsageTimer : : Now ( ) - start_ ) * 1e9 ) ; <nl> callback_ ( status_ , & response_ ) ; <nl> + if ( ( messages_per_stream_ ! = 0 ) & & <nl> + ( + + messages_issued_ > = messages_per_stream_ ) ) { <nl> + next_state_ = State : : WRITES_DONE_DONE ; <nl> + stream_ - > WritesDone ( ClientRpcContext : : tag ( this ) ) ; <nl> + return true ; <nl> + } <nl> next_state_ = State : : STREAM_IDLE ; <nl> break ; / / loop around <nl> + case State : : WRITES_DONE_DONE : <nl> + next_state_ = State : : FINISH_DONE ; <nl> + stream_ - > Finish ( & status_ , ClientRpcContext : : tag ( this ) ) ; <nl> + return true ; <nl> + case State : : FINISH_DONE : <nl> + next_state_ = State : : INVALID ; <nl> + return false ; <nl> + break ; <nl> default : <nl> GPR_ASSERT ( false ) ; <nl> return false ; <nl> } <nl> } <nl> } <nl> - ClientRpcContext * StartNewClone ( ) override { <nl> - return new ClientRpcContextStreamingImpl ( stub_ , req_ , next_issue_ , <nl> - start_req_ , callback_ ) ; <nl> + void StartNewClone ( CompletionQueue * cq ) override { <nl> + auto * clone = new ClientRpcContextStreamingImpl ( stub_ , req_ , next_issue_ , <nl> + start_req_ , callback_ ) ; <nl> + clone - > StartInternal ( cq , messages_per_stream_ ) ; <nl> } <nl> <nl> private : <nl> class ClientRpcContextStreamingImpl : public ClientRpcContext { <nl> WAIT , <nl> READY_TO_WRITE , <nl> WRITE_DONE , <nl> - READ_DONE <nl> + READ_DONE , <nl> + WRITES_DONE_DONE , <nl> + FINISH_DONE <nl> } ; <nl> State next_state_ ; <nl> std : : function < void ( grpc : : Status , ResponseType * ) > callback_ ; <nl> class ClientRpcContextStreamingImpl : public ClientRpcContext { <nl> double start_ ; <nl> std : : unique_ptr < grpc : : ClientAsyncReaderWriter < RequestType , ResponseType > > <nl> stream_ ; <nl> + <nl> + / / Allow a limit on number of messages in a stream <nl> + int messages_per_stream_ ; <nl> + int messages_issued_ ; <nl> + <nl> + void StartInternal ( CompletionQueue * cq , int messages_per_stream ) { <nl> + cq_ = cq ; <nl> + next_state_ = State : : STREAM_IDLE ; <nl> + stream_ = start_req_ ( stub_ , & context_ , cq , ClientRpcContext : : tag ( this ) ) ; <nl> + messages_per_stream_ = messages_per_stream ; <nl> + messages_issued_ = 0 ; <nl> + } <nl> } ; <nl> <nl> class AsyncStreamingClient final <nl> class ClientRpcContextGenericStreamingImpl : public ClientRpcContext { <nl> next_issue_ ( next_issue ) , <nl> start_req_ ( start_req ) { } <nl> ~ ClientRpcContextGenericStreamingImpl ( ) override { } <nl> - void Start ( CompletionQueue * cq ) override { <nl> - cq_ = cq ; <nl> - const grpc : : string kMethodName ( <nl> - " / grpc . testing . BenchmarkService / StreamingCall " ) ; <nl> - stream_ = start_req_ ( stub_ , & context_ , kMethodName , cq , <nl> - ClientRpcContext : : tag ( this ) ) ; <nl> - next_state_ = State : : STREAM_IDLE ; <nl> + void Start ( CompletionQueue * cq , const ClientConfig & config ) override { <nl> + StartInternal ( cq , config . messages_per_stream ( ) ) ; <nl> } <nl> bool RunNextState ( bool ok , HistogramEntry * entry ) override { <nl> while ( true ) { <nl> class ClientRpcContextGenericStreamingImpl : public ClientRpcContext { <nl> } <nl> break ; / / loop around , don ' t return <nl> case State : : WAIT : <nl> + next_state_ = State : : READY_TO_WRITE ; <nl> alarm_ . reset ( <nl> new Alarm ( cq_ , next_issue_ ( ) , ClientRpcContext : : tag ( this ) ) ) ; <nl> - next_state_ = State : : READY_TO_WRITE ; <nl> return true ; <nl> case State : : READY_TO_WRITE : <nl> if ( ! ok ) { <nl> class ClientRpcContextGenericStreamingImpl : public ClientRpcContext { <nl> case State : : READ_DONE : <nl> entry - > set_value ( ( UsageTimer : : Now ( ) - start_ ) * 1e9 ) ; <nl> callback_ ( status_ , & response_ ) ; <nl> + if ( ( messages_per_stream_ ! = 0 ) & & <nl> + ( + + messages_issued_ > = messages_per_stream_ ) ) { <nl> + next_state_ = State : : WRITES_DONE_DONE ; <nl> + stream_ - > WritesDone ( ClientRpcContext : : tag ( this ) ) ; <nl> + return true ; <nl> + } <nl> next_state_ = State : : STREAM_IDLE ; <nl> break ; / / loop around <nl> + case State : : WRITES_DONE_DONE : <nl> + next_state_ = State : : FINISH_DONE ; <nl> + stream_ - > Finish ( & status_ , ClientRpcContext : : tag ( this ) ) ; <nl> + return true ; <nl> + case State : : FINISH_DONE : <nl> + next_state_ = State : : INVALID ; <nl> + return false ; <nl> + break ; <nl> default : <nl> GPR_ASSERT ( false ) ; <nl> return false ; <nl> } <nl> } <nl> } <nl> - ClientRpcContext * StartNewClone ( ) override { <nl> - return new ClientRpcContextGenericStreamingImpl ( stub_ , req_ , next_issue_ , <nl> - start_req_ , callback_ ) ; <nl> + void StartNewClone ( CompletionQueue * cq ) override { <nl> + auto * clone = new ClientRpcContextGenericStreamingImpl ( <nl> + stub_ , req_ , next_issue_ , start_req_ , callback_ ) ; <nl> + clone - > StartInternal ( cq , messages_per_stream_ ) ; <nl> } <nl> <nl> private : <nl> class ClientRpcContextGenericStreamingImpl : public ClientRpcContext { <nl> WAIT , <nl> READY_TO_WRITE , <nl> WRITE_DONE , <nl> - READ_DONE <nl> + READ_DONE , <nl> + WRITES_DONE_DONE , <nl> + FINISH_DONE <nl> } ; <nl> State next_state_ ; <nl> std : : function < void ( grpc : : Status , ByteBuffer * ) > callback_ ; <nl> class ClientRpcContextGenericStreamingImpl : public ClientRpcContext { <nl> grpc : : Status status_ ; <nl> double start_ ; <nl> std : : unique_ptr < grpc : : GenericClientAsyncReaderWriter > stream_ ; <nl> + <nl> + / / Allow a limit on number of messages in a stream <nl> + int messages_per_stream_ ; <nl> + int messages_issued_ ; <nl> + <nl> + void StartInternal ( CompletionQueue * cq , int messages_per_stream ) { <nl> + cq_ = cq ; <nl> + const grpc : : string kMethodName ( <nl> + " / grpc . testing . BenchmarkService / StreamingCall " ) ; <nl> + next_state_ = State : : STREAM_IDLE ; <nl> + stream_ = start_req_ ( stub_ , & context_ , kMethodName , cq , <nl> + ClientRpcContext : : tag ( this ) ) ; <nl> + messages_per_stream_ = messages_per_stream ; <nl> + messages_issued_ = 0 ; <nl> + } <nl> } ; <nl> <nl> static std : : unique_ptr < grpc : : GenericStub > GenericStubCreator ( <nl> mmm a / test / cpp / qps / client_sync . cc <nl> ppp b / test / cpp / qps / client_sync . cc <nl> class SynchronousStreamingClient final : public SynchronousClient { <nl> SynchronousStreamingClient ( const ClientConfig & config ) <nl> : SynchronousClient ( config ) , <nl> context_ ( num_threads_ ) , <nl> - stream_ ( num_threads_ ) { <nl> + stream_ ( num_threads_ ) , <nl> + messages_per_stream_ ( config . messages_per_stream ( ) ) , <nl> + messages_issued_ ( num_threads_ ) { <nl> for ( size_t thread_idx = 0 ; thread_idx < num_threads_ ; thread_idx + + ) { <nl> auto * stub = channels_ [ thread_idx % channels_ . size ( ) ] . get_stub ( ) ; <nl> stream_ [ thread_idx ] = stub - > StreamingCall ( & context_ [ thread_idx ] ) ; <nl> + messages_issued_ [ thread_idx ] = 0 ; <nl> } <nl> StartThreads ( num_threads_ ) ; <nl> } <nl> class SynchronousStreamingClient final : public SynchronousClient { <nl> stream_ [ thread_idx ] - > Read ( & responses_ [ thread_idx ] ) ) { <nl> entry - > set_value ( ( UsageTimer : : Now ( ) - start ) * 1e9 ) ; <nl> / / don ' t set the status since there isn ' t one yet <nl> - return true ; <nl> + if ( ( messages_per_stream_ ! = 0 ) & & <nl> + ( + + messages_issued_ [ thread_idx ] < messages_per_stream_ ) ) { <nl> + return true ; <nl> + } else { <nl> + / / Fall through to the below resetting code after finish <nl> + } <nl> } <nl> stream_ [ thread_idx ] - > WritesDone ( ) ; <nl> Status s = stream_ [ thread_idx ] - > Finish ( ) ; <nl> - / / don ' t set the value since the stream is failed and shouldn ' t be timed <nl> + / / don ' t set the value since this is either a failure ( shouldn ' t be timed ) <nl> + / / or a stream - end ( already has been timed ) <nl> entry - > set_status ( s . error_code ( ) ) ; <nl> if ( ! s . ok ( ) ) { <nl> gpr_log ( GPR_ERROR , " Stream % " PRIuPTR " received an error % s " , thread_idx , <nl> class SynchronousStreamingClient final : public SynchronousClient { <nl> context_ [ thread_idx ] . ~ ClientContext ( ) ; <nl> new ( & context_ [ thread_idx ] ) ClientContext ( ) ; <nl> stream_ [ thread_idx ] = stub - > StreamingCall ( & context_ [ thread_idx ] ) ; <nl> + messages_issued_ [ thread_idx ] = 0 ; <nl> return true ; <nl> } <nl> <nl> class SynchronousStreamingClient final : public SynchronousClient { <nl> std : : vector < <nl> std : : unique_ptr < grpc : : ClientReaderWriter < SimpleRequest , SimpleResponse > > > <nl> stream_ ; <nl> + const int messages_per_stream_ ; <nl> + std : : vector < int > messages_issued_ ; <nl> } ; <nl> <nl> std : : unique_ptr < Client > CreateSynchronousUnaryClient ( <nl> mmm a / tools / codegen / core / gen_nano_proto . sh <nl> ppp b / tools / codegen / core / gen_nano_proto . sh <nl> <nl> # Example usage : <nl> # tools / codegen / core / gen_nano_proto . sh \ <nl> # src / proto / grpc / lb / v1 / load_balancer . proto \ <nl> - # $ PWD / src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 \ <nl> - # src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 <nl> + # $ PWD / src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 \ <nl> + # src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 <nl> # <nl> # Exit statuses : <nl> # 1 : Incorrect number of arguments <nl> mmm a / tools / distrib / check_copyright . py <nl> ppp b / tools / distrib / check_copyright . py <nl> <nl> ' examples / python / route_guide / route_guide_pb2 . py ' , <nl> ' examples / python / route_guide / route_guide_pb2_grpc . py ' , <nl> <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c ' , <nl> ' src / cpp / server / health / health . pb . h ' , <nl> ' src / cpp / server / health / health . pb . c ' , <nl> <nl> mmm a / tools / distrib / check_include_guards . py <nl> ppp b / tools / distrib / check_include_guards . py <nl> def check ( self , fpath , fix ) : <nl> args = argp . parse_args ( ) <nl> <nl> KNOWN_BAD = set ( [ <nl> - ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> + ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h ' , <nl> ' include / grpc + + / ext / reflection . grpc . pb . h ' , <nl> ' include / grpc + + / ext / reflection . pb . h ' , <nl> ] ) <nl> mmm a / tools / distrib / check_nanopb_output . sh <nl> ppp b / tools / distrib / check_nanopb_output . sh <nl> popd <nl> # <nl> # Checks for load_balancer . proto <nl> # <nl> - readonly LOAD_BALANCER_GRPC_OUTPUT_PATH = ' src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 ' <nl> + readonly LOAD_BALANCER_GRPC_OUTPUT_PATH = ' src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 ' <nl> # nanopb - compile the proto to a temp location <nl> . / tools / codegen / core / gen_nano_proto . sh \ <nl> src / proto / grpc / lb / v1 / load_balancer . proto \ <nl> readonly LOAD_BALANCER_GRPC_OUTPUT_PATH = ' src / core / ext / lb_policy / grpclb / proto / grp <nl> " $ LOAD_BALANCER_GRPC_OUTPUT_PATH " <nl> <nl> # compare outputs to checked compiled code <nl> - if ! diff - r $ NANOPB_TMP_OUTPUT src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 ; then <nl> + if ! diff - r $ NANOPB_TMP_OUTPUT src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 ; then <nl> echo " Outputs differ : $ NANOPB_TMP_OUTPUT vs $ LOAD_BALANCER_GRPC_OUTPUT_PATH " <nl> exit 2 <nl> fi <nl> mmm a / tools / doxygen / Doxyfile . c + + . internal <nl> ppp b / tools / doxygen / Doxyfile . c + + . internal <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_client_filter . h \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> src / core / lib / channel / http_server_filter . h \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> - src / core / lib / channel / max_age_filter . h \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / channel / message_size_filter . h \ <nl> src / core / lib / compression / algorithm_metadata . h \ <nl> mmm a / tools / doxygen / Doxyfile . core . internal <nl> ppp b / tools / doxygen / Doxyfile . core . internal <nl> src / core / ext / census / trace_status . h \ <nl> src / core / ext / census / trace_string . h \ <nl> src / core / ext / census / tracing . c \ <nl> src / core / ext / census / tracing . h \ <nl> - src / core / ext / client_channel / README . md \ <nl> - src / core / ext / client_channel / channel_connectivity . c \ <nl> - src / core / ext / client_channel / client_channel . c \ <nl> - src / core / ext / client_channel / client_channel . h \ <nl> - src / core / ext / client_channel / client_channel_factory . c \ <nl> - src / core / ext / client_channel / client_channel_factory . h \ <nl> - src / core / ext / client_channel / client_channel_plugin . c \ <nl> - src / core / ext / client_channel / connector . c \ <nl> - src / core / ext / client_channel / connector . h \ <nl> - src / core / ext / client_channel / http_connect_handshaker . c \ <nl> - src / core / ext / client_channel / http_connect_handshaker . h \ <nl> - src / core / ext / client_channel / http_proxy . c \ <nl> - src / core / ext / client_channel / http_proxy . h \ <nl> - src / core / ext / client_channel / lb_policy . c \ <nl> - src / core / ext / client_channel / lb_policy . h \ <nl> - src / core / ext / client_channel / lb_policy_factory . c \ <nl> - src / core / ext / client_channel / lb_policy_factory . h \ <nl> - src / core / ext / client_channel / lb_policy_registry . c \ <nl> - src / core / ext / client_channel / lb_policy_registry . h \ <nl> - src / core / ext / client_channel / parse_address . c \ <nl> - src / core / ext / client_channel / parse_address . h \ <nl> - src / core / ext / client_channel / proxy_mapper . c \ <nl> - src / core / ext / client_channel / proxy_mapper . h \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . c \ <nl> - src / core / ext / client_channel / proxy_mapper_registry . h \ <nl> - src / core / ext / client_channel / resolver . c \ <nl> - src / core / ext / client_channel / resolver . h \ <nl> - src / core / ext / client_channel / resolver_factory . c \ <nl> - src / core / ext / client_channel / resolver_factory . h \ <nl> - src / core / ext / client_channel / resolver_registry . c \ <nl> - src / core / ext / client_channel / resolver_registry . h \ <nl> - src / core / ext / client_channel / retry_throttle . c \ <nl> - src / core / ext / client_channel / retry_throttle . h \ <nl> - src / core / ext / client_channel / subchannel . c \ <nl> - src / core / ext / client_channel / subchannel . h \ <nl> - src / core / ext / client_channel / subchannel_index . c \ <nl> - src / core / ext / client_channel / subchannel_index . h \ <nl> - src / core / ext / client_channel / uri_parser . c \ <nl> - src / core / ext / client_channel / uri_parser . h \ <nl> - src / core / ext / lb_policy / grpclb / grpclb . c \ <nl> - src / core / ext / lb_policy / grpclb / grpclb . h \ <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel . h \ <nl> - src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . c \ <nl> - src / core / ext / lb_policy / grpclb / load_balancer_api . h \ <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> - src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h \ <nl> - src / core / ext / lb_policy / pick_first / pick_first . c \ <nl> - src / core / ext / lb_policy / round_robin / round_robin . c \ <nl> - src / core / ext / load_reporting / load_reporting . c \ <nl> - src / core / ext / load_reporting / load_reporting . h \ <nl> - src / core / ext / load_reporting / load_reporting_filter . c \ <nl> - src / core / ext / load_reporting / load_reporting_filter . h \ <nl> - src / core / ext / resolver / README . md \ <nl> - src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> - src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h \ <nl> - src / core / ext / resolver / dns / native / README . md \ <nl> - src / core / ext / resolver / dns / native / dns_resolver . c \ <nl> - src / core / ext / resolver / sockaddr / README . md \ <nl> - src / core / ext / resolver / sockaddr / sockaddr_resolver . c \ <nl> + src / core / ext / filters / client_channel / README . md \ <nl> + src / core / ext / filters / client_channel / channel_connectivity . c \ <nl> + src / core / ext / filters / client_channel / client_channel . c \ <nl> + src / core / ext / filters / client_channel / client_channel . h \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . c \ <nl> + src / core / ext / filters / client_channel / client_channel_factory . h \ <nl> + src / core / ext / filters / client_channel / client_channel_plugin . c \ <nl> + src / core / ext / filters / client_channel / connector . c \ <nl> + src / core / ext / filters / client_channel / connector . h \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . c \ <nl> + src / core / ext / filters / client_channel / http_connect_handshaker . h \ <nl> + src / core / ext / filters / client_channel / http_proxy . c \ <nl> + src / core / ext / filters / client_channel / http_proxy . h \ <nl> + src / core / ext / filters / client_channel / lb_policy . c \ <nl> + src / core / ext / filters / client_channel / lb_policy . h \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h \ <nl> + src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c \ <nl> + src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_factory . h \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . c \ <nl> + src / core / ext / filters / client_channel / lb_policy_registry . h \ <nl> + src / core / ext / filters / client_channel / parse_address . c \ <nl> + src / core / ext / filters / client_channel / parse_address . h \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper . h \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . c \ <nl> + src / core / ext / filters / client_channel / proxy_mapper_registry . h \ <nl> + src / core / ext / filters / client_channel / resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver . h \ <nl> + src / core / ext / filters / client_channel / resolver / README . md \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c \ <nl> + src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h \ <nl> + src / core / ext / filters / client_channel / resolver / dns / native / README . md \ <nl> + src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / README . md \ <nl> + src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . c \ <nl> + src / core / ext / filters / client_channel / resolver_factory . h \ <nl> + src / core / ext / filters / client_channel / resolver_registry . c \ <nl> + src / core / ext / filters / client_channel / resolver_registry . h \ <nl> + src / core / ext / filters / client_channel / retry_throttle . c \ <nl> + src / core / ext / filters / client_channel / retry_throttle . h \ <nl> + src / core / ext / filters / client_channel / subchannel . c \ <nl> + src / core / ext / filters / client_channel / subchannel . h \ <nl> + src / core / ext / filters / client_channel / subchannel_index . c \ <nl> + src / core / ext / filters / client_channel / subchannel_index . h \ <nl> + src / core / ext / filters / client_channel / uri_parser . c \ <nl> + src / core / ext / filters / client_channel / uri_parser . h \ <nl> + src / core / ext / filters / load_reporting / load_reporting . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting . h \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . c \ <nl> + src / core / ext / filters / load_reporting / load_reporting_filter . h \ <nl> + src / core / ext / filters / max_age / max_age_filter . c \ <nl> + src / core / ext / filters / max_age / max_age_filter . h \ <nl> src / core / ext / transport / README . md \ <nl> src / core / ext / transport / chttp2 / README . md \ <nl> src / core / ext / transport / chttp2 / alpn / alpn . c \ <nl> src / core / lib / channel / http_client_filter . c \ <nl> src / core / lib / channel / http_client_filter . h \ <nl> src / core / lib / channel / http_server_filter . c \ <nl> src / core / lib / channel / http_server_filter . h \ <nl> - src / core / lib / channel / max_age_filter . c \ <nl> - src / core / lib / channel / max_age_filter . h \ <nl> src / core / lib / channel / message_size_filter . c \ <nl> src / core / lib / channel / message_size_filter . h \ <nl> src / core / lib / compression / algorithm_metadata . h \ <nl> mmm a / tools / run_tests / generated / sources_and_headers . json <nl> ppp b / tools / run_tests / generated / sources_and_headers . json <nl> <nl> " grpc_lb_policy_pick_first " , <nl> " grpc_lb_policy_round_robin " , <nl> " grpc_load_reporting " , <nl> + " grpc_max_age_filter " , <nl> " grpc_resolver_dns_ares " , <nl> " grpc_resolver_dns_native " , <nl> " grpc_resolver_sockaddr " , <nl> <nl> " grpc_lb_policy_pick_first " , <nl> " grpc_lb_policy_round_robin " , <nl> " grpc_load_reporting " , <nl> + " grpc_max_age_filter " , <nl> " grpc_resolver_dns_ares " , <nl> " grpc_resolver_dns_native " , <nl> " grpc_resolver_sockaddr " , <nl> <nl> " src / compiler / objective_c_generator_helpers . h " , <nl> " src / compiler / php_generator . h " , <nl> " src / compiler / php_generator_helpers . h " , <nl> + " src / compiler / protobuf_plugin . h " , <nl> " src / compiler / python_generator . h " , <nl> + " src / compiler / python_generator_helpers . h " , <nl> + " src / compiler / python_private_generator . h " , <nl> " src / compiler / ruby_generator . h " , <nl> " src / compiler / ruby_generator_helpers - inl . h " , <nl> " src / compiler / ruby_generator_map - inl . h " , <nl> - " src / compiler / ruby_generator_string - inl . h " <nl> + " src / compiler / ruby_generator_string - inl . h " , <nl> + " src / compiler / schema_interface . h " <nl> ] , <nl> " is_filegroup " : false , <nl> " language " : " c + + " , <nl> <nl> " src / compiler / php_generator . cc " , <nl> " src / compiler / php_generator . h " , <nl> " src / compiler / php_generator_helpers . h " , <nl> + " src / compiler / protobuf_plugin . h " , <nl> " src / compiler / python_generator . cc " , <nl> " src / compiler / python_generator . h " , <nl> + " src / compiler / python_generator_helpers . h " , <nl> + " src / compiler / python_private_generator . h " , <nl> " src / compiler / ruby_generator . cc " , <nl> " src / compiler / ruby_generator . h " , <nl> " src / compiler / ruby_generator_helpers - inl . h " , <nl> " src / compiler / ruby_generator_map - inl . h " , <nl> - " src / compiler / ruby_generator_string - inl . h " <nl> + " src / compiler / ruby_generator_string - inl . h " , <nl> + " src / compiler / schema_interface . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " lib " <nl> <nl> " src / core / lib / channel / handshaker_registry . h " , <nl> " src / core / lib / channel / http_client_filter . h " , <nl> " src / core / lib / channel / http_server_filter . h " , <nl> - " src / core / lib / channel / max_age_filter . h " , <nl> " src / core / lib / channel / message_size_filter . h " , <nl> " src / core / lib / compression / algorithm_metadata . h " , <nl> " src / core / lib / compression / message_compress . h " , <nl> <nl> " src / core / lib / channel / http_client_filter . h " , <nl> " src / core / lib / channel / http_server_filter . c " , <nl> " src / core / lib / channel / http_server_filter . h " , <nl> - " src / core / lib / channel / max_age_filter . c " , <nl> - " src / core / lib / channel / max_age_filter . h " , <nl> " src / core / lib / channel / message_size_filter . c " , <nl> " src / core / lib / channel / message_size_filter . h " , <nl> " src / core / lib / compression / algorithm_metadata . h " , <nl> <nl> " grpc_base " <nl> ] , <nl> " headers " : [ <nl> - " src / core / ext / client_channel / client_channel . h " , <nl> - " src / core / ext / client_channel / client_channel_factory . h " , <nl> - " src / core / ext / client_channel / connector . h " , <nl> - " src / core / ext / client_channel / http_connect_handshaker . h " , <nl> - " src / core / ext / client_channel / http_proxy . h " , <nl> - " src / core / ext / client_channel / lb_policy . h " , <nl> - " src / core / ext / client_channel / lb_policy_factory . h " , <nl> - " src / core / ext / client_channel / lb_policy_registry . h " , <nl> - " src / core / ext / client_channel / parse_address . h " , <nl> - " src / core / ext / client_channel / proxy_mapper . h " , <nl> - " src / core / ext / client_channel / proxy_mapper_registry . h " , <nl> - " src / core / ext / client_channel / resolver . h " , <nl> - " src / core / ext / client_channel / resolver_factory . h " , <nl> - " src / core / ext / client_channel / resolver_registry . h " , <nl> - " src / core / ext / client_channel / retry_throttle . h " , <nl> - " src / core / ext / client_channel / subchannel . h " , <nl> - " src / core / ext / client_channel / subchannel_index . h " , <nl> - " src / core / ext / client_channel / uri_parser . h " <nl> + " src / core / ext / filters / client_channel / client_channel . h " , <nl> + " src / core / ext / filters / client_channel / client_channel_factory . h " , <nl> + " src / core / ext / filters / client_channel / connector . h " , <nl> + " src / core / ext / filters / client_channel / http_connect_handshaker . h " , <nl> + " src / core / ext / filters / client_channel / http_proxy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_factory . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_registry . h " , <nl> + " src / core / ext / filters / client_channel / parse_address . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper_registry . h " , <nl> + " src / core / ext / filters / client_channel / resolver . h " , <nl> + " src / core / ext / filters / client_channel / resolver_factory . h " , <nl> + " src / core / ext / filters / client_channel / resolver_registry . h " , <nl> + " src / core / ext / filters / client_channel / retry_throttle . h " , <nl> + " src / core / ext / filters / client_channel / subchannel . h " , <nl> + " src / core / ext / filters / client_channel / subchannel_index . h " , <nl> + " src / core / ext / filters / client_channel / uri_parser . h " <nl> ] , <nl> " is_filegroup " : true , <nl> " language " : " c " , <nl> " name " : " grpc_client_channel " , <nl> " src " : [ <nl> - " src / core / ext / client_channel / channel_connectivity . c " , <nl> - " src / core / ext / client_channel / client_channel . c " , <nl> - " src / core / ext / client_channel / client_channel . h " , <nl> - " src / core / ext / client_channel / client_channel_factory . c " , <nl> - " src / core / ext / client_channel / client_channel_factory . h " , <nl> - " src / core / ext / client_channel / client_channel_plugin . c " , <nl> - " src / core / ext / client_channel / connector . c " , <nl> - " src / core / ext / client_channel / connector . h " , <nl> - " src / core / ext / client_channel / http_connect_handshaker . c " , <nl> - " src / core / ext / client_channel / http_connect_handshaker . h " , <nl> - " src / core / ext / client_channel / http_proxy . c " , <nl> - " src / core / ext / client_channel / http_proxy . h " , <nl> - " src / core / ext / client_channel / lb_policy . c " , <nl> - " src / core / ext / client_channel / lb_policy . h " , <nl> - " src / core / ext / client_channel / lb_policy_factory . c " , <nl> - " src / core / ext / client_channel / lb_policy_factory . h " , <nl> - " src / core / ext / client_channel / lb_policy_registry . c " , <nl> - " src / core / ext / client_channel / lb_policy_registry . h " , <nl> - " src / core / ext / client_channel / parse_address . c " , <nl> - " src / core / ext / client_channel / parse_address . h " , <nl> - " src / core / ext / client_channel / proxy_mapper . c " , <nl> - " src / core / ext / client_channel / proxy_mapper . h " , <nl> - " src / core / ext / client_channel / proxy_mapper_registry . c " , <nl> - " src / core / ext / client_channel / proxy_mapper_registry . h " , <nl> - " src / core / ext / client_channel / resolver . c " , <nl> - " src / core / ext / client_channel / resolver . h " , <nl> - " src / core / ext / client_channel / resolver_factory . c " , <nl> - " src / core / ext / client_channel / resolver_factory . h " , <nl> - " src / core / ext / client_channel / resolver_registry . c " , <nl> - " src / core / ext / client_channel / resolver_registry . h " , <nl> - " src / core / ext / client_channel / retry_throttle . c " , <nl> - " src / core / ext / client_channel / retry_throttle . h " , <nl> - " src / core / ext / client_channel / subchannel . c " , <nl> - " src / core / ext / client_channel / subchannel . h " , <nl> - " src / core / ext / client_channel / subchannel_index . c " , <nl> - " src / core / ext / client_channel / subchannel_index . h " , <nl> - " src / core / ext / client_channel / uri_parser . c " , <nl> - " src / core / ext / client_channel / uri_parser . h " <nl> + " src / core / ext / filters / client_channel / channel_connectivity . c " , <nl> + " src / core / ext / filters / client_channel / client_channel . c " , <nl> + " src / core / ext / filters / client_channel / client_channel . h " , <nl> + " src / core / ext / filters / client_channel / client_channel_factory . c " , <nl> + " src / core / ext / filters / client_channel / client_channel_factory . h " , <nl> + " src / core / ext / filters / client_channel / client_channel_plugin . c " , <nl> + " src / core / ext / filters / client_channel / connector . c " , <nl> + " src / core / ext / filters / client_channel / connector . h " , <nl> + " src / core / ext / filters / client_channel / http_connect_handshaker . c " , <nl> + " src / core / ext / filters / client_channel / http_connect_handshaker . h " , <nl> + " src / core / ext / filters / client_channel / http_proxy . c " , <nl> + " src / core / ext / filters / client_channel / http_proxy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_factory . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy_factory . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy_registry . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy_registry . h " , <nl> + " src / core / ext / filters / client_channel / parse_address . c " , <nl> + " src / core / ext / filters / client_channel / parse_address . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper . c " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper . h " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper_registry . c " , <nl> + " src / core / ext / filters / client_channel / proxy_mapper_registry . h " , <nl> + " src / core / ext / filters / client_channel / resolver . c " , <nl> + " src / core / ext / filters / client_channel / resolver . h " , <nl> + " src / core / ext / filters / client_channel / resolver_factory . c " , <nl> + " src / core / ext / filters / client_channel / resolver_factory . h " , <nl> + " src / core / ext / filters / client_channel / resolver_registry . c " , <nl> + " src / core / ext / filters / client_channel / resolver_registry . h " , <nl> + " src / core / ext / filters / client_channel / retry_throttle . c " , <nl> + " src / core / ext / filters / client_channel / retry_throttle . h " , <nl> + " src / core / ext / filters / client_channel / subchannel . c " , <nl> + " src / core / ext / filters / client_channel / subchannel . h " , <nl> + " src / core / ext / filters / client_channel / subchannel_index . c " , <nl> + " src / core / ext / filters / client_channel / subchannel_index . h " , <nl> + " src / core / ext / filters / client_channel / uri_parser . c " , <nl> + " src / core / ext / filters / client_channel / uri_parser . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " nanopb " <nl> ] , <nl> " headers " : [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> ] , <nl> " is_filegroup " : true , <nl> " language " : " c " , <nl> " name " : " grpc_lb_policy_grpclb " , <nl> " src " : [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . c " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . c " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . c " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " nanopb " <nl> ] , <nl> " headers " : [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> ] , <nl> " is_filegroup " : true , <nl> " language " : " c " , <nl> " name " : " grpc_lb_policy_grpclb_secure " , <nl> " src " : [ <nl> - " src / core / ext / lb_policy / grpclb / grpclb . c " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel . h " , <nl> - " src / core / ext / lb_policy / grpclb / grpclb_channel_secure . c " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . c " , <nl> - " src / core / ext / lb_policy / grpclb / load_balancer_api . h " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> - " src / core / ext / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / grpclb_channel_secure . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / load_balancer_api . h " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . c " , <nl> + " src / core / ext / filters / client_channel / lb_policy / grpclb / proto / grpc / lb / v1 / load_balancer . pb . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " language " : " c " , <nl> " name " : " grpc_lb_policy_pick_first " , <nl> " src " : [ <nl> - " src / core / ext / lb_policy / pick_first / pick_first . c " <nl> + " src / core / ext / filters / client_channel / lb_policy / pick_first / pick_first . c " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " language " : " c " , <nl> " name " : " grpc_lb_policy_round_robin " , <nl> " src " : [ <nl> - " src / core / ext / lb_policy / round_robin / round_robin . c " <nl> + " src / core / ext / filters / client_channel / lb_policy / round_robin / round_robin . c " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " grpc_base " <nl> ] , <nl> " headers " : [ <nl> - " src / core / ext / load_reporting / load_reporting . h " , <nl> - " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + " src / core / ext / filters / load_reporting / load_reporting . h " , <nl> + " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> ] , <nl> " is_filegroup " : true , <nl> " language " : " c " , <nl> " name " : " grpc_load_reporting " , <nl> " src " : [ <nl> - " src / core / ext / load_reporting / load_reporting . c " , <nl> - " src / core / ext / load_reporting / load_reporting . h " , <nl> - " src / core / ext / load_reporting / load_reporting_filter . c " , <nl> - " src / core / ext / load_reporting / load_reporting_filter . h " <nl> + " src / core / ext / filters / load_reporting / load_reporting . c " , <nl> + " src / core / ext / filters / load_reporting / load_reporting . h " , <nl> + " src / core / ext / filters / load_reporting / load_reporting_filter . c " , <nl> + " src / core / ext / filters / load_reporting / load_reporting_filter . h " <nl> + ] , <nl> + " third_party " : false , <nl> + " type " : " filegroup " <nl> + } , <nl> + { <nl> + " deps " : [ <nl> + " gpr " , <nl> + " grpc_base " <nl> + ] , <nl> + " headers " : [ <nl> + " src / core / ext / filters / max_age / max_age_filter . h " <nl> + ] , <nl> + " is_filegroup " : true , <nl> + " language " : " c " , <nl> + " name " : " grpc_max_age_filter " , <nl> + " src " : [ <nl> + " src / core / ext / filters / max_age / max_age_filter . c " , <nl> + " src / core / ext / filters / max_age / max_age_filter . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " grpc_client_channel " <nl> ] , <nl> " headers " : [ <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> ] , <nl> " is_filegroup " : true , <nl> " language " : " c " , <nl> " name " : " grpc_resolver_dns_ares " , <nl> " src " : [ <nl> - " src / core / ext / resolver / dns / c_ares / dns_resolver_ares . c " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . c " , <nl> - " src / core / ext / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / dns_resolver_ares . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver . h " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_ev_driver_posix . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . c " , <nl> + " src / core / ext / filters / client_channel / resolver / dns / c_ares / grpc_ares_wrapper . h " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " language " : " c " , <nl> " name " : " grpc_resolver_dns_native " , <nl> " src " : [ <nl> - " src / core / ext / resolver / dns / native / dns_resolver . c " <nl> + " src / core / ext / filters / client_channel / resolver / dns / native / dns_resolver . c " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> <nl> " language " : " c " , <nl> " name " : " grpc_resolver_sockaddr " , <nl> " src " : [ <nl> - " src / core / ext / resolver / sockaddr / sockaddr_resolver . c " <nl> + " src / core / ext / filters / client_channel / resolver / sockaddr / sockaddr_resolver . c " <nl> ] , <nl> " third_party " : false , <nl> " type " : " filegroup " <nl> mmm a / tools / run_tests / generated / tests . json <nl> ppp b / tools / run_tests / generated / tests . json <nl> <nl> " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_secure " , <nl> " timeout_seconds " : 360 <nl> } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_1mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_10mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> <nl> " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_secure " , <nl> " timeout_seconds " : 360 <nl> } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 1024 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_1mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 1024 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> <nl> " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_secure " , <nl> " timeout_seconds " : 360 <nl> } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_1mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> <nl> " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_insecure " , <nl> " timeout_seconds " : 360 <nl> } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_1mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_10mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_insecure " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 1024 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 1024 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_1mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 1024 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 2 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_1mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " tsan " , <nl> + " asan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : 2 , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_ping_pong_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_1mps_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_10mps_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_1channel_1MBmsg_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_1channel_1MBmsg_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_one_server_core_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_one_server_core_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ <nl> + " poll - cv " <nl> + ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure_low_thread_count " , <nl> + " timeout_seconds " : 360 <nl> + } , <nl> + { <nl> + " args " : [ <nl> + " - - scenarios_json " , <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 8388608 , \ " req_size \ " : 128 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + ] , <nl> + " boringssl " : true , <nl> + " ci_platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " cpu_cost " : " capacity " , <nl> + " defaults " : " boringssl " , <nl> + " exclude_configs " : [ <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ ] , <nl> + " flaky " : false , <nl> + " language " : " c + + " , <nl> + " name " : " json_run_localhost " , <nl> + " platforms " : [ <nl> + " linux " <nl> + ] , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 16 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 1024 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> - " tsan " , <nl> - " asan " <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> + ] , <nl> + " excluded_poll_engines " : [ <nl> + " poll - cv " <nl> ] , <nl> - " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_insecure " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_secure_1mb \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> - " tsan " , <nl> - " asan " <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> ] , <nl> " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_insecure " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_secure_1mb_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> - " tsan " , <nl> - " asan " <nl> + " asan - noleaks " , <nl> + " asan - trace - cmp " , <nl> + " basicprof " , <nl> + " counters " , <nl> + " dbg " , <nl> + " gcov " , <nl> + " helgrind " , <nl> + " lto " , <nl> + " memcheck " , <nl> + " msan " , <nl> + " mutrace " , <nl> + " opt " , <nl> + " stapprof " , <nl> + " ubsan " <nl> ] , <nl> " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_insecure " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_ping_pong_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_ping_pong_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_qps_unconstrained_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_1channel_1MBmsg_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_1channel_1MBmsg_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_qps_unconstrained_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_one_server_core_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_one_server_core_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ <nl> - " poll - cv " <nl> - ] , <nl> + " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_1mps_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 8388608 , \ " req_size \ " : 128 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ <nl> - " poll - cv " <nl> - ] , <nl> + " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_secure_1mb \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_secure_1mb_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_1mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_ping_pong_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_1mps_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 64 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_ping_pong_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_1mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 64 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_10mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_secure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : { \ " use_test_ca \ " : true , \ " server_host_override \ " : \ " foo . test . google . fr \ " } , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_secure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_one_server_core_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_ping_pong_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_one_server_core_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ ] , <nl> + " excluded_poll_engines " : [ <nl> + " poll - cv " <nl> + ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 8388608 , \ " req_size \ " : 128 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 65536 , \ " req_size \ " : 65536 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ ] , <nl> + " excluded_poll_engines " : [ <nl> + " poll - cv " <nl> + ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_generic_async_streaming_qps_one_server_core_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " server_type \ " : \ " ASYNC_GENERIC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " bytebuf_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_insecure_1mb \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_generic_async_streaming_qps_one_server_core_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_insecure_1mb_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ <nl> - " poll - cv " <nl> - ] , <nl> + " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_ping_pong_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 8388608 , \ " req_size \ " : 128 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_servers \ " : 1 , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 10 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 2 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " stapprof " , <nl> " ubsan " <nl> ] , <nl> - " excluded_poll_engines " : [ <nl> - " poll - cv " <nl> - ] , <nl> + " excluded_poll_engines " : [ ] , <nl> " flaky " : false , <nl> " language " : " c + + " , <nl> " name " : " json_run_localhost " , <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_client_sync_server_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_insecure_1mb \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 1048576 , \ " req_size \ " : 1048576 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_insecure_1mb_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_unary_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_ping_pong_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_unary_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_ping_pong_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_1mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_unary_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " UNARY \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : " capacity " , <nl> + " cpu_cost " : 64 , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_unary_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_ping_pong_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_sync_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " SYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " SYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 64 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_sync_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_ping_pong_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 1 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 1 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 1 , \ " async_client_threads \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 1 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_1mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 1 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> " linux " <nl> ] , <nl> - " cpu_cost " : 2 , <nl> + " cpu_cost " : " capacity " , <nl> " defaults " : " boringssl " , <nl> " exclude_configs " : [ <nl> " asan - noleaks " , <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_ping_pong_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_1mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> " args " : [ <nl> " - - scenarios_json " , <nl> - " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> + " { \ " scenarios \ " : [ { \ " name \ " : \ " cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure \ " , \ " warmup_seconds \ " : 0 , \ " benchmark_seconds \ " : 1 , \ " num_servers \ " : 1 , \ " server_config \ " : { \ " async_server_threads \ " : 0 , \ " security_params \ " : null , \ " server_type \ " : \ " ASYNC_SERVER \ " } , \ " num_clients \ " : 0 , \ " client_config \ " : { \ " client_type \ " : \ " ASYNC_CLIENT \ " , \ " security_params \ " : null , \ " payload_config \ " : { \ " simple_params \ " : { \ " resp_size \ " : 0 , \ " req_size \ " : 0 } } , \ " client_channels \ " : 64 , \ " async_client_threads \ " : 0 , \ " messages_per_stream \ " : 10 , \ " outstanding_rpcs_per_channel \ " : 100 , \ " rpc_type \ " : \ " STREAMING \ " , \ " load_params \ " : { \ " closed_loop \ " : { } } , \ " histogram_params \ " : { \ " max_possible \ " : 60000000000 . 0 , \ " resolution \ " : 0 . 01 } } } ] } " <nl> ] , <nl> " boringssl " : true , <nl> " ci_platforms " : [ <nl> <nl> " platforms " : [ <nl> " linux " <nl> ] , <nl> - " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_insecure_low_thread_count " , <nl> + " shortname " : " json_run_localhost : cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure_low_thread_count " , <nl> " timeout_seconds " : 360 <nl> } , <nl> { <nl> mmm a / tools / run_tests / performance / scenario_config . py <nl> ppp b / tools / run_tests / performance / scenario_config . py <nl> def _ping_pong_scenario ( name , rpc_type , <nl> channels = None , <nl> outstanding = None , <nl> resource_quota_size = None , <nl> + messages_per_stream = None , <nl> excluded_poll_engines = [ ] ) : <nl> " " " Creates a basic ping pong scenario . " " " <nl> scenario = { <nl> def _ping_pong_scenario ( name , rpc_type , <nl> scenario [ ' client_config ' ] [ ' client_channels ' ] = 1 <nl> scenario [ ' client_config ' ] [ ' async_client_threads ' ] = 1 <nl> <nl> + if messages_per_stream : <nl> + scenario [ ' client_config ' ] [ ' messages_per_stream ' ] = messages_per_stream <nl> if client_language : <nl> # the CLIENT_LANGUAGE field is recognized by run_performance_tests . py <nl> scenario [ ' CLIENT_LANGUAGE ' ] = client_language <nl> def scenarios ( self ) : <nl> secure = secure , <nl> categories = smoketest_categories + [ SCALABLE ] ) <nl> <nl> + for mps in geometric_progression ( 1 , 20 , 10 ) : <nl> + yield _ping_pong_scenario ( <nl> + ' cpp_generic_async_streaming_qps_unconstrained_ % smps_ % s ' % ( mps , secstr ) , <nl> + rpc_type = ' STREAMING ' , <nl> + client_type = ' ASYNC_CLIENT ' , <nl> + server_type = ' ASYNC_GENERIC_SERVER ' , <nl> + unconstrained_client = ' async ' , use_generic_payload = True , <nl> + secure = secure , messages_per_stream = mps , <nl> + categories = smoketest_categories + [ SCALABLE ] ) <nl> + <nl> + for mps in geometric_progression ( 1 , 200 , math . sqrt ( 10 ) ) : <nl> + yield _ping_pong_scenario ( <nl> + ' cpp_generic_async_streaming_qps_unconstrained_ % smps_ % s ' % ( mps , secstr ) , <nl> + rpc_type = ' STREAMING ' , <nl> + client_type = ' ASYNC_CLIENT ' , <nl> + server_type = ' ASYNC_GENERIC_SERVER ' , <nl> + unconstrained_client = ' async ' , use_generic_payload = True , <nl> + secure = secure , messages_per_stream = mps , <nl> + categories = [ SWEEP ] ) <nl> + <nl> yield _ping_pong_scenario ( <nl> ' cpp_generic_async_streaming_qps_1channel_1MBmsg_ % s ' % secstr , <nl> rpc_type = ' STREAMING ' , <nl> def scenarios ( self ) : <nl> # categories = smoketest_categories + [ SCALABLE ] , <nl> # resource_quota_size = 500 * 1024 ) <nl> <nl> + if rpc_type = = ' streaming ' : <nl> + for mps in geometric_progression ( 1 , 20 , 10 ) : <nl> + yield _ping_pong_scenario ( <nl> + ' cpp_protobuf_ % s_ % s_qps_unconstrained_ % smps_ % s ' % ( synchronicity , rpc_type , mps , secstr ) , <nl> + rpc_type = rpc_type . upper ( ) , <nl> + client_type = ' % s_CLIENT ' % synchronicity . upper ( ) , <nl> + server_type = ' % s_SERVER ' % synchronicity . upper ( ) , <nl> + unconstrained_client = synchronicity , <nl> + secure = secure , messages_per_stream = mps , <nl> + categories = smoketest_categories + [ SCALABLE ] ) <nl> + <nl> + for mps in geometric_progression ( 1 , 200 , math . sqrt ( 10 ) ) : <nl> + yield _ping_pong_scenario ( <nl> + ' cpp_protobuf_ % s_ % s_qps_unconstrained_ % smps_ % s ' % ( synchronicity , rpc_type , mps , secstr ) , <nl> + rpc_type = rpc_type . upper ( ) , <nl> + client_type = ' % s_CLIENT ' % synchronicity . upper ( ) , <nl> + server_type = ' % s_SERVER ' % synchronicity . upper ( ) , <nl> + unconstrained_client = synchronicity , <nl> + secure = secure , messages_per_stream = mps , <nl> + categories = [ SWEEP ] ) <nl> + <nl> for channels in geometric_progression ( 1 , 20000 , math . sqrt ( 10 ) ) : <nl> for outstanding in geometric_progression ( 1 , 200000 , math . sqrt ( 10 ) ) : <nl> if synchronicity = = ' sync ' and outstanding > 1200 : continue <nl> mmm a / vsprojects / vcxproj / grpc + + / grpc + + . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc + + / grpc + + . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ handshaker_registry . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_client_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ algorithm_metadata . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ message_compress . h " / > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ compression . c " > <nl> mmm a / vsprojects / vcxproj / grpc + + / grpc + + . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc + + / grpc + + . vcxproj . filters <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> mmm a / vsprojects / vcxproj / grpc + + _unsecure / grpc + + _unsecure . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc + + _unsecure / grpc + + _unsecure . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ handshaker_registry . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_client_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ algorithm_metadata . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ message_compress . h " / > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ compression . c " > <nl> mmm a / vsprojects / vcxproj / grpc + + _unsecure / grpc + + _unsecure . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc + + _unsecure / grpc + + _unsecure . vcxproj . filters <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> mmm a / vsprojects / vcxproj / grpc / grpc . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc / grpc . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ handshaker_registry . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_client_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ algorithm_metadata . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ message_compress . h " / > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ tsi \ transport_security . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ tsi \ transport_security_interface . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ server \ chttp2_server . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_decode . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ aggregation . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ base_resources . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ census_interface . h " / > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ trace_status . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ trace_string . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . h " / > <nl> < / ItemGroup > <nl> < ItemGroup > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ surface \ init . c " > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ compression . c " > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ secure \ secure_channel_create . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ channel_connectivity . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ channel_connectivity . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_plugin . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_plugin . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . c " > <nl> < / ClCompile > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ insecure \ channel_create_posix . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel_secure . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel_secure . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . c " > <nl> < / ClCompile > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ pick_first \ pick_first . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first \ pick_first . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ round_robin \ round_robin . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin \ round_robin . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ native \ dns_resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native \ dns_resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ base_resources . c " > <nl> < / ClCompile > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . c " > <nl> < / ClCompile > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . c " > <nl> + < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ plugin_registry \ grpc_plugin_registry . c " > <nl> < / ClCompile > <nl> < / ItemGroup > <nl> mmm a / vsprojects / vcxproj / grpc / grpc . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc / grpc . vcxproj . filters <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ secure \ secure_channel_create . c " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client \ secure < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ channel_connectivity . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ channel_connectivity . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_plugin . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_plugin . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . c " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client < / Filter > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ insecure \ channel_create_posix . c " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client \ insecure < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel_secure . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel_secure . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . c " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . c " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ pick_first \ pick_first . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ pick_first < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first \ pick_first . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ round_robin \ round_robin . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ round_robin < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin \ round_robin . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ native \ dns_resolver . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ native < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native \ dns_resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> - < Filter > src \ core \ ext \ resolver \ sockaddr < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . c " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . c " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . c " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . c " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ base_resources . c " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . c " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> < / ClCompile > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . c " > <nl> + < Filter > src \ core \ ext \ filters \ max_age < / Filter > <nl> + < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ plugin_registry \ grpc_plugin_registry . c " > <nl> < Filter > src \ core \ plugin_registry < / Filter > <nl> < / ClCompile > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ server \ chttp2_server . h " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ server < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . h " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb . h " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . h " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . h " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . h " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . h " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . h " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ aggregation . h " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . h " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . h " > <nl> + < Filter > src \ core \ ext \ filters \ max_age < / Filter > <nl> + < / ClInclude > <nl> < / ItemGroup > <nl> <nl> < ItemGroup > <nl> <nl> < Filter Include = " src \ core \ ext \ census \ gen " > <nl> < UniqueIdentifier > { 4a14dd37 - 5868 - c656 - 7333 - fa80574cbb07 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ client_channel " > <nl> - < UniqueIdentifier > { 36eee53a - cd19 - 738a - c387 - 20c44a2bfd07 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters " > <nl> + < UniqueIdentifier > { a7cd279d - e0ec - 32d3 - 4cbe - 778aba4a0000 } < / UniqueIdentifier > <nl> + < / Filter > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel " > <nl> + < UniqueIdentifier > { d38c43fd - 50e4 - fba5 - 59c5 - 0d4817159aad } < / UniqueIdentifier > <nl> + < / Filter > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy " > <nl> + < UniqueIdentifier > { 784368be - 88aa - 3170 - 1479 - 48fdf8fbc7be } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy " > <nl> - < UniqueIdentifier > { 030f00ff - 6c54 - 76c8 - 12df - 37e3008335d1 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb " > <nl> + < UniqueIdentifier > { 82e39ac8 - 1993 - 6894 - efed - 651068234a28 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb " > <nl> - < UniqueIdentifier > { fe41339e - 53fb - 39b3 - 7457 - 7a0fbb238dbe } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto " > <nl> + < UniqueIdentifier > { ff02fee6 - 7304 - df5f - 76a6 - 008b5a1c7d19 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto " > <nl> - < UniqueIdentifier > { a7c27f6b - 6d15 - 01cf - 76d9 - c30dddea0990 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc " > <nl> + < UniqueIdentifier > { 953a74cb - cafd - eedd - 8d34 - 038c28daf188 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc " > <nl> - < UniqueIdentifier > { bc714e6d - 8aba - 91df - 7db9 - 7f189f05a6ff } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb " > <nl> + < UniqueIdentifier > { 595a1701 - eb5a - e8af - ffa3 - f67c0e380894 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb " > <nl> - < UniqueIdentifier > { adf7e553 - 94ef - 14fd - e845 - 03104f00a06f } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 " > <nl> + < UniqueIdentifier > { af8e2597 - 93ef - 1381 - d773 - 082a85e7eaf1 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 " > <nl> - < UniqueIdentifier > { bc357e2d - 8ddd - a688 - 88a3 - 255228fc0818 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first " > <nl> + < UniqueIdentifier > { 9a3e8049 - bc04 - 8341 - 5173 - 6fe5f8a4465c } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ pick_first " > <nl> - < UniqueIdentifier > { b63ded00 - b24f - 708e - 333f - ce199e421875 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin " > <nl> + < UniqueIdentifier > { 6d3d5842 - 8257 - 9c58 - 7985 - 75f4d98b7d5c } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ round_robin " > <nl> - < UniqueIdentifier > { 2472d352 - cf94 - f317 - 646e - 72b769cea846 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver " > <nl> + < UniqueIdentifier > { c9873fec - 2f83 - 0497 - 6d0a - bd9c1cc63be3 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ load_reporting " > <nl> - < UniqueIdentifier > { b6c863cd - a135 - 32e8 - df03 - 02365f526f0d } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns " > <nl> + < UniqueIdentifier > { 91b79502 - da45 - f80b - 933e - c974b089db5c } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver " > <nl> - < UniqueIdentifier > { 6bfa6808 - 9dcb - 8990 - deed - 5cf58a149dda } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares " > <nl> + < UniqueIdentifier > { 73d42c09 - d1b5 - 2e4e - ef12 - d74d8ee33ac2 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns " > <nl> - < UniqueIdentifier > { e8fe6413 - ab8c - 48d5 - 2c7b - aa79e3db4ab2 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native " > <nl> + < UniqueIdentifier > { 9b2d7e1f - b78a - 2e7a - 3000 - 944e46a5fab9 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns \ c_ares " > <nl> - < UniqueIdentifier > { 2b72688f - 79b8 - 05dd - 2896 - c7d5dec07dd6 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr " > <nl> + < UniqueIdentifier > { bd317dd5 - 323e - 5b27 - 4c05 - d85786be36ab } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns \ native " > <nl> - < UniqueIdentifier > { 94e34be0 - 29d2 - 1731 - 3c1e - 617ec4986acb } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ load_reporting " > <nl> + < UniqueIdentifier > { 12559ba7 - 9445 - 92ae - 0c5a - 2d79570d4c9b } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ sockaddr " > <nl> - < UniqueIdentifier > { 98c1ccc2 - 2c91 - a3d2 - 6040 - a2e15993d51a } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ max_age " > <nl> + < UniqueIdentifier > { 5369e83c - 4625 - fc14 - cc40 - 9db5da3a7af4 } < / UniqueIdentifier > <nl> < / Filter > <nl> < Filter Include = " src \ core \ ext \ transport " > <nl> < UniqueIdentifier > { e3abfd0a - 064e - 0f2f - c8e8 - 7c5a7e98142a } < / UniqueIdentifier > <nl> mmm a / vsprojects / vcxproj / grpc_plugin_support / grpc_plugin_support . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc_plugin_support / grpc_plugin_support . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ objective_c_generator_helpers . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ php_generator . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ php_generator_helpers . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ protobuf_plugin . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_generator . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_generator_helpers . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_private_generator . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator_helpers - inl . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator_map - inl . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator_string - inl . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ schema_interface . h " / > <nl> < / ItemGroup > <nl> < ItemGroup > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ cpp_generator . cc " > <nl> mmm a / vsprojects / vcxproj / grpc_plugin_support / grpc_plugin_support . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc_plugin_support / grpc_plugin_support . vcxproj . filters <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ php_generator_helpers . h " > <nl> < Filter > src \ compiler < / Filter > <nl> < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ protobuf_plugin . h " > <nl> + < Filter > src \ compiler < / Filter > <nl> + < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_generator . h " > <nl> < Filter > src \ compiler < / Filter > <nl> < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_generator_helpers . h " > <nl> + < Filter > src \ compiler < / Filter > <nl> + < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ python_private_generator . h " > <nl> + < Filter > src \ compiler < / Filter > <nl> + < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator . h " > <nl> < Filter > src \ compiler < / Filter > <nl> < / ClInclude > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ ruby_generator_string - inl . h " > <nl> < Filter > src \ compiler < / Filter > <nl> < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ compiler \ schema_interface . h " > <nl> + < Filter > src \ compiler < / Filter > <nl> + < / ClInclude > <nl> < / ItemGroup > <nl> <nl> < ItemGroup > <nl> mmm a / vsprojects / vcxproj / grpc_test_util / grpc_test_util . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc_test_util / grpc_test_util . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ handshaker_registry . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_client_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ algorithm_metadata . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ message_compress . h " / > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ compression . c " > <nl> mmm a / vsprojects / vcxproj / grpc_test_util / grpc_test_util . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc_test_util / grpc_test_util . vcxproj . filters <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> mmm a / vsprojects / vcxproj / grpc_unsecure / grpc_unsecure . vcxproj <nl> ppp b / vsprojects / vcxproj / grpc_unsecure / grpc_unsecure . vcxproj <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ handshaker_registry . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_client_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ algorithm_metadata . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ message_compress . h " / > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ alpn \ alpn . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ server \ chttp2_server . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . h " / > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_decode . h " / > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ trace_status . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ trace_string . h " / > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . h " / > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . h " / > <nl> < / ItemGroup > <nl> < ItemGroup > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ surface \ init . c " > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ compression \ compression . c " > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ channel_connectivity . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ channel_connectivity . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_plugin . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_plugin . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ native \ dns_resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native \ dns_resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . c " > <nl> < / ClCompile > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ pick_first \ pick_first . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first \ pick_first . c " > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ round_robin \ round_robin . c " > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin \ round_robin . c " > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ base_resources . c " > <nl> < / ClCompile > <nl> <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . c " > <nl> < / ClCompile > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . c " > <nl> + < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ plugin_registry \ grpc_unsecure_plugin_registry . c " > <nl> < / ClCompile > <nl> < / ItemGroup > <nl> mmm a / vsprojects / vcxproj / grpc_unsecure / grpc_unsecure . vcxproj . filters <nl> ppp b / vsprojects / vcxproj / grpc_unsecure / grpc_unsecure . vcxproj . filters <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . c " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . c " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClCompile > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . c " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ channel_connectivity . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ channel_connectivity . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_plugin . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_plugin . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . c " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ dns_resolver_ares . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver_posix . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ native \ dns_resolver . c " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ native < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native \ dns_resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> - < Filter > src \ core \ ext \ resolver \ sockaddr < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr \ sockaddr_resolver . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . c " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . c " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . c " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . c " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_common . c " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb_encode . c " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ pick_first \ pick_first . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ pick_first < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first \ pick_first . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first < / Filter > <nl> < / ClCompile > <nl> - < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ round_robin \ round_robin . c " > <nl> - < Filter > src \ core \ ext \ lb_policy \ round_robin < / Filter > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin \ round_robin . c " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin < / Filter > <nl> < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ base_resources . c " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . c " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> < / ClCompile > <nl> + < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . c " > <nl> + < Filter > src \ core \ ext \ filters \ max_age < / Filter > <nl> + < / ClCompile > <nl> < ClCompile Include = " $ ( SolutionDir ) \ . . \ src \ core \ plugin_registry \ grpc_unsecure_plugin_registry . c " > <nl> < Filter > src \ core \ plugin_registry < / Filter > <nl> < / ClCompile > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ http_server_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ max_age_filter . h " > <nl> - < Filter > src \ core \ lib \ channel < / Filter > <nl> - < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ lib \ channel \ message_size_filter . h " > <nl> < Filter > src \ core \ lib \ channel < / Filter > <nl> < / ClInclude > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ transport \ chttp2 \ client \ chttp2_connector . h " > <nl> < Filter > src \ core \ ext \ transport \ chttp2 \ client < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ client_channel_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ client_channel_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ connector . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ connector . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_connect_handshaker . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_connect_handshaker . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ http_proxy . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ http_proxy . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ lb_policy_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ parse_address . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ parse_address . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ proxy_mapper_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ proxy_mapper_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_factory . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_factory . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ resolver_registry . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver_registry . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ retry_throttle . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ retry_throttle . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ subchannel_index . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ subchannel_index . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ client_channel \ uri_parser . h " > <nl> - < Filter > src \ core \ ext \ client_channel < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ uri_parser . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_ev_driver . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " > <nl> - < Filter > src \ core \ ext \ resolver \ dns \ c_ares < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares \ grpc_ares_wrapper . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting . h " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting . h " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ load_reporting \ load_reporting_filter . h " > <nl> - < Filter > src \ core \ ext \ load_reporting < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ load_reporting \ load_reporting_filter . h " > <nl> + < Filter > src \ core \ ext \ filters \ load_reporting < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ grpclb_channel . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ grpclb_channel . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ load_balancer_api . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ load_balancer_api . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb < / Filter > <nl> < / ClInclude > <nl> - < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " > <nl> - < Filter > src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 \ load_balancer . pb . h " > <nl> + < Filter > src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 < / Filter > <nl> < / ClInclude > <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ third_party \ nanopb \ pb . h " > <nl> < Filter > third_party \ nanopb < / Filter > <nl> <nl> < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ census \ tracing . h " > <nl> < Filter > src \ core \ ext \ census < / Filter > <nl> < / ClInclude > <nl> + < ClInclude Include = " $ ( SolutionDir ) \ . . \ src \ core \ ext \ filters \ max_age \ max_age_filter . h " > <nl> + < Filter > src \ core \ ext \ filters \ max_age < / Filter > <nl> + < / ClInclude > <nl> < / ItemGroup > <nl> <nl> < ItemGroup > <nl> <nl> < Filter Include = " src \ core \ ext \ census \ gen " > <nl> < UniqueIdentifier > { dfe53168 - 57b0 - 3ac4 - d8ba - 07fd958cc8f5 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ client_channel " > <nl> - < UniqueIdentifier > { 2edd1aad - 34cf - 0c66 - e03e - b1b2dd81d9a8 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters " > <nl> + < UniqueIdentifier > { 5e37012e - a374 - e285 - bbda - b0dbe6327663 } < / UniqueIdentifier > <nl> + < / Filter > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel " > <nl> + < UniqueIdentifier > { bb0de45a - 745e - 8822 - 7ad5 - 453f9e060f8c } < / UniqueIdentifier > <nl> + < / Filter > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy " > <nl> + < UniqueIdentifier > { 2ac0872e - 12dc - 0b08 - 68e0 - 66829ce8c268 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy " > <nl> - < UniqueIdentifier > { a23781d2 - 27e4 - 7cb0 - 12cd - 59782ecb21ce } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb " > <nl> + < UniqueIdentifier > { 6cc603b0 - 7272 - 0a9f - 59c2 - 5561c1856a6a } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb " > <nl> - < UniqueIdentifier > { 25a465c8 - d1e8 - 6248 - c005 - bb2062206472 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto " > <nl> + < UniqueIdentifier > { 0d3bc4ed - 1eea - 8b17 - c26f - 7d87c3dd2220 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto " > <nl> - < UniqueIdentifier > { 40fc2615 - d244 - 0d36 - 4486 - ba6f0fa468bb } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc " > <nl> + < UniqueIdentifier > { 32d37957 - d122 - e649 - b9c1 - 3f13f6674479 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc " > <nl> - < UniqueIdentifier > { 1d129f24 - a399 - 12ef - 68de - 023aff7dde52 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb " > <nl> + < UniqueIdentifier > { 153a159f - 1ba7 - aea7 - ebed - 4f2d9e2e7bb9 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb " > <nl> - < UniqueIdentifier > { 21858d9d - 30b5 - 8847 - 5882 - 6b47df0fa293 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 " > <nl> + < UniqueIdentifier > { f8747b87 - 02f9 - df6c - 0eeb - 27ab1d037d0c } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ grpclb \ proto \ grpc \ lb \ v1 " > <nl> - < UniqueIdentifier > { e9256e96 - ea3d - c1fd - 6426 - 9d53d9f08f66 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ pick_first " > <nl> + < UniqueIdentifier > { 4df776ac - ebeb - 4933 - 554e - 749a0399ff51 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ pick_first " > <nl> - < UniqueIdentifier > { e27f9ecf - 97bb - 1a2e - 3135 - a41f732dcf55 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ lb_policy \ round_robin " > <nl> + < UniqueIdentifier > { 5244539b - 6cec - 80c7 - 61dc - df51e531bedd } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ lb_policy \ round_robin " > <nl> - < UniqueIdentifier > { e5fc1091 - 5d60 - 404f - 775b - 686ef4b3266f } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver " > <nl> + < UniqueIdentifier > { 663be499 - ce6c - 8afd - db98 - 674f26be1149 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ load_reporting " > <nl> - < UniqueIdentifier > { 2d6e3879 - 24c7 - 06e2 - b415 - 40ab18a3b918 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns " > <nl> + < UniqueIdentifier > { f6bf03da - fa0d - 0c24 - bba2 - 17dc5a3c8fe0 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver " > <nl> - < UniqueIdentifier > { 88c78e27 - 267a - 95df - 07c5 - 50e5fbc2f40c } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns \ c_ares " > <nl> + < UniqueIdentifier > { 54bc0ac2 - 39c8 - dbfd - c5dd - b9fb597dd820 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns " > <nl> - < UniqueIdentifier > { 2e0a9b4f - 6394 - 7c0e - 6e5a - 0f8b3ee29b41 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ dns \ native " > <nl> + < UniqueIdentifier > { 55f499bd - ae18 - 5210 - 81e1 - 385c85e60875 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns \ c_ares " > <nl> - < UniqueIdentifier > { 932d8afd - e042 - 46d0 - 30c5 - 1c45386165d9 } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ client_channel \ resolver \ sockaddr " > <nl> + < UniqueIdentifier > { 99210f5e - b2a0 - ecd1 - 024f - fc152db68a11 } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ dns \ native " > <nl> - < UniqueIdentifier > { 3d5398c8 - 928b - 9096 - 8eb7 - f8c40ee68c4d } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ load_reporting " > <nl> + < UniqueIdentifier > { 0aef07b4 - 39d2 - f862 - 15ac - 65b4bf00dabb } < / UniqueIdentifier > <nl> < / Filter > <nl> - < Filter Include = " src \ core \ ext \ resolver \ sockaddr " > <nl> - < UniqueIdentifier > { 71686ed0 - fbf9 - 02a4 - d65a - a73f7dc4e2be } < / UniqueIdentifier > <nl> + < Filter Include = " src \ core \ ext \ filters \ max_age " > <nl> + < UniqueIdentifier > { d3bc80c1 - 5f2d - e842 - 42ac - 43d8a6ada8de } < / UniqueIdentifier > <nl> < / Filter > <nl> < Filter Include = " src \ core \ ext \ transport " > <nl> < UniqueIdentifier > { 967c89fe - c97c - 27e2 - aac0 - 9ba5854cb5fa } < / UniqueIdentifier > <nl>
|
Merge github . com : grpc / grpc into truebin
|
grpc/grpc
|
ee787caf0eb143f00092756bafcdb0f82f5f1a55
|
2017-04-04T22:54:40Z
|
mmm a / docs / ErrorHandlingRationale . rst <nl> ppp b / docs / ErrorHandlingRationale . rst <nl> <nl> Error Handling Rationale and Proposal <nl> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * <nl> <nl> + . . contents : : <nl> + <nl> This paper surveys the error - handling world , analyzes various ideas <nl> which have been proposed or are in practice in other languages , and <nl> ultimately proposes an error - handling scheme for Swift together <nl> of the disadvantages and investigate ways to ameliorate them : <nl> <nl> - There are many situations where errors are not actually possible <nl> because the programmer has carefully restricted the input . For <nl> - example , matching : code : ` ` / [ 0 - 9 ] { 4 } / ` ` and then parsing the result <nl> + example , matching ` ` / [ 0 - 9 ] { 4 } / ` ` and then parsing the result <nl> as an integer . It needs to be convenient to do this in a context <nl> that cannot actually propagate errors , but the facility to do this <nl> needs to be carefully designed to discourage use for swallowing <nl> C + + has exceptions . Exceptions can have almost any type in the <nl> language . Propagation typing is tied only to declarations ; an <nl> indirect function pointer is generally assumed to be able to throw . <nl> Propagation typing used to allow functions to be specific about the <nl> - kinds of exceptions they could throw ( : code : ` ` throws <nl> + kinds of exceptions they could throw ( ` ` throws <nl> ( std : : exception ) ` ` ) , but this is deprecated in favor of just indicating <nl> - whether a function can throw ( : code : ` ` noexcept ( false ) ` ` ) . <nl> + whether a function can throw ( ` ` noexcept ( false ) ` ` ) . <nl> <nl> C + + aspires to making out - of - memory a recoverable condition , and so <nl> allocation can throw . Therefore , it is essentially compulsory for the <nl> generalized ` ` do ` ` statement : : <nl> } <nl> <nl> Swift should also provide some tools for doing manual propagation . We <nl> - should have a standard Rust - like : code : ` ` Result < T > ` ` enum in the <nl> + should have a standard Rust - like ` ` Result < T > ` ` enum in the <nl> library , as well as a rich set of tools , e . g . : <nl> <nl> - A function to evaluate an error - producing closure and capture the <nl> - result as a : code : ` ` Result < T > ` ` . <nl> + result as a ` ` Result < T > ` ` . <nl> <nl> - - A function to unpack a : code : ` ` Result < T > ` ` by either returning its <nl> + - A function to unpack a ` ` Result < T > ` ` by either returning its <nl> value or propagating the error in the current context . <nl> <nl> - - A futures library that traffics in : code : ` ` Result < T > ` ` when <nl> + - A futures library that traffics in ` ` Result < T > ` ` when <nl> applicable . <nl> <nl> - An overload of ` ` dispatch_sync ` ` which takes an error - producing <nl>
|
Add contents block and fix inline code directives
|
apple/swift
|
129aa470d5601be4e036af4339257164781ba006
|
2016-01-13T16:15:39Z
|
mmm a / src / interpreter - irregexp . cc <nl> ppp b / src / interpreter - irregexp . cc <nl> static bool RawMatch ( const byte * code_base , <nl> break ; <nl> } else { <nl> if ( BackRefMatchesNoCase ( from , current , len , subject ) ) { <nl> + current + = len ; <nl> pc + = BC_CHECK_NOT_BACK_REF_NO_CASE_LENGTH ; <nl> } else { <nl> pc = code_base + Load32 ( pc + 2 ) ; <nl>
|
Irregexp ( bytecodes ) don ' t forget to update current position
|
v8/v8
|
8bbd1be4240c4e034e6d550d4779966a62115eda
|
2008-12-08T09:43:34Z
|
mmm a / third_party / git / git_configure . bzl <nl> ppp b / third_party / git / git_configure . bzl <nl> def _get_python_bin ( repository_ctx ) : <nl> python_bin = repository_ctx . os . environ . get ( _PYTHON_BIN_PATH ) <nl> if python_bin ! = None : <nl> return python_bin <nl> + python_bin_path = repository_ctx . which ( " python3 " ) <nl> + if python_bin_path ! = None : <nl> + return str ( python_bin_path ) <nl> python_bin_path = repository_ctx . which ( " python " ) <nl> if python_bin_path ! = None : <nl> return str ( python_bin_path ) <nl>
|
Use python3 if available to run gen_git_source . py .
|
tensorflow/tensorflow
|
b82b8d7af363b58902e1aa3920b26c47f5b34aa4
|
2019-08-19T23:30:42Z
|
mmm a / lib / IRGen / IRGen . cpp <nl> ppp b / lib / IRGen / IRGen . cpp <nl> static std : : unique_ptr < llvm : : Module > performIRGeneration ( IRGenOptions & Opts , <nl> <nl> / / Create a target machine . <nl> llvm : : TargetMachine * TargetMachine <nl> - = Target - > createTargetMachine ( Opts . Triple , ClangOpts . CPU , <nl> - std : : move ( targetFeatures ) , <nl> + = Target - > createTargetMachine ( Opts . Triple , ClangOpts . CPU , targetFeatures , <nl> TargetOpts , Reloc : : PIC_ , <nl> CodeModel : : Default , OptLevel ) ; <nl> if ( ! TargetMachine ) { <nl>
|
Fix incorrect use of std : : move .
|
apple/swift
|
92623006d687ae3c813388a108862fe9264a5a54
|
2014-10-15T19:28:07Z
|
mmm a / benchmark / scripts / Benchmark_Driver <nl> ppp b / benchmark / scripts / Benchmark_Driver <nl> <nl> # See https : / / swift . org / CONTRIBUTORS . txt for the list of Swift project authors <nl> # <nl> # = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm = = = / / <nl> + " " " <nl> + Benchmark_Driver is a tool for running and analysing Swift Benchmarking Suite . <nl> + <nl> + Example : <nl> + $ Benchmark_Driver run <nl> + <nl> + Use ` Benchmark_Driver - h ` for help on available commands and options . <nl> + <nl> + class ` BenchmarkDriver ` runs performance tests and impements the ` run ` COMMAND . <nl> + class ` BenchmarkDoctor ` analyzes performance tests , implements ` check ` COMMAND . <nl> + <nl> + " " " <nl> <nl> import argparse <nl> import glob <nl> DRIVER_DIR = os . path . dirname ( os . path . realpath ( __file__ ) ) <nl> <nl> <nl> class BenchmarkDriver ( object ) : <nl> - " " " Executes tests from Swift Benchmark Suite . " " " <nl> + " " " Executes tests from Swift Benchmark Suite . <nl> + <nl> + It ' s a higher level wrapper for the Benchmark_X family of binaries <nl> + ( X = [ O , Onone , Osize ] ) . <nl> + " " " <nl> <nl> def __init__ ( self , args , tests = None , _subprocess = None , parser = None ) : <nl> - " " " Initialized with command line arguments . <nl> + " " " Initialize with command line arguments . <nl> <nl> - Optional parameters for injecting dependencies ; used for testing . <nl> + Optional parameters are for injecting dependencies - - used for testing . <nl> " " " <nl> self . args = args <nl> self . _subprocess = _subprocess or subprocess <nl> class BenchmarkDriver ( object ) : <nl> self . tests = tests or self . _get_tests ( ) <nl> self . parser = parser or LogParser ( ) <nl> self . results = { } <nl> + # Set a constant hash seed . Some tests are currently sensitive to <nl> + # fluctuations in the number of hash collisions . <nl> + os . environ [ ' SWIFT_DETERMINISTIC_HASHING ' ] = ' 1 ' <nl> <nl> def _invoke ( self , cmd ) : <nl> return self . _subprocess . check_output ( <nl> class BenchmarkDriver ( object ) : <nl> else ' O ' ) <nl> return os . path . join ( self . args . tests , " Benchmark_ " + suffix ) <nl> <nl> + def _git ( self , cmd ) : <nl> + " " " Execute the Git command in the ` swift - repo ` . " " " <nl> + return self . _invoke ( <nl> + ( ' git - C { 0 } ' . format ( self . args . swift_repo ) + cmd ) . split ( ) ) . strip ( ) <nl> + <nl> + @ property <nl> + def log_file ( self ) : <nl> + " " " Full path to log file . <nl> + <nl> + If ` swift - repo ` is set , log file is tied to Git branch and revision . <nl> + " " " <nl> + if not self . args . output_dir : <nl> + return None <nl> + log_dir = self . args . output_dir <nl> + harness_name = os . path . basename ( self . test_harness ) <nl> + suffix = ' - ' + time . strftime ( ' % Y % m % d % H % M % S ' , time . localtime ( ) ) <nl> + if self . args . swift_repo : <nl> + log_dir = os . path . join ( <nl> + log_dir , self . _git ( ' rev - parse - - abbrev - ref HEAD ' ) ) # branch <nl> + suffix + = ' - ' + self . _git ( ' rev - parse - - short HEAD ' ) # revision <nl> + return os . path . join ( log_dir , harness_name + suffix + ' . log ' ) <nl> + <nl> @ property <nl> def _cmd_list_benchmarks ( self ) : <nl> # Use tab delimiter for easier parsing to override the default comma . <nl> class BenchmarkDriver ( object ) : <nl> [ self . run ( test , measure_memory = True ) <nl> for _ in range ( self . args . iterations ) ] ) <nl> <nl> + def log_results ( self , output , log_file = None ) : <nl> + " " " Log output to ` log_file ` . <nl> + <nl> + Creates ` args . output_dir ` if it doesn ' t exist yet . <nl> + " " " <nl> + log_file = log_file or self . log_file <nl> + dir = os . path . dirname ( log_file ) <nl> + if not os . path . exists ( dir ) : <nl> + os . makedirs ( dir ) <nl> + print ( ' Logging results to : % s ' % log_file ) <nl> + with open ( log_file , ' w ' ) as f : <nl> + f . write ( output ) <nl> + <nl> + RESULT = ' { : > 3 } { : < 25 } { : > 7 } { : > 7 } { : > 7 } { : > 8 } { : > 6 } { : > 10 } { : > 10 } ' <nl> + <nl> + def run_and_log ( self , csv_console = True ) : <nl> + " " " Run benchmarks and continuously log results to the console . <nl> + <nl> + There are two console log formats : CSV and justified columns . Both are <nl> + compatible with ` LogParser ` . Depending on the ` csv_console ` parameter , <nl> + the CSV log format is either printed to console or returned as a string <nl> + from this method . When ` csv_console ` is False , the console output <nl> + format is justified columns . <nl> + " " " <nl> + <nl> + format = ( <nl> + ( lambda values : ' , ' . join ( values ) ) if csv_console else <nl> + ( lambda values : self . RESULT . format ( * values ) ) ) # justified columns <nl> + <nl> + def console_log ( values ) : <nl> + print ( format ( values ) ) <nl> + <nl> + console_log ( [ ' # ' , ' TEST ' , ' SAMPLES ' , ' MIN ( μs ) ' , ' MAX ( μs ) ' , # header <nl> + ' MEAN ( μs ) ' , ' SD ( μs ) ' , ' MEDIAN ( μs ) ' , ' MAX_RSS ( B ) ' ] ) <nl> + <nl> + def result_values ( r ) : <nl> + return map ( str , [ r . test_num , r . name , r . num_samples , r . min , r . max , <nl> + int ( r . mean ) , int ( r . sd ) , r . median , r . max_rss ] ) <nl> + <nl> + results = [ ] <nl> + for test in self . tests : <nl> + result = result_values ( self . run_independent_samples ( test ) ) <nl> + console_log ( result ) <nl> + results . append ( result ) <nl> + <nl> + print ( <nl> + ' \ nTotal performance tests executed : { 0 } ' . format ( len ( self . tests ) ) ) <nl> + return ( None if csv_console else <nl> + ( ' \ n ' . join ( [ ' , ' . join ( r ) for r in results ] ) + ' \ n ' ) ) # csv_log <nl> + <nl> + @ staticmethod <nl> + def run_benchmarks ( args ) : <nl> + " " " Run benchmarks and log results . " " " <nl> + driver = BenchmarkDriver ( args ) <nl> + csv_log = driver . run_and_log ( csv_console = ( args . output_dir is None ) ) <nl> + if csv_log : <nl> + driver . log_results ( csv_log ) <nl> + return 0 <nl> + <nl> <nl> class LoggingReportFormatter ( logging . Formatter ) : <nl> " " " Format logs as plain text or with colors on the terminal . <nl> class BenchmarkDoctor ( object ) : <nl> <nl> @ staticmethod <nl> def run_check ( args ) : <nl> + " " " Validate benchmarks conform to health rules , report violations . " " " <nl> doctor = BenchmarkDoctor ( args ) <nl> doctor . check ( ) <nl> # TODO non - zero error code when errors are logged <nl> class BenchmarkDoctor ( object ) : <nl> return 0 <nl> <nl> <nl> - def get_current_git_branch ( git_repo_path ) : <nl> - " " " Return the selected branch for the repo ` git_repo_path ` " " " <nl> - return subprocess . check_output ( <nl> - [ ' git ' , ' - C ' , git_repo_path , ' rev - parse ' , <nl> - ' - - abbrev - ref ' , ' HEAD ' ] , stderr = subprocess . STDOUT ) . strip ( ) <nl> - <nl> - <nl> - def get_git_head_ID ( git_repo_path ) : <nl> - " " " Return the short identifier for the HEAD commit of the repo <nl> - ` git_repo_path ` " " " <nl> - return subprocess . check_output ( <nl> - [ ' git ' , ' - C ' , git_repo_path , ' rev - parse ' , <nl> - ' - - short ' , ' HEAD ' ] , stderr = subprocess . STDOUT ) . strip ( ) <nl> - <nl> - <nl> - def log_results ( log_directory , driver , formatted_output , swift_repo = None ) : <nl> - " " " Log ` formatted_output ` to a branch specific directory in <nl> - ` log_directory ` <nl> - " " " <nl> - try : <nl> - branch = get_current_git_branch ( swift_repo ) <nl> - except ( OSError , subprocess . CalledProcessError ) : <nl> - branch = None <nl> - try : <nl> - head_ID = ' - ' + get_git_head_ID ( swift_repo ) <nl> - except ( OSError , subprocess . CalledProcessError ) : <nl> - head_ID = ' ' <nl> - timestamp = time . strftime ( " % Y % m % d % H % M % S " , time . localtime ( ) ) <nl> - if branch : <nl> - output_directory = os . path . join ( log_directory , branch ) <nl> - else : <nl> - output_directory = log_directory <nl> - driver_name = os . path . basename ( driver ) <nl> - try : <nl> - os . makedirs ( output_directory ) <nl> - except OSError : <nl> - pass <nl> - log_file = os . path . join ( output_directory , <nl> - driver_name + ' - ' + timestamp + head_ID + ' . log ' ) <nl> - print ( ' Logging results to : % s ' % log_file ) <nl> - with open ( log_file , ' w ' ) as f : <nl> - f . write ( formatted_output ) <nl> - <nl> - <nl> - def run_benchmarks ( driver , <nl> - log_directory = None , swift_repo = None ) : <nl> - " " " Run perf tests individually and return results in a format that ' s <nl> - compatible with ` LogParser ` . <nl> - " " " <nl> - # Set a constant hash seed . Some tests are currently sensitive to <nl> - # fluctuations in the number of hash collisions . <nl> - # <nl> - # FIXME : This should only be set in the environment of the child process <nl> - # that runs the tests . <nl> - os . environ [ " SWIFT_DETERMINISTIC_HASHING " ] = " 1 " <nl> - <nl> - output = [ ] <nl> - headings = [ ' # ' , ' TEST ' , ' SAMPLES ' , ' MIN ( μs ) ' , ' MAX ( μs ) ' , ' MEAN ( μs ) ' , <nl> - ' SD ( μs ) ' , ' MEDIAN ( μs ) ' , ' MAX_RSS ( B ) ' ] <nl> - line_format = ' { : > 3 } { : < 25 } { : > 7 } { : > 7 } { : > 7 } { : > 8 } { : > 6 } { : > 10 } { : > 10 } ' <nl> - if log_directory : <nl> - print ( line_format . format ( * headings ) ) <nl> - else : <nl> - print ( ' , ' . join ( headings ) ) <nl> - for test in driver . tests : <nl> - r = driver . run_independent_samples ( test ) <nl> - test_output = map ( str , [ <nl> - r . test_num , r . name , r . num_samples , r . min , r . max , int ( r . mean ) , <nl> - int ( r . sd ) , r . median , r . max_rss ] ) <nl> - if log_directory : <nl> - print ( line_format . format ( * test_output ) ) <nl> - else : <nl> - print ( ' , ' . join ( test_output ) ) <nl> - output . append ( test_output ) <nl> - if not output : <nl> - return <nl> - formatted_output = ' \ n ' . join ( [ ' , ' . join ( l ) for l in output ] ) <nl> - totals = [ ' Totals ' , str ( len ( driver . tests ) ) ] <nl> - totals_output = ' \ n \ n ' + ' , ' . join ( totals ) <nl> - if log_directory : <nl> - print ( line_format . format ( * ( [ ' ' ] + totals + ( [ ' ' ] * 6 ) ) ) ) <nl> - else : <nl> - print ( totals_output [ 1 : ] ) <nl> - formatted_output + = totals_output <nl> - if log_directory : <nl> - log_results ( log_directory , driver . test_harness , formatted_output , <nl> - swift_repo ) <nl> - return formatted_output <nl> - <nl> - <nl> - def run ( args ) : <nl> - run_benchmarks ( <nl> - BenchmarkDriver ( args ) , <nl> - log_directory = args . output_dir , <nl> - swift_repo = args . swift_repo ) <nl> - return 0 <nl> - <nl> - <nl> def format_name ( log_path ) : <nl> - " " " Return the filename and directory for a log file " " " <nl> + " " " Return the filename and directory for a log file . " " " <nl> return ' / ' . join ( log_path . split ( ' / ' ) [ - 2 : ] ) <nl> <nl> <nl> def compare_logs ( compare_script , new_log , old_log , log_dir , opt ) : <nl> - " " " Return diff of log files at paths ` new_log ` and ` old_log ` " " " <nl> + " " " Return diff of log files at paths ` new_log ` and ` old_log ` . " " " <nl> print ( ' Comparing % s % s . . . ' % ( format_name ( old_log ) , format_name ( new_log ) ) ) <nl> subprocess . call ( [ compare_script , ' - - old - file ' , old_log , <nl> ' - - new - file ' , new_log , ' - - format ' , ' markdown ' , <nl> def compare_logs ( compare_script , new_log , old_log , log_dir , opt ) : <nl> <nl> def compare ( args ) : <nl> log_dir = args . log_dir <nl> - swift_repo = args . swift_repo <nl> compare_script = args . compare_script <nl> baseline_branch = args . baseline_branch <nl> - current_branch = get_current_git_branch ( swift_repo ) <nl> + current_branch = \ <nl> + BenchmarkDriver ( args , tests = [ ' ' ] ) . _git ( ' rev - parse - - abbrev - ref HEAD ' ) <nl> current_branch_dir = os . path . join ( log_dir , current_branch ) <nl> baseline_branch_dir = os . path . join ( log_dir , baseline_branch ) <nl> <nl> def compare ( args ) : <nl> <nl> <nl> def positive_int ( value ) : <nl> + " " " Verify the value is a positive integer . " " " <nl> ivalue = int ( value ) <nl> if not ( ivalue > 0 ) : <nl> raise ValueError <nl> def parse_args ( args ) : <nl> run_parser . add_argument ( <nl> ' - - swift - repo ' , <nl> help = ' absolute path to the Swift source repository ' ) <nl> - run_parser . set_defaults ( func = run ) <nl> + run_parser . set_defaults ( func = BenchmarkDriver . run_benchmarks ) <nl> <nl> check_parser = subparsers . add_parser ( <nl> ' check ' , <nl> def parse_args ( args ) : <nl> <nl> <nl> def main ( ) : <nl> + " " " Parse command line arguments and execute the specified COMMAND . " " " <nl> args = parse_args ( sys . argv [ 1 : ] ) <nl> return args . func ( args ) <nl> <nl> mmm a / benchmark / scripts / compare_perf_tests . py <nl> ppp b / benchmark / scripts / compare_perf_tests . py <nl> <nl> # <nl> # = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm = = = / / <nl> " " " <nl> - This script is used for comparing performance test results . <nl> + This script compares performance test logs and issues a formatted report . <nl> + <nl> + Invoke ` $ compare_perf_tests . py - h ` for complete list of options . <nl> + <nl> + class ` Sample ` is single benchmark measurement . <nl> + class ` PerformanceTestSamples ` is collection of ` Sample ` s and their statistics . <nl> + class ` PerformanceTestResult ` is a summary of performance test execution . <nl> + class ` LogParser ` converts log files into ` PerformanceTestResult ` s . <nl> + class ` ResultComparison ` compares new and old ` PerformanceTestResult ` s . <nl> + class ` TestComparator ` analyzes changes betweeen the old and new test results . <nl> + class ` ReportFormatter ` creates the test comparison report in specified format . <nl> <nl> - It is structured into several classes that can be imported into other modules . <nl> " " " <nl> + <nl> from __future__ import print_function <nl> <nl> import argparse <nl> class PerformanceTestSamples ( object ) : <nl> " " " <nl> <nl> def __init__ ( self , name , samples = None ) : <nl> - " " " Initialized with benchmark name and optional list of Samples . " " " <nl> + " " " Initialize with benchmark name and optional list of Samples . " " " <nl> self . name = name # Name of the performance test <nl> self . samples = [ ] <nl> self . outliers = [ ] <nl> class PerformanceTestResult ( object ) : <nl> " " " <nl> <nl> def __init__ ( self , csv_row ) : <nl> - " " " Initialized from a row with 8 or 9 columns with benchmark summary . <nl> + " " " Initialize from a row with 8 or 9 columns with benchmark summary . <nl> <nl> The row is an iterable , such as a row provided by the CSV parser . <nl> " " " <nl> def _reset ( self ) : <nl> <nl> # Parse lines like this <nl> # # , TEST , SAMPLES , MIN ( μs ) , MAX ( μs ) , MEAN ( μs ) , SD ( μs ) , MEDIAN ( μs ) <nl> - results_re = re . compile ( r ' ( \ d + [ , \ t ] * \ w + [ , \ t ] * ' + <nl> + results_re = re . compile ( r ' ( [ ] * \ d + [ , \ t ] * \ w + [ , \ t ] * ' + <nl> r ' [ , \ t ] * ' . join ( [ r ' [ \ d . ] + ' ] * 6 ) + <nl> r ' [ , \ t ] * [ \ d . ] * ) ' ) # optional MAX_RSS ( B ) <nl> <nl> class TestComparator ( object ) : <nl> " " " <nl> <nl> def __init__ ( self , old_results , new_results , delta_threshold ) : <nl> - " " " Initialized with dictionaries of old and new benchmark results . <nl> + " " " Initialize with dictionaries of old and new benchmark results . <nl> <nl> Dictionary keys are benchmark names , values are <nl> ` PerformanceTestResult ` s . <nl> mmm a / benchmark / scripts / test_Benchmark_Driver . py <nl> ppp b / benchmark / scripts / test_Benchmark_Driver . py <nl> <nl> <nl> import logging <nl> import os <nl> + import time <nl> import unittest <nl> <nl> from imp import load_source <nl> def test_iterations ( self ) : <nl> " argument - i / - - iterations : invalid positive_int value : ' - 3 ' " ] , <nl> err . getvalue ( ) ) <nl> <nl> + def test_output_dir ( self ) : <nl> + self . assertIsNone ( parse_args ( [ ' run ' ] ) . output_dir ) <nl> + self . assertEquals ( <nl> + parse_args ( [ ' run ' , ' - - output - dir ' , ' / log ' ] ) . output_dir , ' / log ' ) <nl> + <nl> def test_check_supports_vebose_output ( self ) : <nl> self . assertFalse ( parse_args ( [ ' check ' ] ) . verbose ) <nl> self . assertTrue ( parse_args ( [ ' check ' , ' - v ' ] ) . verbose ) <nl> class SubprocessMock ( Mock ) : <nl> STDOUT = object ( ) <nl> <nl> def __init__ ( self , responses = None ) : <nl> - super ( SubprocessMock , self ) . __init__ ( ) <nl> + super ( SubprocessMock , self ) . __init__ ( responses ) <nl> <nl> def _check_output ( args , stdin = None , stdout = None , stderr = None , <nl> shell = False ) : <nl> def test_filters_benchmarks_by_pattern ( self ) : <nl> self . assertEquals ( driver . all_tests , <nl> [ ' Benchmark1 ' , ' Benchmark2 ' , ' Benchmark3 ' ] ) <nl> <nl> + def test_log_file ( self ) : <nl> + " " " When swift - repo is set , log is tied to Git branch and revision . " " " <nl> + self . assertIsNone ( BenchmarkDriver ( <nl> + Stub ( output_dir = None , tests = ' / bin / ' ) , tests = [ ' ignored ' ] ) . log_file ) <nl> + <nl> + now = time . strftime ( ' % Y % m % d % H % M % S ' , time . localtime ( ) ) <nl> + driver = BenchmarkDriver ( <nl> + Stub ( output_dir = ' / path ' , tests = ' / bin / ' , optimization = ' Suffix ' , <nl> + swift_repo = None , ) , tests = [ ' ignored ' ] ) <nl> + self . assertEquals ( driver . log_file , <nl> + ' / path / Benchmark_Suffix - ' + now + ' . log ' ) <nl> + <nl> + r = ' / repo / ' <nl> + subprocess_mock = SubprocessMock ( responses = [ <nl> + ( ' git - C { 0 } rev - parse - - abbrev - ref HEAD ' . format ( r ) . split ( ' ' ) , <nl> + ' branch \ n ' ) , <nl> + ( ' git - C { 0 } rev - parse - - short HEAD ' . format ( r ) . split ( ' ' ) , <nl> + ' short_hash \ n ' ) , <nl> + ] ) <nl> + driver = BenchmarkDriver ( <nl> + Stub ( output_dir = ' / log / ' , tests = ' ' , optimization = ' S ' , swift_repo = r ) , <nl> + tests = [ ' ignored ' ] , _subprocess = subprocess_mock ) <nl> + self . assertEquals ( driver . log_file , <nl> + ' / log / branch / Benchmark_S - ' + now + ' - short_hash . log ' ) <nl> + subprocess_mock . assert_called_all_expected ( ) <nl> + <nl> <nl> class LogParserStub ( object ) : <nl> results_from_string_called = False <nl> def test_run_benchmark_independent_samples ( self ) : <nl> ( ' / benchmarks / Benchmark_O ' , ' b1 ' , ' - - memory ' ) ) , 3 ) <nl> self . assertEquals ( r . num_samples , 3 ) # results are merged <nl> <nl> - def test_run_bechmarks ( self ) : <nl> + def test_run_and_log ( self ) : <nl> def mock_run ( test ) : <nl> self . assertEquals ( test , ' b1 ' ) <nl> return PerformanceTestResult ( <nl> ' 3 , b1 , 1 , 123 , 123 , 123 , 0 , 123 , 888 ' . split ( ' , ' ) ) <nl> - driver = Stub ( tests = [ ' b1 ' ] ) <nl> - driver . run_independent_samples = mock_run <nl> - run_benchmarks = Benchmark_Driver . run_benchmarks <nl> + driver = BenchmarkDriver ( tests = [ ' b1 ' ] , args = Stub ( output_dir = None ) ) <nl> + driver . run_independent_samples = mock_run # patching <nl> <nl> with captured_output ( ) as ( out , _ ) : <nl> - run_benchmarks ( driver ) <nl> - self . assertEquals ( ' \ n ' . join ( " " " <nl> - # , TEST , SAMPLES , MIN ( μs ) , MAX ( μs ) , MEAN ( μs ) , SD ( μs ) , MEDIAN ( μs ) , MAX_RSS ( B ) <nl> - 3 , b1 , 1 , 123 , 123 , 123 , 0 , 123 , 888 <nl> + log = driver . run_and_log ( ) <nl> <nl> - Totals , 1 <nl> + csv_log = ' 3 , b1 , 1 , 123 , 123 , 123 , 0 , 123 , 888 \ n ' <nl> + self . assertEquals ( log , None ) <nl> + self . assertEquals ( <nl> + out . getvalue ( ) , <nl> + ' # , TEST , SAMPLES , MIN ( μs ) , MAX ( μs ) , MEAN ( μs ) , SD ( μs ) , MEDIAN ( μs ) , ' + <nl> + ' MAX_RSS ( B ) \ n ' + <nl> + csv_log + <nl> + ' \ n ' + <nl> + ' Total performance tests executed : 1 \ n ' ) <nl> <nl> - " " " . splitlines ( ) [ 1 : ] ) , out . getvalue ( ) ) # removes 1st \ n from multiline string <nl> + with captured_output ( ) as ( out , _ ) : <nl> + log = driver . run_and_log ( csv_console = False ) <nl> + <nl> + self . assertEquals ( log , csv_log ) <nl> + self . assertEquals ( <nl> + out . getvalue ( ) , <nl> + ' # TEST SAMPLES MIN ( μs ) MAX ( μs ) ' + <nl> + ' MEAN ( μs ) SD ( μs ) MEDIAN ( μs ) MAX_RSS ( B ) \ n ' + <nl> + ' 3 b1 1 123 123 ' + <nl> + ' 123 0 123 888 \ n ' + <nl> + ' \ n ' + <nl> + ' Total performance tests executed : 1 \ n ' ) <nl> + <nl> + def test_log_results ( self ) : <nl> + " " " Create log directory if it doesn ' t exist and write the log file . " " " <nl> + def assert_log_written ( out , log_file , content ) : <nl> + self . assertEquals ( out . getvalue ( ) , <nl> + ' Logging results to : ' + log_file + ' \ n ' ) <nl> + with open ( log_file , ' rU ' ) as f : <nl> + text = f . read ( ) <nl> + self . assertEquals ( text , " formatted output " ) <nl> + <nl> + try : <nl> + import tempfile # setUp <nl> + temp_dir = tempfile . mkdtemp ( ) <nl> + log_dir = os . path . join ( temp_dir , ' sub - dir / ' ) <nl> + driver = BenchmarkDriver ( Stub ( ) , tests = [ ' ' ] ) <nl> + <nl> + self . assertFalse ( os . path . exists ( log_dir ) ) <nl> + content = " formatted output " <nl> + log_file = os . path . join ( log_dir , ' 1 . log ' ) <nl> + with captured_output ( ) as ( out , _ ) : <nl> + driver . log_results ( content , log_file = log_file ) <nl> + assert_log_written ( out , log_file , content ) <nl> + <nl> + self . assertTrue ( os . path . exists ( log_dir ) ) <nl> + log_file = os . path . join ( log_dir , ' 2 . log ' ) <nl> + with captured_output ( ) as ( out , _ ) : <nl> + driver . log_results ( content , log_file = log_file ) <nl> + assert_log_written ( out , log_file , content ) <nl> + <nl> + finally : <nl> + import shutil # tearDown <nl> + shutil . rmtree ( temp_dir ) <nl> + <nl> + def test_deterministing_hashing ( self ) : <nl> + cmd = [ ' printenv ' , ' SWIFT_DETERMINISTIC_HASHING ' ] <nl> + driver = BenchmarkDriver ( [ ' no args ' ] , tests = [ ' ignored ' ] ) <nl> + self . assertEquals ( driver . _invoke ( cmd ) . strip ( ) , ' 1 ' ) <nl> <nl> <nl> class BenchmarkDriverMock ( Mock ) : <nl> mmm a / benchmark / scripts / test_compare_perf_tests . py <nl> ppp b / benchmark / scripts / test_compare_perf_tests . py <nl> def test_parse_results_csv ( self ) : <nl> log = " " " # , TEST , SAMPLES , MIN ( us ) , MAX ( us ) , MEAN ( us ) , SD ( us ) , MEDIAN ( us ) <nl> 34 , BitCount , 20 , 3 , 4 , 4 , 0 , 4 <nl> <nl> - Totals , 269 <nl> + Total performance tests executed : 1 <nl> " " " <nl> parser = LogParser ( ) <nl> results = parser . parse_results ( log . splitlines ( ) ) <nl> def test_parse_results_tab_delimited ( self ) : <nl> def test_parse_results_formatted_text ( self ) : <nl> " " " Parse format that Benchmark_Driver prints to console " " " <nl> log = ( " " " <nl> - # TEST SAMPLES MIN ( μs ) MAX ( μs ) MEAN ( μs ) SD ( μs ) MEDIAN ( μs ) MAX_RSS ( B ) <nl> - 3 Array2D 20 2060 2188 2099 0 2099 20915200 <nl> - Totals 281 " " " ) <nl> + # TEST SAMPLES MIN ( μs ) MAX ( μs ) MEAN ( μs ) SD ( μs ) MEDIAN ( μs ) MAX_RSS ( B ) <nl> + 3 Array2D 20 2060 2188 2099 0 2099 20915200 <nl> + <nl> + Total performance tests executed : 1 <nl> + " " " ) <nl> parser = LogParser ( ) <nl> results = parser . parse_results ( log . splitlines ( ) [ 1 : ] ) # without 1st \ n <nl> self . assertTrue ( isinstance ( results [ 0 ] , PerformanceTestResult ) ) <nl> mmm a / benchmark / utils / DriverUtils . swift <nl> ppp b / benchmark / utils / DriverUtils . swift <nl> func runBenchmarks ( _ c : TestConfig ) { <nl> report ( index , test , results : runBench ( test , c ) ) <nl> } <nl> <nl> - print ( " " ) <nl> - print ( " Totals \ ( c . delim ) \ ( testCount ) " ) <nl> + print ( " \ nTotal performance tests executed : \ ( testCount ) " ) <nl> } <nl> <nl> public func main ( ) { <nl>
|
Merge pull request from palimondo / fluctuation - of - the - pupil
|
apple/swift
|
e66170211a7202095a02964b46c63f2cc8a3054d
|
2018-08-24T23:35:34Z
|
mmm a / modules / canbus / vehicle / transit / transit_controller . cc <nl> ppp b / modules / canbus / vehicle / transit / transit_controller . cc <nl> Chassis TransitController : : chassis ( ) { <nl> if ( chassis_detail . has_eps ( ) & & chassis_detail . eps ( ) . has_steering_angle ( ) ) { <nl> chassis_ . set_steering_percentage ( chassis_detail . eps ( ) . steering_angle ( ) * <nl> 100 . 0 / vehicle_params_ . max_steer_angle ( ) * <nl> - M_PI / 180 ) ; <nl> + M_PI / 180 . 0 ) ; <nl> } else { <nl> chassis_ . set_steering_percentage ( 0 ) ; <nl> } <nl> bool TransitController : : CheckResponse ( const int32_t flags , bool need_wait ) { <nl> < < " , is_vcu_online : " < < is_vcu_online <nl> < < " , is_esp_online : " < < is_esp_online ; <nl> return false ; <nl> - return false ; <nl> } <nl> <nl> void TransitController : : set_chassis_error_mask ( const int32_t mask ) { <nl>
|
Canbus : fix some typo
|
ApolloAuto/apollo
|
b83e6d2b5a9bc318d1431363c2010a3422170c18
|
2018-12-13T23:18:30Z
|
mmm a / tests / langinfo / output . txt <nl> ppp b / tests / langinfo / output . txt <nl> <nl> - CODESET : " ANSI_X3 . 4 - 1968 " <nl> - D_T_FMT : " % a % b % e % H : % M : % S % Y " <nl> + CODESET : " UTF - 8 " <nl> + D_T_FMT : " % a % b % e % T % Y " <nl> D_FMT : " % m / % d / % y " <nl> T_FMT : " % H : % M : % S " <nl> T_FMT_AMPM : " % I : % M : % S % p " <nl> <nl> ABMON_11 : " Nov " <nl> ABMON_12 : " Dec " <nl> ERA : " " <nl> - ERA_D_FMT : " " <nl> - ERA_D_T_FMT : " " <nl> - ERA_T_FMT : " " <nl> - ALT_DIGITS : " " <nl> + ERA_D_FMT : " % m / % d / % y " <nl> + ERA_D_T_FMT : " % a % b % e % T % Y " <nl> + ERA_T_FMT : " % H : % M : % S " <nl> + ALT_DIGITS : " 0123456789 " <nl> RADIXCHAR : " . " <nl> THOUSEP : " " <nl> YESEXPR : " ^ [ yY ] " <nl> NOEXPR : " ^ [ nN ] " <nl> - CRNCYSTR : " - " <nl> - ( bad value ) : " " <nl> + CRNCYSTR : " ( null ) " <nl> + ( bad value ) : " ( null ) " <nl>
|
update test_langinfo for musl output ( which seems overall ok or better , although it does return NULL for CRNCYSTR )
|
emscripten-core/emscripten
|
5446bb29367e31b684045f0ba434141e2080da26
|
2015-05-24T22:22:33Z
|
mmm a / cores / esp8266 / core_esp8266_wiring_digital . c <nl> ppp b / cores / esp8266 / core_esp8266_wiring_digital . c <nl> extern void __pinMode ( uint8_t pin , uint8_t mode ) { <nl> } <nl> <nl> extern void ICACHE_RAM_ATTR __digitalWrite ( uint8_t pin , uint8_t val ) { <nl> - if ( pin = = 16 ) { <nl> - if ( val = = LOW ) { <nl> - GP16O & = ~ 1 ; <nl> - } else { <nl> - GP16O | = 1 ; <nl> - } <nl> - } else if ( ( pin > = 0 ) & & ( pin < = 15 ) ) { <nl> - if ( val = = LOW ) { <nl> - GPOC = digitalPinToBitMask ( pin ) ; <nl> - } else { <nl> - GPOS = digitalPinToBitMask ( pin ) ; <nl> - } <nl> + if ( pin < 16 ) { <nl> + if ( val ) GPOS = ( 1 < < pin ) ; <nl> + else GPOC = ( 1 < < pin ) ; <nl> + } else if ( pin = = 16 ) { <nl> + if ( val ) GP16O | = 1 ; <nl> + else GP16O & = ~ 1 ; <nl> } <nl> } <nl> <nl>
|
Update core_esp8266_wiring_digital . c
|
esp8266/Arduino
|
8e699b426ba10fdc694bbc6706970e7b30f6b24c
|
2015-07-10T14:24:49Z
|
new file mode 100644 <nl> index 000000000000 . . 1f296edb84a6 <nl> mmm / dev / null <nl> ppp b / validation - test / compiler_crashers / 28284 - swift - cantype - isreferencetypeimpl . swift <nl> <nl> + / / This source file is part of the Swift . org open source project <nl> + / / Copyright ( c ) 2014 - 2016 Apple Inc . and the Swift project authors <nl> + / / Licensed under Apache License v2 . 0 with Runtime Library Exception <nl> + / / <nl> + / / See http : / / swift . org / LICENSE . txt for license information <nl> + / / See http : / / swift . org / CONTRIBUTORS . txt for the list of Swift project authors <nl> + <nl> + / / RUN : not - - crash % target - swift - frontend % s - parse <nl> + class A { } protocol A { typealias e : e : weak var f : e <nl>
|
[ swiftc ] Add test case for crash triggered in swift : : CanType : : isReferenceTypeImpl ( swift : : CanType , bool )
|
apple/swift
|
28515222052fc74b00f8ae1442ee6bfaf3d9db88
|
2016-03-30T21:24:37Z
|
mmm a / dbms / src / Common / ErrorCodes . cpp <nl> ppp b / dbms / src / Common / ErrorCodes . cpp <nl> namespace ErrorCodes <nl> extern const int EXPECTED_ALL_OR_ANY = 417 ; <nl> extern const int UNKNOWN_JOIN_STRICTNESS = 418 ; <nl> extern const int MULTIPLE_ASSIGNMENTS_TO_COLUMN = 419 ; <nl> + extern const int CANNOT_UPDATE_COLUMN = 420 ; <nl> <nl> extern const int KEEPER_EXCEPTION = 999 ; <nl> extern const int POCO_EXCEPTION = 1000 ; <nl> mmm a / dbms / src / Interpreters / ExpressionAnalyzer . cpp <nl> ppp b / dbms / src / Interpreters / ExpressionAnalyzer . cpp <nl> void ExpressionAnalyzer : : appendProjectResult ( ExpressionActionsChain & chain ) con <nl> } <nl> <nl> <nl> - void ExpressionAnalyzer : : appendExpression ( ExpressionActionsChain & chain , const ASTPtr & expr ) <nl> + void ExpressionAnalyzer : : appendExpression ( ExpressionActionsChain & chain , const ASTPtr & expr , bool only_types ) <nl> { <nl> initChain ( chain , source_columns ) ; <nl> ExpressionActionsChain : : Step & step = chain . steps . back ( ) ; <nl> - getRootActions ( expr , false , false , step . actions ) ; <nl> + getRootActions ( expr , only_types , false , step . actions ) ; <nl> step . required_output . push_back ( expr - > getColumnName ( ) ) ; <nl> } <nl> <nl> mmm a / dbms / src / Interpreters / ExpressionAnalyzer . h <nl> ppp b / dbms / src / Interpreters / ExpressionAnalyzer . h <nl> class ExpressionAnalyzer : private boost : : noncopyable <nl> / / / Deletes all columns except mentioned by SELECT , arranges the remaining columns and renames them to aliases . <nl> void appendProjectResult ( ExpressionActionsChain & chain ) const ; <nl> <nl> - void appendExpression ( ExpressionActionsChain & chain , const ASTPtr & expr ) ; <nl> + void appendExpression ( ExpressionActionsChain & chain , const ASTPtr & expr , bool only_types ) ; <nl> <nl> / / / If ` ast ` is not a SELECT query , just gets all the actions to evaluate the expression . <nl> / / / If project_result , only the calculated values in the desired order , renamed to aliases , remain in the output block . <nl> mmm a / dbms / src / Interpreters / InterpreterAlterQuery . cpp <nl> ppp b / dbms / src / Interpreters / InterpreterAlterQuery . cpp <nl> <nl> # include < Interpreters / InterpreterAlterQuery . h > <nl> # include < Interpreters / DDLWorker . h > <nl> + # include < Interpreters / MutationsInterpreter . h > <nl> # include < Parsers / ASTAlterQuery . h > <nl> # include < Common / typeid_cast . h > <nl> <nl> BlockIO InterpreterAlterQuery : : execute ( ) <nl> <nl> if ( ! mutation_commands . empty ( ) ) <nl> { <nl> - mutation_commands . validate ( * table , context ) ; <nl> + MutationsInterpreter ( table , mutation_commands , context ) . validate ( ) ; <nl> table - > mutate ( mutation_commands , context ) ; <nl> } <nl> <nl> mmm a / dbms / src / Interpreters / MutationsInterpreter . cpp <nl> ppp b / dbms / src / Interpreters / MutationsInterpreter . cpp <nl> <nl> # include < DataStreams / ExpressionBlockInputStream . h > <nl> # include < DataStreams / CreatingSetsBlockInputStream . h > <nl> # include < DataStreams / MaterializingBlockInputStream . h > <nl> + # include < DataStreams / NullBlockInputStream . h > <nl> # include < Parsers / ASTIdentifier . h > <nl> # include < Parsers / ASTFunction . h > <nl> # include < Parsers / ASTLiteral . h > <nl> namespace DB <nl> namespace ErrorCodes <nl> { <nl> extern const int UNKNOWN_MUTATION_COMMAND ; <nl> + extern const int NO_SUCH_COLUMN_IN_TABLE ; <nl> + extern const int CANNOT_UPDATE_COLUMN ; <nl> } <nl> <nl> bool MutationsInterpreter : : isStorageTouchedByMutations ( ) const <nl> bool MutationsInterpreter : : isStorageTouchedByMutations ( ) const <nl> return count ! = 0 ; <nl> } <nl> <nl> - void MutationsInterpreter : : prepare ( ) <nl> + <nl> + static void validateUpdateColumns ( const StoragePtr & storage , const std : : vector < MutationCommand > & commands ) <nl> + { <nl> + for ( const MutationCommand & command : commands ) <nl> + { <nl> + if ( command . type ! = MutationCommand : : UPDATE ) <nl> + continue ; <nl> + <nl> + for ( const auto & kv : command . column_to_update_expression ) <nl> + { <nl> + const String & column_name = kv . first ; <nl> + <nl> + auto found = false ; <nl> + for ( const auto & col : storage - > getColumns ( ) . ordinary ) <nl> + { <nl> + if ( col . name = = column_name ) <nl> + { <nl> + found = true ; <nl> + break ; <nl> + } <nl> + } <nl> + <nl> + if ( ! found ) <nl> + { <nl> + for ( const auto & col : storage - > getColumns ( ) . materialized ) <nl> + { <nl> + if ( col . name = = column_name ) <nl> + throw Exception ( " Cannot UPDATE materialized column " + column_name , ErrorCodes : : CANNOT_UPDATE_COLUMN ) ; <nl> + } <nl> + <nl> + throw Exception ( " There is no column " + column_name + " in table " , ErrorCodes : : NO_SUCH_COLUMN_IN_TABLE ) ; <nl> + } <nl> + } <nl> + } <nl> + } <nl> + <nl> + <nl> + void MutationsInterpreter : : prepare ( bool dry_run ) <nl> { <nl> if ( is_prepared ) <nl> - return ; <nl> + throw Exception ( " MutationsInterpreter is already prepared . It is a bug . " , ErrorCodes : : LOGICAL_ERROR ) ; <nl> <nl> if ( commands . empty ( ) ) <nl> throw Exception ( " Empty mutation commands list " , ErrorCodes : : LOGICAL_ERROR ) ; <nl> <nl> + validateUpdateColumns ( storage , commands ) ; <nl> + <nl> NamesAndTypesList all_columns = storage - > getColumns ( ) . getAllPhysical ( ) ; <nl> <nl> / / / First , break a sequence of commands into stages . <nl> void MutationsInterpreter : : prepare ( ) <nl> { <nl> if ( ! actions_chain . steps . empty ( ) ) <nl> actions_chain . addStep ( ) ; <nl> - stage . analyzer - > appendExpression ( actions_chain , ast ) ; <nl> + stage . analyzer - > appendExpression ( actions_chain , ast , dry_run ) ; <nl> stage . delete_filter_column_names . push_back ( ast - > getColumnName ( ) ) ; <nl> } <nl> <nl> void MutationsInterpreter : : prepare ( ) <nl> actions_chain . addStep ( ) ; <nl> <nl> for ( const auto & kv : column_to_updated ) <nl> - stage . analyzer - > appendExpression ( actions_chain , kv . second ) ; <nl> + stage . analyzer - > appendExpression ( actions_chain , kv . second , dry_run ) ; <nl> <nl> for ( const auto & kv : column_to_updated ) <nl> { <nl> void MutationsInterpreter : : prepare ( ) <nl> select - > children . push_back ( where_expression ) ; <nl> } <nl> <nl> - interpreter_select = std : : make_unique < InterpreterSelectQuery > ( select , context , storage ) ; <nl> + interpreter_select = std : : make_unique < InterpreterSelectQuery > ( select , context , storage , QueryProcessingStage : : Complete , dry_run ) ; <nl> <nl> is_prepared = true ; <nl> } <nl> <nl> - BlockInputStreamPtr MutationsInterpreter : : execute ( ) <nl> + BlockInputStreamPtr MutationsInterpreter : : addStreamsForLaterStages ( BlockInputStreamPtr in ) const <nl> { <nl> - prepare ( ) ; <nl> - <nl> - BlockInputStreamPtr in = interpreter_select - > execute ( ) . in ; <nl> for ( size_t i_stage = 1 ; i_stage < stages . size ( ) ; + + i_stage ) <nl> { <nl> const Stage & stage = stages [ i_stage ] ; <nl> BlockInputStreamPtr MutationsInterpreter : : execute ( ) <nl> return in ; <nl> } <nl> <nl> + void MutationsInterpreter : : validate ( ) <nl> + { <nl> + prepare ( / * dry_run = * / true ) ; <nl> + Block first_stage_header = interpreter_select - > getSampleBlock ( ) ; <nl> + BlockInputStreamPtr in = std : : make_shared < NullBlockInputStream > ( first_stage_header ) ; <nl> + addStreamsForLaterStages ( in ) - > getHeader ( ) ; <nl> + } <nl> + <nl> + BlockInputStreamPtr MutationsInterpreter : : execute ( ) <nl> + { <nl> + prepare ( / * dry_run = * / false ) ; <nl> + BlockInputStreamPtr in = interpreter_select - > execute ( ) . in ; <nl> + return addStreamsForLaterStages ( in ) ; <nl> + } <nl> + <nl> } <nl> mmm a / dbms / src / Interpreters / MutationsInterpreter . h <nl> ppp b / dbms / src / Interpreters / MutationsInterpreter . h <nl> class MutationsInterpreter <nl> { <nl> } <nl> <nl> + void validate ( ) ; <nl> + <nl> / / / Return false if the data isn ' t going to be changed by mutations . <nl> bool isStorageTouchedByMutations ( ) const ; <nl> <nl> class MutationsInterpreter <nl> BlockInputStreamPtr execute ( ) ; <nl> <nl> private : <nl> - void prepare ( ) ; <nl> + void prepare ( bool dry_run ) ; <nl> + <nl> + BlockInputStreamPtr addStreamsForLaterStages ( BlockInputStreamPtr in ) const ; <nl> <nl> private : <nl> StoragePtr storage ; <nl> mmm a / dbms / src / Storages / MutationCommands . cpp <nl> ppp b / dbms / src / Storages / MutationCommands . cpp <nl> <nl> # include < Storages / MutationCommands . h > <nl> - # include < Storages / IStorage . h > <nl> - # include < Interpreters / ExpressionAnalyzer . h > <nl> - # include < Columns / FilterDescription . h > <nl> # include < IO / Operators . h > <nl> # include < Parsers / formatAST . h > <nl> # include < Parsers / ExpressionListParsers . h > <nl> namespace ErrorCodes <nl> { <nl> extern const int UNKNOWN_MUTATION_COMMAND ; <nl> extern const int MULTIPLE_ASSIGNMENTS_TO_COLUMN ; <nl> - extern const int NO_SUCH_COLUMN_IN_TABLE ; <nl> } <nl> <nl> std : : optional < MutationCommand > MutationCommand : : parse ( ASTAlterCommand * command ) <nl> std : : shared_ptr < ASTAlterCommandList > MutationCommands : : ast ( ) const <nl> return res ; <nl> } <nl> <nl> - void MutationCommands : : validate ( const IStorage & table , const Context & context ) const <nl> - { <nl> - auto all_columns = table . getColumns ( ) . getAll ( ) ; <nl> - <nl> - auto validate_predicate = [ & ] ( const ASTPtr & predicate ) <nl> - { <nl> - auto actions = ExpressionAnalyzer ( predicate , context , { } , all_columns ) . getActions ( true ) ; <nl> - <nl> - / / / Try executing the resulting actions on the table sample block to detect malformed queries . <nl> - auto table_sample_block = table . getSampleBlock ( ) ; <nl> - actions - > execute ( table_sample_block ) ; <nl> - <nl> - const ColumnWithTypeAndName & predicate_column = actions - > getSampleBlock ( ) . getByName ( <nl> - predicate - > getColumnName ( ) ) ; <nl> - checkColumnCanBeUsedAsFilter ( predicate_column ) ; <nl> - } ; <nl> - <nl> - for ( const MutationCommand & command : * this ) <nl> - { <nl> - switch ( command . type ) <nl> - { <nl> - case MutationCommand : : DELETE : <nl> - { <nl> - validate_predicate ( command . predicate ) ; <nl> - break ; <nl> - } <nl> - case MutationCommand : : UPDATE : <nl> - { <nl> - / / / TODO : better and more thorough validation . <nl> - validate_predicate ( command . predicate ) ; <nl> - <nl> - for ( const auto & pair : command . column_to_update_expression ) <nl> - { <nl> - const String & column_name = pair . first ; <nl> - <nl> - auto found = false ; <nl> - for ( const auto & col : table . getColumns ( ) . ordinary ) <nl> - { <nl> - if ( col . name = = column_name ) <nl> - { <nl> - found = true ; <nl> - break ; <nl> - } <nl> - } <nl> - <nl> - / / / TODO : separate error message for the case when the query tries to update a <nl> - / / / MATERIALIZED column . <nl> - if ( ! found ) <nl> - throw Exception ( " There is no updateable column " + column_name + " in table . " , ErrorCodes : : NO_SUCH_COLUMN_IN_TABLE ) ; <nl> - } <nl> - <nl> - break ; <nl> - } <nl> - default : <nl> - throw Exception ( " Bad mutation type : " + toString < int > ( command . type ) , ErrorCodes : : LOGICAL_ERROR ) ; <nl> - } <nl> - } <nl> - } <nl> - <nl> void MutationCommands : : writeText ( WriteBuffer & out ) const <nl> { <nl> std : : stringstream commands_ss ; <nl> mmm a / dbms / src / Storages / MutationCommands . h <nl> ppp b / dbms / src / Storages / MutationCommands . h <nl> class MutationCommands : public std : : vector < MutationCommand > <nl> public : <nl> std : : shared_ptr < ASTAlterCommandList > ast ( ) const ; <nl> <nl> - void validate ( const IStorage & table , const Context & context ) const ; <nl> - <nl> void writeText ( WriteBuffer & out ) const ; <nl> void readText ( ReadBuffer & in ) ; <nl> } ; <nl>
|
move validation to MutationsInterpreter [ # CLICKHOUSE - 13 ]
|
ClickHouse/ClickHouse
|
b6a5bbc4e9a6c457c8ce8a82923ed13503aa244a
|
2018-09-04T14:33:48Z
|
mmm a / html / admin / js / views / queryView . js <nl> ppp b / html / admin / js / views / queryView . js <nl> var queryView = Backbone . View . extend ( { <nl> <nl> inputEditor . getSession ( ) . setMode ( " ace / mode / aql " ) ; <nl> outputEditor . getSession ( ) . setMode ( " ace / mode / json " ) ; <nl> - inputEditor . setTheme ( " ace / theme / merbivore_soft " ) ; <nl> outputEditor . setValue ( ' ' ) ; <nl> <nl> $ ( ' # queryOutput ' ) . resizable ( { <nl> var queryView = Backbone . View . extend ( { <nl> inputEditor . resize ( ) ; <nl> outputEditor . resize ( ) ; <nl> <nl> + inputEditor . setTheme ( " ace / theme / merbivore_soft " ) ; <nl> + <nl> this . renderSelectboxes ( ) ; <nl> $ ( ' # queryDiv ' ) . show ( ) ; <nl> <nl> mmm a / html / admin / src / theme - merbivore_soft . js <nl> ppp b / html / admin / src / theme - merbivore_soft . js <nl> border - color : # E6E1DC \ <nl> . ace - merbivore - soft . ace_comment , \ <nl> . ace - merbivore - soft . ace_meta { \ <nl> font - style : italic ; \ <nl> - color : # AC4BB8 \ <nl> + color : # 8AA051 \ <nl> } \ <nl> . ace - merbivore - soft . ace_entity . ace_other . ace_attribute - name { \ <nl> color : # EAF1A3 \ <nl>
|
ace theme
|
arangodb/arangodb
|
5f064a4f8a39f44f42f28377d417177f14bf9ccd
|
2013-07-25T12:49:58Z
|
mmm a / src / compiler / analysis / class_scope . cpp <nl> ppp b / src / compiler / analysis / class_scope . cpp <nl> ClassScope : : ClassScope ( KindOf kindOf , const std : : string & name , <nl> : BlockScope ( name , docComment , stmt , BlockScope : : ClassScope ) , m_file ( file ) , <nl> m_kindOf ( kindOf ) , m_parent ( parent ) , m_bases ( bases ) , m_attribute ( 0 ) , <nl> m_redeclaring ( - 1 ) , m_volatile ( false ) , m_needStaticInitializer ( false ) , <nl> - m_derivesFromRedeclaring ( FromNormal ) , m_sep ( false ) { <nl> + m_derivesFromRedeclaring ( FromNormal ) , m_derivedByDynamic ( false ) , <nl> + m_sep ( false ) { <nl> <nl> m_dynamic = Option : : IsDynamicClass ( m_name ) ; <nl> <nl> ClassScope : : ClassScope ( AnalysisResultPtr ar , <nl> m_kindOf ( KindOfObjectClass ) , m_parent ( parent ) , m_bases ( bases ) , <nl> m_attribute ( 0 ) , m_dynamic ( false ) , m_redeclaring ( - 1 ) , m_volatile ( false ) , <nl> m_needStaticInitializer ( false ) , <nl> - m_derivesFromRedeclaring ( FromNormal ) , m_sep ( false ) { <nl> + m_derivesFromRedeclaring ( FromNormal ) , m_derivedByDynamic ( false ) , <nl> + m_sep ( false ) { <nl> BOOST_FOREACH ( FunctionScopePtr f , methods ) { <nl> if ( f - > getName ( ) = = " __construct " ) setAttribute ( HasConstructor ) ; <nl> else if ( f - > getName ( ) = = " __destruct " ) setAttribute ( HasDestructor ) ; <nl> void ClassScope : : collectMethods ( AnalysisResultPtr ar , <nl> } <nl> ClassScopePtr super = ar - > findClass ( base ) ; <nl> if ( super ) { <nl> + if ( derivedByDynamic ( ) ) { <nl> + super - > m_derivedByDynamic = true ; <nl> + } <nl> if ( super - > isRedeclaring ( ) ) { <nl> if ( base = = m_parent ) { <nl> if ( forInvoke ) continue ; <nl> const ClassScopePtrVec & classes = ar - > findRedeclaredClasses ( m_parent ) ; <nl> StringToFunctionScopePtrMap pristine ( funcs ) ; <nl> BOOST_FOREACH ( ClassScopePtr cls , classes ) { <nl> + cls - > m_derivedByDynamic = true ; <nl> StringToFunctionScopePtrMap cur ( pristine ) ; <nl> cls - > collectMethods ( ar , cur , false , forInvoke ) ; <nl> funcs . insert ( cur . begin ( ) , cur . end ( ) ) ; <nl> void ClassScope : : outputCPPSupportMethodsImpl ( CodeGenerator & cg , <nl> cg_indentEnd ( " } \ n " ) ; <nl> } <nl> <nl> - if ( isRedeclaring ( ) & & ! derivesFromRedeclaring ( ) ) { <nl> + if ( isRedeclaring ( ) & & ! derivesFromRedeclaring ( ) & & derivedByDynamic ( ) ) { <nl> cg_indentBegin ( " Variant % s % s : : doRootCall ( Variant v_name , Variant " <nl> " v_arguments , bool fatal ) { \ n " , <nl> Option : : ClassPrefix , clsName ) ; <nl> mmm a / src / compiler / analysis / class_scope . h <nl> ppp b / src / compiler / analysis / class_scope . h <nl> class ClassScope : public BlockScope , public FunctionContainer , <nl> return m_derivesFromRedeclaring ; <nl> } <nl> <nl> + bool derivedByDynamic ( ) const { <nl> + return m_derivedByDynamic ; <nl> + } <nl> + <nl> / * Whether this class is brought in by a separable extension * / <nl> void setSepExtension ( ) { m_sep = true ; } <nl> bool isSepExtension ( ) const { return m_sep ; } <nl> class ClassScope : public BlockScope , public FunctionContainer , <nl> bool m_volatile ; / / for class_exists <nl> bool m_needStaticInitializer ; / / for os_static_initializer <nl> Derivation m_derivesFromRedeclaring ; <nl> + bool m_derivedByDynamic ; <nl> std : : set < std : : string > m_missingMethods ; <nl> bool m_sep ; <nl> <nl> mmm a / src / compiler / statement / class_statement . cpp <nl> ppp b / src / compiler / statement / class_statement . cpp <nl> void ClassStatement : : outputCPPImpl ( CodeGenerator & cg , AnalysisResultPtr ar ) { <nl> ClassScope : : HasUnknownPropSetter ) ; <nl> <nl> if ( dyn | | idyn | | redec | | hasGet | | hasSet ) { <nl> - if ( redec ) { <nl> + if ( redec & & classScope - > derivedByDynamic ( ) ) { <nl> cg_printf ( " DECLARE_ROOT ; \ n " ) ; <nl> if ( ! dyn & & ! idyn ) { <nl> cg_printf ( " private : ObjectData * root ; \ n " ) ; <nl> void ClassStatement : : outputCPPImpl ( CodeGenerator & cg , AnalysisResultPtr ar ) { <nl> } <nl> <nl> string conInit = " " ; <nl> + bool hasParam = false ; <nl> if ( dyn ) { <nl> - conInit = " : DynamicObjectData ( \ " " + m_parent + " \ " , r ) " ; <nl> + conInit = " : DynamicObjectData ( \ " " + m_parent + " \ " , r ) " ; <nl> + hasParam = true ; <nl> } else if ( idyn ) { <nl> - conInit = " : " + string ( Option : : ClassPrefix ) + parCls - > getId ( cg ) + <nl> - " ( r ? r : this ) " ; <nl> - } else if ( redec ) { <nl> - conInit = " : root ( r ? r : this ) " ; <nl> + conInit = " : " + string ( Option : : ClassPrefix ) + parCls - > getId ( cg ) + <nl> + " ( r ? r : this ) " ; <nl> + hasParam = true ; <nl> + } else { <nl> + if ( redec & & classScope - > derivedByDynamic ( ) ) { <nl> + conInit = " : root ( r ? r : this ) " ; <nl> + } <nl> + hasParam = true ; <nl> } <nl> <nl> cg_indentBegin ( " % s % s ( % s ) % s { % s " , <nl> Option : : ClassPrefix , clsName , <nl> - conInit . empty ( ) ? " " : " ObjectData * r = NULL " , <nl> + hasParam ? " ObjectData * r = NULL " : " " , <nl> conInit . c_str ( ) , <nl> hasGet | | hasSet ? " \ n " : " " ) ; <nl> if ( hasGet ) cg_printf ( " setAttribute ( UseGet ) ; \ n " ) ; <nl> void ClassStatement : : outputCPPImpl ( CodeGenerator & cg , AnalysisResultPtr ar ) { <nl> } <nl> <nl> if ( classScope - > isRedeclaring ( ) & & <nl> - ! classScope - > derivesFromRedeclaring ( ) ) { <nl> + ! classScope - > derivesFromRedeclaring ( ) & & <nl> + classScope - > derivedByDynamic ( ) ) { <nl> cg_printf ( " Variant doRootCall ( Variant v_name , Variant v_arguments , " <nl> " bool fatal ) ; \ n " ) ; <nl> } <nl> mmm a / src / compiler / statement / method_statement . cpp <nl> ppp b / src / compiler / statement / method_statement . cpp <nl> void MethodStatement : : outputCPPImpl ( CodeGenerator & cg , AnalysisResultPtr ar ) { <nl> if ( m_modifiers - > isStatic ( ) ) { <nl> cg_printf ( " STATIC_METHOD_INJECTION % s ( % s , % s ) ; \ n " , sys , <nl> scope - > getOriginalName ( ) . c_str ( ) , origFuncName . c_str ( ) ) ; <nl> + } else if ( cg . getOutput ( ) ! = CodeGenerator : : SystemCPP & & <nl> + ! scope - > isRedeclaring ( ) & & ! scope - > derivedByDynamic ( ) ) { <nl> + cg_printf ( " INSTANCE_METHOD_INJECTION_ROOTLESS ( % s , % s ) ; \ n " , <nl> + scope - > getOriginalName ( ) . c_str ( ) , origFuncName . c_str ( ) ) ; <nl> } else { <nl> cg_printf ( " INSTANCE_METHOD_INJECTION % s ( % s , % s ) ; \ n " , sys , <nl> scope - > getOriginalName ( ) . c_str ( ) , origFuncName . c_str ( ) ) ; <nl> } <nl> } <nl> - outputCPPArgInjections ( cg , ar , origFuncName . c_str ( ) , ar - > getClassScope ( ) , <nl> - funcScope ) ; <nl> + outputCPPArgInjections ( cg , ar , origFuncName . c_str ( ) , scope , funcScope ) ; <nl> if ( m_name = = " __offsetget_lval " ) { <nl> ParameterExpressionPtr param = <nl> dynamic_pointer_cast < ParameterExpression > ( ( * m_params ) [ 0 ] ) ; <nl> mmm a / src / runtime / base / frame_injection . h <nl> ppp b / src / runtime / base / frame_injection . h <nl> class FrameInjection { <nl> static FrameInjection * GetStackFrame ( int level ) ; <nl> <nl> public : <nl> + / / NOTE : obj has to be the root object <nl> FrameInjection ( ThreadInfo * info , CStrRef cls , const char * name , <nl> ObjectData * obj = NULL , int fs = 0 ) <nl> : m_info ( info ) , m_class ( cls ) , m_name ( name ) , <nl> - m_object ( obj ? obj - > getRoot ( ) : NULL ) , <nl> - m_line ( 0 ) , m_flags ( fs ) { <nl> + m_object ( obj ) , m_line ( 0 ) , m_flags ( fs ) { <nl> ASSERT ( m_class . get ( ) ) ; <nl> ASSERT ( m_name ) ; <nl> m_prev = m_info - > m_top ; <nl> mmm a / src / runtime / base / macros . h <nl> ppp b / src / runtime / base / macros . h <nl> do { \ <nl> / / Stack frame injection is also for correctness , and cannot be disabled . <nl> # define FRAME_INJECTION ( c , n ) FrameInjection fi ( info , c , # n ) ; <nl> # define FRAME_INJECTION_FLAGS ( c , n , f ) FrameInjection fi ( info , c , # n , NULL , f ) ; <nl> - # define FRAME_INJECTION_WITH_THIS ( c , n ) FrameInjection fi ( info , c , # n , this ) ; <nl> + / / For classes that might have redeclaring subclasses <nl> + # define FRAME_INJECTION_WITH_THIS ( c , n ) \ <nl> + FrameInjection fi ( info , c , # n , this - > getRoot ( ) ) ; <nl> + / / For classes that do not have redeclaring subclasses <nl> + # define FRAME_INJECTION_WITH_ONLY_THIS ( c , n ) \ <nl> + FrameInjection fi ( info , c , # n , this ) ; <nl> <nl> # ifdef ENABLE_FULL_SETLINE <nl> # define LINE ( n , e ) ( set_line ( n ) , e ) <nl> do { \ <nl> FRAME_INJECTION_WITH_THIS ( s_class_name , n ) \ <nl> DECLARE_GLOBAL_VARIABLES_INJECTION ( g ) \ <nl> <nl> + # define INSTANCE_METHOD_INJECTION_ROOTLESS ( c , n ) \ <nl> + DECLARE_THREAD_INFO \ <nl> + RECURSION_INJECTION \ <nl> + REQUEST_TIMEOUT_INJECTION \ <nl> + HOTPROFILER_INJECTION ( n ) \ <nl> + FRAME_INJECTION_WITH_ONLY_THIS ( s_class_name , n ) \ <nl> + DECLARE_GLOBAL_VARIABLES_INJECTION ( g ) \ <nl> + <nl> # define PSEUDOMAIN_INJECTION ( n , esc ) \ <nl> GlobalVariables * g = ( GlobalVariables * ) globals ; \ <nl> CHECK_ONCE ( esc ) \ <nl> mmm a / src / runtime / eval / runtime / eval_frame_injection . h <nl> ppp b / src / runtime / eval / runtime / eval_frame_injection . h <nl> class EvalFrameInjection : public FrameInjection { <nl> EvalFrameInjection ( CStrRef cls , const char * name , <nl> VariableEnvironment & env , const char * file , <nl> ObjectData * obj = NULL , int fs = 0 ) <nl> - : FrameInjection ( ThreadInfo : : s_threadInfo . get ( ) , cls , name , obj , fs ) , <nl> + : FrameInjection ( ThreadInfo : : s_threadInfo . get ( ) , cls , name , <nl> + obj ? obj - > getRoot ( ) : NULL , fs ) , <nl> m_env ( env ) , m_file ( file ) { } <nl> <nl> virtual String getFileName ( ) ; <nl>
|
[ Perf ] Remove getRoot ( ) for FrameInjection , when it is possible
|
facebook/hhvm
|
9c60fd82b539080421eec356f8c1a68208bb63e4
|
2010-10-13T00:53:41Z
|
mmm a / tensorflow / contrib / distributions / BUILD <nl> ppp b / tensorflow / contrib / distributions / BUILD <nl> cuda_py_test ( <nl> " / / tensorflow / python : random_ops " , <nl> " / / tensorflow / python : variables " , <nl> ] , <nl> + shard_count = 4 , <nl> ) <nl> <nl> cuda_py_test ( <nl>
|
Increase shard count of tensorflow / contrib / distributions : mixture_test to avoid flaky timeouts in asan mode
|
tensorflow/tensorflow
|
d3f3fb5b5f2db18f890838b29cac94ba88335f0a
|
2018-05-08T22:51:09Z
|
mmm a / third_party / cgltf / cgltf . h <nl> ppp b / third_party / cgltf / cgltf . h <nl> typedef struct cgltf_data <nl> cgltf_animation * animations ; <nl> cgltf_size animations_count ; <nl> <nl> + char * * extensions_used ; <nl> + cgltf_size extensions_used_count ; <nl> + <nl> + char * * extensions_required ; <nl> + cgltf_size extensions_required_count ; <nl> + <nl> const void * bin ; <nl> cgltf_size bin_size ; <nl> <nl> static int cgltf_parse_json_array ( cgltf_options * options , jsmntok_t const * token <nl> return i + 1 ; <nl> } <nl> <nl> + static int cgltf_parse_json_string_array ( cgltf_options * options , jsmntok_t const * tokens , int i , const uint8_t * json_chunk , char * * * out_array , cgltf_size * out_size ) <nl> + { <nl> + CGLTF_CHECK_TOKTYPE ( tokens [ i ] , JSMN_ARRAY ) ; <nl> + i = cgltf_parse_json_array ( options , tokens , i , json_chunk , sizeof ( char * ) , ( void * * ) out_array , out_size ) ; <nl> + <nl> + for ( cgltf_size j = 0 ; j < * out_size ; + + j ) <nl> + { <nl> + i = cgltf_parse_json_string ( options , tokens , i , json_chunk , j + ( * out_array ) ) ; <nl> + if ( i < 0 ) <nl> + { <nl> + return i ; <nl> + } <nl> + } <nl> + return i ; <nl> + } <nl> + <nl> static void cgltf_parse_attribute_type ( const char * name , cgltf_attribute_type * out_type , int * out_index ) <nl> { <nl> const char * us = strchr ( name , ' _ ' ) ; <nl> static int cgltf_parse_json_root ( cgltf_options * options , jsmntok_t const * tokens <nl> } <nl> else <nl> { <nl> - i = cgltf_skip_json ( tokens , i + 1 ) ; <nl> + i = cgltf_skip_json ( tokens , i + 1 ) ; <nl> } <nl> <nl> if ( i < 0 ) <nl> static int cgltf_parse_json_root ( cgltf_options * options , jsmntok_t const * tokens <nl> } <nl> } <nl> } <nl> + else if ( cgltf_json_strcmp ( tokens + i , json_chunk , " extensionsUsed " ) = = 0 ) <nl> + { <nl> + i = cgltf_parse_json_string_array ( options , tokens , i + 1 , json_chunk , & out_data - > extensions_used , & out_data - > extensions_used_count ) ; <nl> + } <nl> + else if ( cgltf_json_strcmp ( tokens + i , json_chunk , " extensionsRequired " ) = = 0 ) <nl> + { <nl> + i = cgltf_parse_json_string_array ( options , tokens , i + 1 , json_chunk , & out_data - > extensions_required , & out_data - > extensions_required_count ) ; <nl> + } <nl> else <nl> { <nl> i = cgltf_skip_json ( tokens , i + 1 ) ; <nl>
|
cgltf : expose extension lists
|
google/filament
|
cbc662085e1de3e2e37a61f4c6ba401123504841
|
2019-06-21T21:51:41Z
|
deleted file mode 100644 <nl> index 63fa2565f85 . . 00000000000 <nl> mmm a / modules / softcascade / src / _random . hpp <nl> ppp / dev / null <nl> <nl> - / * M / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / <nl> - / / <nl> - / / IMPORTANT : READ BEFORE DOWNLOADING , COPYING , INSTALLING OR USING . <nl> - / / <nl> - / / By downloading , copying , installing or using the software you agree to this license . <nl> - / / If you do not agree to this license , do not download , install , <nl> - / / copy or use the software . <nl> - / / <nl> - / / <nl> - / / License Agreement <nl> - / / For Open Source Computer Vision Library <nl> - / / <nl> - / / Copyright ( C ) 2000 - 2008 , Intel Corporation , all rights reserved . <nl> - / / Copyright ( C ) 2008 - 2012 , Willow Garage Inc . , all rights reserved . <nl> - / / Third party copyrights are property of their respective owners . <nl> - / / <nl> - / / Redistribution and use in source and binary forms , with or without modification , <nl> - / / are permitted provided that the following conditions are met : <nl> - / / <nl> - / / * Redistribution ' s of source code must retain the above copyright notice , <nl> - / / this list of conditions and the following disclaimer . <nl> - / / <nl> - / / * Redistribution ' s in binary form must reproduce the above copyright notice , <nl> - / / this list of conditions and the following disclaimer in the documentation <nl> - / / and / or other materials provided with the distribution . <nl> - / / <nl> - / / * The name of the copyright holders may not be used to endorse or promote products <nl> - / / derived from this software without specific prior written permission . <nl> - / / <nl> - / / This software is provided by the copyright holders and contributors " as is " and <nl> - / / any express or implied warranties , including , but not limited to , the implied <nl> - / / warranties of merchantability and fitness for a particular purpose are disclaimed . <nl> - / / In no event shall the Intel Corporation or contributors be liable for any direct , <nl> - / / indirect , incidental , special , exemplary , or consequential damages <nl> - / / ( including , but not limited to , procurement of substitute goods or services ; <nl> - / / loss of use , data , or profits ; or business interruption ) however caused <nl> - / / and on any theory of liability , whether in contract , strict liability , <nl> - / / or tort ( including negligence or otherwise ) arising in any way out of <nl> - / / the use of this software , even if advised of the possibility of such damage . <nl> - / / <nl> - / / M * / <nl> - <nl> - # ifndef __SFT_RANDOM_HPP__ <nl> - # define __SFT_RANDOM_HPP__ <nl> - <nl> - # if defined ( _MSC_VER ) & & _MSC_VER > = 1600 <nl> - # include < random > <nl> - <nl> - namespace cv { namespace softcascade { namespace internal <nl> - { <nl> - <nl> - struct Random <nl> - { <nl> - typedef std : : mt19937 engine ; <nl> - typedef engine : : result_type seed_type ; <nl> - typedef std : : uniform_int < int > uniform ; <nl> - } ; <nl> - <nl> - } } } <nl> - <nl> - # elif ( __GNUC__ ) & & __GNUC__ > 3 & & __GNUC_MINOR__ > 1 & & ! defined ( __ANDROID__ ) <nl> - # if defined ( __cplusplus ) & & __cplusplus > 201100L <nl> - # include < random > <nl> - <nl> - namespace cv { namespace softcascade { namespace internal <nl> - { <nl> - <nl> - struct Random <nl> - { <nl> - typedef std : : mt19937 engine ; <nl> - typedef engine : : result_type seed_type ; <nl> - / / True if we ' re using C + + 11 . <nl> - # if __cplusplus > = 201103L <nl> - / / C + + 11 removes uniform_int . <nl> - typedef std : : uniform_int_distribution < int > uniform ; <nl> - # else <nl> - typedef std : : uniform_int < int > uniform ; <nl> - # endif <nl> - } ; <nl> - } } } <nl> - <nl> - # else <nl> - # include < tr1 / random > <nl> - <nl> - namespace cv { namespace softcascade { namespace internal <nl> - { <nl> - <nl> - struct Random <nl> - { <nl> - typedef std : : tr1 : : mt19937 engine ; <nl> - typedef engine : : result_type seed_type ; <nl> - typedef std : : tr1 : : uniform_int < int > uniform ; <nl> - } ; <nl> - <nl> - } } } <nl> - # endif <nl> - <nl> - # else <nl> - # include < opencv2 / core / core . hpp > <nl> - <nl> - namespace cv { namespace softcascade { namespace internal <nl> - { <nl> - namespace rnd { <nl> - <nl> - typedef cv : : RNG engine ; <nl> - <nl> - template < typename T > <nl> - struct uniform_int <nl> - { <nl> - uniform_int ( const int _min , const int _max ) : min ( _min ) , max ( _max ) { } <nl> - T operator ( ) ( engine & eng , const int bound ) const <nl> - { <nl> - return ( T ) eng . uniform ( min , bound ) ; <nl> - } <nl> - <nl> - T operator ( ) ( engine & eng ) const <nl> - { <nl> - return ( T ) eng . uniform ( min , max ) ; <nl> - } <nl> - <nl> - private : <nl> - int min ; <nl> - int max ; <nl> - } ; <nl> - <nl> - } <nl> - <nl> - struct Random <nl> - { <nl> - typedef rnd : : engine engine ; <nl> - typedef uint64 seed_type ; <nl> - typedef rnd : : uniform_int < int > uniform ; <nl> - } ; <nl> - <nl> - } } } <nl> - <nl> - # endif <nl> - <nl> - # if defined _WIN32 & & ( _WIN32 | | _WIN64 ) <nl> - # if _WIN64 <nl> - # define USE_LONG_SEEDS <nl> - # endif <nl> - # endif <nl> - # if defined ( __GNUC__ ) & & __GNUC__ <nl> - # if defined ( __x86_64__ ) | | defined ( __ppc64__ ) <nl> - # define USE_LONG_SEEDS <nl> - # endif <nl> - # endif <nl> - <nl> - # if defined USE_LONG_SEEDS <nl> - # define FEATURE_RECT_SEED 8854342234LU <nl> - # define INDEX_ENGINE_SEED 764224349868LU <nl> - # else <nl> - # define FEATURE_RECT_SEED 88543422LU <nl> - # define INDEX_ENGINE_SEED 76422434LU <nl> - # endif <nl> - # undef USE_LONG_SEEDS <nl> - <nl> - # define DCHANNELS_SEED 314152314LU <nl> - # define DX_DY_SEED 65633343LU <nl> - <nl> - # endif <nl> mmm a / modules / softcascade / src / integral_channel_builder . cpp <nl> ppp b / modules / softcascade / src / integral_channel_builder . cpp <nl> void ChannelFeaturePool : : fill ( int desired ) <nl> int x = xRand ( eng ) ; <nl> int y = yRand ( eng ) ; <nl> <nl> - # if __cplusplus > = 201103L <nl> - / / The interface changed slightly going from uniform_int to <nl> - / / uniform_int_distribution . See this page to understand <nl> - / / the old behavior : <nl> - / / http : / / www . boost . org / doc / libs / 1_47_0 / boost / random / uniform_int . hpp <nl> - int w = 1 + wRand ( <nl> - eng , <nl> - / / This extra " - 1 " appears to be necessary , based on the Boost docs . <nl> - Random : : uniform : : param_type ( 0 , ( model . width - x - 1 ) - 1 ) ) ; <nl> - int h = 1 + hRand ( <nl> - eng , <nl> - Random : : uniform : : param_type ( 0 , ( model . height - y - 1 ) - 1 ) ) ; <nl> - # else <nl> int w = 1 + wRand ( eng , model . width - x - 1 ) ; <nl> int h = 1 + hRand ( eng , model . height - y - 1 ) ; <nl> - # endif <nl> <nl> CV_Assert ( w > 0 ) ; <nl> CV_Assert ( h > 0 ) ; <nl> mmm a / modules / softcascade / src / precomp . hpp <nl> ppp b / modules / softcascade / src / precomp . hpp <nl> <nl> # include " opencv2 / core / core_c . h " <nl> # include " opencv2 / core / internal . hpp " <nl> # include " opencv2 / ml / ml . hpp " <nl> - # include " _random . hpp " <nl> + <nl> + namespace cv { namespace softcascade { namespace internal <nl> + { <nl> + namespace rnd { <nl> + <nl> + typedef cv : : RNG_MT19937 engine ; <nl> + <nl> + template < typename T > <nl> + struct uniform_int <nl> + { <nl> + uniform_int ( const int _min , const int _max ) : min ( _min ) , max ( _max ) { } <nl> + T operator ( ) ( engine & eng , const int bound ) const <nl> + { <nl> + return ( T ) eng . uniform ( min , bound ) ; <nl> + } <nl> + <nl> + T operator ( ) ( engine & eng ) const <nl> + { <nl> + return ( T ) eng . uniform ( min , max ) ; <nl> + } <nl> + <nl> + private : <nl> + int min ; <nl> + int max ; <nl> + } ; <nl> + <nl> + } <nl> + <nl> + struct Random <nl> + { <nl> + typedef rnd : : engine engine ; <nl> + typedef uint64 seed_type ; <nl> + typedef rnd : : uniform_int < int > uniform ; <nl> + } ; <nl> + <nl> + } } } <nl> + <nl> + # define FEATURE_RECT_SEED 88543422U <nl> + # define INDEX_ENGINE_SEED 76422434U <nl> + # define DCHANNELS_SEED 314152314U <nl> + # define DX_DY_SEED 65633343U <nl> <nl> # endif <nl> mmm a / modules / softcascade / test / test_training . cpp <nl> ppp b / modules / softcascade / test / test_training . cpp <nl> <nl> <nl> # if ! defined ( ANDROID ) <nl> <nl> + # include < test_precomp . hpp > <nl> # include < string > <nl> # include < fstream > <nl> # include < vector > <nl>
|
use OpenCV ' s twister .
|
opencv/opencv
|
18aa5c921f6bd60e1f967446c39f1565975cd632
|
2013-03-13T10:20:04Z
|
new file mode 100644 <nl> index 000000000000 . . 3938dfc143ec <nl> mmm / dev / null <nl> ppp b / include / swift / Basic / APIntMap . h <nl> <nl> + / / = = = mmm APIntMap . h - A map with APInts as the keys mmmmmmmmmmmm - * - C + + - * - = = = / / <nl> + / / <nl> + / / This source file is part of the Swift . org open source project <nl> + / / <nl> + / / Copyright ( c ) 2014 - 2017 Apple Inc . and the Swift project authors <nl> + / / Licensed under Apache License v2 . 0 with Runtime Library Exception <nl> + / / <nl> + / / See https : / / swift . org / LICENSE . txt for license information <nl> + / / See https : / / swift . org / CONTRIBUTORS . txt for the list of Swift project authors <nl> + / / <nl> + / / = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - = = = / / <nl> + / / <nl> + / / LLVM does not allow arbitrary APInts to be the keys of a DenseMap because <nl> + / / APInts are only comparable if they have the same bit - width . This map <nl> + / / implementation assumes that its keys will always be constrained to their <nl> + / / minimum width , so it ' s not a general - purpose structure , but it does work . <nl> + / / <nl> + / / = = = mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm - = = = / / <nl> + <nl> + # ifndef SWIFT_BASIC_APINTMAP_H <nl> + # define SWIFT_BASIC_APINTMAP_H <nl> + <nl> + # include " llvm / ADT / APInt . h " <nl> + # include " llvm / ADT / DenseMap . h " <nl> + # include " swift / Basic / LLVM . h " <nl> + <nl> + namespace swift { <nl> + <nl> + struct WidthPreservingAPIntDenseMapInfo { <nl> + / / For the special values , we use - 1 with a bit - width that isn ' t minimal <nl> + / / for the value , then use a parser that always produces values with <nl> + / / minimal bit - widths so that we don ' t get a conflict . <nl> + static inline APInt getEmptyKey ( ) { <nl> + return APInt : : getAllOnesValue ( / * bitwidth * / 2 ) ; <nl> + } <nl> + static inline APInt getTombstoneKey ( ) { <nl> + return APInt : : getAllOnesValue ( / * bitwidth * / 3 ) ; <nl> + } <nl> + <nl> + static unsigned getHashValue ( const APInt & Key ) { <nl> + return static_cast < unsigned > ( hash_value ( Key ) ) ; <nl> + } <nl> + <nl> + static bool isEqual ( const APInt & LHS , const APInt & RHS ) { <nl> + return LHS . getBitWidth ( ) = = RHS . getBitWidth ( ) & & LHS = = RHS ; <nl> + } <nl> + } ; <nl> + <nl> + template < class Value > <nl> + using APIntMap = llvm : : DenseMap < APInt , Value , WidthPreservingAPIntDenseMapInfo > ; <nl> + <nl> + } <nl> + <nl> + # endif <nl> mmm a / lib / Sema / TypeCheckSwitchStmt . cpp <nl> ppp b / lib / Sema / TypeCheckSwitchStmt . cpp <nl> <nl> # include " swift / AST / Pattern . h " <nl> # include " swift / Basic / STLExtras . h " <nl> <nl> - # include < llvm / ADT / APInt . h > <nl> + # include " swift / Basic / APIntMap . h " <nl> # include < llvm / ADT / APFloat . h > <nl> <nl> # include < numeric > <nl> using namespace swift ; <nl> # define DEBUG_TYPE " TypeCheckSwitchStmt " <nl> <nl> namespace { <nl> - struct DenseMapAPIntKeyInfo { <nl> - static inline APInt getEmptyKey ( ) { return APInt ( ) ; } <nl> - <nl> - static inline APInt getTombstoneKey ( ) { <nl> - return APInt : : getAllOnesValue ( / * bitwidth * / 1 ) ; <nl> - } <nl> - <nl> - static unsigned getHashValue ( const APInt & Key ) { <nl> - return static_cast < unsigned > ( hash_value ( Key ) ) ; <nl> - } <nl> - <nl> - static bool isEqual ( const APInt & LHS , const APInt & RHS ) { <nl> - return LHS . getBitWidth ( ) = = RHS . getBitWidth ( ) & & LHS = = RHS ; <nl> - } <nl> - } ; <nl> - <nl> struct DenseMapAPFloatKeyInfo { <nl> static inline APFloat getEmptyKey ( ) { return APFloat ( APFloat : : Bogus ( ) , 1 ) ; } <nl> static inline APFloat getTombstoneKey ( ) { return APFloat ( APFloat : : Bogus ( ) , 2 ) ; } <nl> namespace { <nl> TypeChecker & TC ; <nl> const SwitchStmt * Switch ; <nl> const DeclContext * DC ; <nl> - llvm : : DenseMap < APInt , Expr * , : : DenseMapAPIntKeyInfo > IntLiteralCache ; <nl> + APIntMap < Expr * > IntLiteralCache ; <nl> llvm : : DenseMap < APFloat , Expr * , : : DenseMapAPFloatKeyInfo > FloatLiteralCache ; <nl> llvm : : DenseMap < StringRef , Expr * > StringLiteralCache ; <nl> <nl>
|
[ NFC ] Extract common code for keying off of APInts
|
apple/swift
|
4d2b513da670fb20e50cb48f7daf2b56a69b024b
|
2018-10-31T09:18:19Z
|
mmm a / docker / scripts / dev_start . sh <nl> ppp b / docker / scripts / dev_start . sh <nl> function stop_all_apollo_containers_for_user ( ) { <nl> } <nl> <nl> function _geo_specific_config_for_cn ( ) { <nl> - <nl> - if [ ! - e / etc / docker / daemon . json ] ; then <nl> - touch daemon . json <nl> - echo - e " { \ n \ " experimental \ " : false \ n } " > > daemon . json <nl> - sudo mv daemon . json / etc / docker / daemon . json <nl> + local docker_cfg = " / etc / docker / daemon . json " <nl> + if [ - e " $ { docker_cfg } " ] & & \ <nl> + jq ' . " registry - mirrors " [ ] ' " $ { docker_cfg } " & > / dev / null ; then <nl> + echo " Existing registry mirrors in found $ { docker_cfg } and will be used . " <nl> + return <nl> fi <nl> - cat / etc / docker / daemon . json | python - m json . tool | grep " registry - mirrors " > / dev / null <nl> - if [ $ ? - eq 0 ] ; then <nl> - echo " You have set registry mirrors , we won ' t add mirror again automatically , " \ <nl> - " if needed please manually add other mirrors " <nl> + <nl> + if [ ! - e " $ { docker_cfg } " ] ; then <nl> + echo " { \ " experimental \ " : true , \ " registry - mirrors \ " : [ \ <nl> + \ " http : / / hub - mirror . c . 163 . com \ " , \ <nl> + \ " https : / / reg - mirror . qiniu . com \ " , \ <nl> + \ " https : / / dockerhub . azk8s . cn \ " \ <nl> + ] } " | jq - s " . [ ] " | sudo tee - a " $ { docker_cfg } " <nl> else <nl> - echo " Add speed mirror will restart docker , if continue please type ' y ' or ' Y ' to agree " <nl> - read - r - n 1 user_agreed_speed <nl> - if [ [ " $ { user_agreed_speed } " = " y " | | " $ { user_agreed_speed } " = = " Y " ] ] ; then <nl> - sudo sed - i ' $ i , " registry - mirrors " : [ " http : / / hub - mirror . c . 163 . com " , \ <nl> - " https : / / reg - mirror . qiniu . com " , " https : / / dockerhub . azk8s . cn " ] ' / etc / docker / daemon . json <nl> - service docker restart <nl> - fi <nl> + local tmpfile = " $ ( mktemp / tmp / docker . daemon . XXXXXX ) " <nl> + jq ' . + = { " registry - mirrors " : [ " http : / / hub - mirror . c . 163 . com " , " https : / / reg - mirror . qiniu . com " , " https : / / dockerhub . azk8s . cn " ] } ' \ <nl> + " $ { docker_cfg } " > " $ { tmpfile } " <nl> + sudo cp - f " $ { tmpfile } " " $ { docker_cfg } " <nl> fi <nl> - <nl> + service docker restart <nl> } <nl> <nl> function geo_specific_config ( ) { <nl>
|
Scripts : use jq to check and update docker registry - mirrors
|
ApolloAuto/apollo
|
17e66ed0530382f44abf9a0293aea5ad92925a1c
|
2020-08-06T10:51:19Z
|
mmm a / scripting / javascript / bindings / js / jsb_cocos2d . js <nl> ppp b / scripting / javascript / bindings / js / jsb_cocos2d . js <nl> cc . LayerMultiplex . create = cc . LayerMultiplex . createWithArray ; <nl> * @ param { object } jsobj subclass <nl> * @ param { object } klass superclass <nl> * / <nl> - cc . associateWithNative = function ( jsobj , superclass_or_instance ) { <nl> - <nl> - / / try { <nl> - / / Used when subclassing using the " extend " method <nl> - / / var nativeObj = new superclass_or_instance ( ) ; <nl> - / / __associateObjWithNative ( jsobj , nativeObj ) ; <nl> - / / } catch ( err ) { <nl> - / / Used when subclassing using the goog . inherits method <nl> - / / __associateObjWithNative ( jsobj , superclass_or_instance ) ; <nl> - / / } <nl> - } ; <nl> + cc . associateWithNative = function ( jsobj , superclass_or_instance ) { } ; <nl> <nl> / / <nl> / / JSB supports 2 official ways to create subclasses <nl>
|
issue : Removing commented codes in cc . associateWithNative .
|
cocos2d/cocos2d-x
|
ad555e70fb663c13ac0c2b812a116dad5dc7e855
|
2013-04-03T02:39:15Z
|
mmm a / lib / SILGen / SILGenExpr . cpp <nl> ppp b / lib / SILGen / SILGenExpr . cpp <nl> RValue RValueEmitter : : visitTupleExpr ( TupleExpr * E , SGFContext C ) { <nl> return RValue : : forInContext ( ) ; <nl> } <nl> } <nl> - <nl> + <nl> + llvm : : SmallVector < RValue , 8 > tupleElts ; <nl> + bool hasAtleastOnePlusOneValue = false ; <nl> + for ( Expr * elt : E - > getElements ( ) ) { <nl> + RValue RV = SGF . emitRValue ( elt ) ; <nl> + hasAtleastOnePlusOneValue | = RV . isPlusOne ( SGF ) ; <nl> + tupleElts . emplace_back ( std : : move ( RV ) ) ; <nl> + } <nl> + <nl> + / / Once we have found if we have any plus one arguments , add each element of <nl> + / / tuple elts into result , making sure each value is at plus 1 . <nl> RValue result ( type ) ; <nl> - for ( Expr * elt : E - > getElements ( ) ) <nl> - result . addElement ( SGF . emitRValue ( elt ) ) ; <nl> + if ( hasAtleastOnePlusOneValue ) { <nl> + for ( unsigned i : indices ( tupleElts ) ) { <nl> + result . addElement ( std : : move ( tupleElts [ i ] ) . ensurePlusOne ( SGF , E ) ) ; <nl> + } <nl> + } else { <nl> + for ( unsigned i : indices ( tupleElts ) ) { <nl> + result . addElement ( std : : move ( tupleElts [ i ] ) ) ; <nl> + } <nl> + } <nl> + <nl> return result ; <nl> } <nl> <nl> RValue RValueEmitter : : visitTupleShuffleExpr ( TupleShuffleExpr * E , <nl> shuffleIndex ! = TupleShuffleExpr : : Variadic & & <nl> " Only argument tuples can have default initializers & varargs " ) ; <nl> <nl> - result . addElement ( std : : move ( elements [ shuffleIndex ] ) ) ; <nl> + result . addElement ( std : : move ( elements [ shuffleIndex ] ) . ensurePlusOne ( SGF , E ) ) ; <nl> return result ; <nl> } <nl> <nl> RValue RValueEmitter : : visitTupleShuffleExpr ( TupleShuffleExpr * E , <nl> / / separately . <nl> if ( shuffleIndex ! = TupleShuffleExpr : : Variadic ) { <nl> / / Map from a different tuple element . <nl> - result . addElement ( std : : move ( elements [ shuffleIndex ] ) ) ; <nl> + result . addElement ( <nl> + std : : move ( elements [ shuffleIndex ] ) . ensurePlusOne ( SGF , E ) ) ; <nl> continue ; <nl> } <nl> <nl> RValue RValueEmitter : : visitTupleShuffleExpr ( TupleShuffleExpr * E , <nl> ManagedValue varargs = emitVarargs ( SGF , E , field . getVarargBaseTy ( ) , <nl> variadicValues , <nl> E - > getVarargsArrayType ( ) ) ; <nl> - result . addElement ( RValue ( SGF , E , field . getType ( ) - > getCanonicalType ( ) , <nl> - varargs ) ) ; <nl> + result . addElement ( <nl> + RValue ( SGF , E , field . getType ( ) - > getCanonicalType ( ) , varargs ) <nl> + . ensurePlusOne ( SGF , E ) ) ; <nl> break ; <nl> } <nl> <nl>
|
Merge pull request from gottesmm / pr - f309e803f5f44c142f6aa97a7f91950512ab47d4
|
apple/swift
|
26b9acecc1631376fcad0af6a95a8fa44f8a3c89
|
2018-03-09T18:39:16Z
|
mmm a / dbms / src / Server / LocalServer . cpp <nl> ppp b / dbms / src / Server / LocalServer . cpp <nl> int LocalServer : : main ( const std : : vector < std : : string > & args ) <nl> { <nl> if ( ! config ( ) . has ( " query " ) & & ! config ( ) . has ( " table - structure " ) ) / / / Nothing to process <nl> { <nl> - std : : cerr < < " There are no queries to process . \ n " ; <nl> - displayHelp ( ) ; <nl> + if ( ! config ( ) . has ( " help " ) ) <nl> + { <nl> + std : : cerr < < " There are no queries to process . \ n " ; <nl> + displayHelp ( ) ; <nl> + } <nl> + <nl> return Application : : EXIT_OK ; <nl> } <nl> <nl> int LocalServer : : main ( const std : : vector < std : : string > & args ) <nl> <nl> processQueries ( ) ; <nl> <nl> + context - > shutdown ( ) ; <nl> + context . reset ( ) ; <nl> + <nl> return Application : : EXIT_OK ; <nl> } <nl> <nl>
|
Merge remote - tracking branch ' upstream / master ' into METR - 23466
|
ClickHouse/ClickHouse
|
d055d82777bb74e1a176b80a0bc4267efd4bf944
|
2016-11-17T15:34:52Z
|
mmm a / src / common / CMakeLists . txt <nl> ppp b / src / common / CMakeLists . txt <nl> add_library ( common STATIC <nl> break_points . cpp <nl> break_points . h <nl> chunk_file . h <nl> + cityhash . cpp <nl> + cityhash . h <nl> code_block . h <nl> color . h <nl> common_funcs . h <nl> add_library ( common STATIC <nl> common_types . h <nl> file_util . cpp <nl> file_util . h <nl> - hash . cpp <nl> hash . h <nl> linear_disk_cache . h <nl> logging / backend . cpp <nl> new file mode 100644 <nl> index 00000000000 . . de31ffbd81e <nl> mmm / dev / null <nl> ppp b / src / common / cityhash . cpp <nl> <nl> + / / Copyright ( c ) 2011 Google , Inc . <nl> + / / <nl> + / / Permission is hereby granted , free of charge , to any person obtaining a copy <nl> + / / of this software and associated documentation files ( the " Software " ) , to deal <nl> + / / in the Software without restriction , including without limitation the rights <nl> + / / to use , copy , modify , merge , publish , distribute , sublicense , and / or sell <nl> + / / copies of the Software , and to permit persons to whom the Software is <nl> + / / furnished to do so , subject to the following conditions : <nl> + / / <nl> + / / The above copyright notice and this permission notice shall be included in <nl> + / / all copies or substantial portions of the Software . <nl> + / / <nl> + / / THE SOFTWARE IS PROVIDED " AS IS " , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR <nl> + / / IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY , <nl> + / / FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE <nl> + / / AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER <nl> + / / LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM , <nl> + / / OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN <nl> + / / THE SOFTWARE . <nl> + / / <nl> + / / CityHash , by Geoff Pike and Jyrki Alakuijala <nl> + / / <nl> + / / This file provides CityHash64 ( ) and related functions . <nl> + / / <nl> + / / It ' s probably possible to create even faster hash functions by <nl> + / / writing a program that systematically explores some of the space of <nl> + / / possible hash functions , by using SIMD instructions , or by <nl> + / / compromising on hash quality . <nl> + <nl> + # include < algorithm > <nl> + # include < string . h > / / for memcpy and memset <nl> + # include " cityhash . h " <nl> + # include " common / swap . h " <nl> + <nl> + / / # include " config . h " <nl> + # ifdef __GNUC__ <nl> + # define HAVE_BUILTIN_EXPECT 1 <nl> + # endif <nl> + # ifdef COMMON_BIG_ENDIAN <nl> + # define WORDS_BIGENDIAN 1 <nl> + # endif <nl> + <nl> + using namespace std ; <nl> + <nl> + typedef uint8_t uint8 ; <nl> + typedef uint32_t uint32 ; <nl> + typedef uint64_t uint64 ; <nl> + <nl> + namespace Common { <nl> + <nl> + static uint64 UNALIGNED_LOAD64 ( const char * p ) { <nl> + uint64 result ; <nl> + memcpy ( & result , p , sizeof ( result ) ) ; <nl> + return result ; <nl> + } <nl> + <nl> + static uint32 UNALIGNED_LOAD32 ( const char * p ) { <nl> + uint32 result ; <nl> + memcpy ( & result , p , sizeof ( result ) ) ; <nl> + return result ; <nl> + } <nl> + <nl> + # ifdef WORDS_BIGENDIAN <nl> + # define uint32_in_expected_order ( x ) ( swap32 ( x ) ) <nl> + # define uint64_in_expected_order ( x ) ( swap64 ( x ) ) <nl> + # else <nl> + # define uint32_in_expected_order ( x ) ( x ) <nl> + # define uint64_in_expected_order ( x ) ( x ) <nl> + # endif <nl> + <nl> + # if ! defined ( LIKELY ) <nl> + # if HAVE_BUILTIN_EXPECT <nl> + # define LIKELY ( x ) ( __builtin_expect ( ! ! ( x ) , 1 ) ) <nl> + # else <nl> + # define LIKELY ( x ) ( x ) <nl> + # endif <nl> + # endif <nl> + <nl> + static uint64 Fetch64 ( const char * p ) { <nl> + return uint64_in_expected_order ( UNALIGNED_LOAD64 ( p ) ) ; <nl> + } <nl> + <nl> + static uint32 Fetch32 ( const char * p ) { <nl> + return uint32_in_expected_order ( UNALIGNED_LOAD32 ( p ) ) ; <nl> + } <nl> + <nl> + / / Some primes between 2 ^ 63 and 2 ^ 64 for various uses . <nl> + static const uint64 k0 = 0xc3a5c85c97cb3127ULL ; <nl> + static const uint64 k1 = 0xb492b66fbe98f273ULL ; <nl> + static const uint64 k2 = 0x9ae16a3b2f90404fULL ; <nl> + <nl> + / / Bitwise right rotate . Normally this will compile to a single <nl> + / / instruction , especially if the shift is a manifest constant . <nl> + static uint64 Rotate ( uint64 val , int shift ) { <nl> + / / Avoid shifting by 64 : doing so yields an undefined result . <nl> + return shift = = 0 ? val : ( ( val > > shift ) | ( val < < ( 64 - shift ) ) ) ; <nl> + } <nl> + <nl> + static uint64 ShiftMix ( uint64 val ) { <nl> + return val ^ ( val > > 47 ) ; <nl> + } <nl> + <nl> + static uint64 HashLen16 ( uint64 u , uint64 v ) { <nl> + return Hash128to64 ( uint128 ( u , v ) ) ; <nl> + } <nl> + <nl> + static uint64 HashLen16 ( uint64 u , uint64 v , uint64 mul ) { <nl> + / / Murmur - inspired hashing . <nl> + uint64 a = ( u ^ v ) * mul ; <nl> + a ^ = ( a > > 47 ) ; <nl> + uint64 b = ( v ^ a ) * mul ; <nl> + b ^ = ( b > > 47 ) ; <nl> + b * = mul ; <nl> + return b ; <nl> + } <nl> + <nl> + static uint64 HashLen0to16 ( const char * s , size_t len ) { <nl> + if ( len > = 8 ) { <nl> + uint64 mul = k2 + len * 2 ; <nl> + uint64 a = Fetch64 ( s ) + k2 ; <nl> + uint64 b = Fetch64 ( s + len - 8 ) ; <nl> + uint64 c = Rotate ( b , 37 ) * mul + a ; <nl> + uint64 d = ( Rotate ( a , 25 ) + b ) * mul ; <nl> + return HashLen16 ( c , d , mul ) ; <nl> + } <nl> + if ( len > = 4 ) { <nl> + uint64 mul = k2 + len * 2 ; <nl> + uint64 a = Fetch32 ( s ) ; <nl> + return HashLen16 ( len + ( a < < 3 ) , Fetch32 ( s + len - 4 ) , mul ) ; <nl> + } <nl> + if ( len > 0 ) { <nl> + uint8 a = s [ 0 ] ; <nl> + uint8 b = s [ len > > 1 ] ; <nl> + uint8 c = s [ len - 1 ] ; <nl> + uint32 y = static_cast < uint32 > ( a ) + ( static_cast < uint32 > ( b ) < < 8 ) ; <nl> + uint32 z = static_cast < uint32 > ( len ) + ( static_cast < uint32 > ( c ) < < 2 ) ; <nl> + return ShiftMix ( y * k2 ^ z * k0 ) * k2 ; <nl> + } <nl> + return k2 ; <nl> + } <nl> + <nl> + / / This probably works well for 16 - byte strings as well , but it may be overkill <nl> + / / in that case . <nl> + static uint64 HashLen17to32 ( const char * s , size_t len ) { <nl> + uint64 mul = k2 + len * 2 ; <nl> + uint64 a = Fetch64 ( s ) * k1 ; <nl> + uint64 b = Fetch64 ( s + 8 ) ; <nl> + uint64 c = Fetch64 ( s + len - 8 ) * mul ; <nl> + uint64 d = Fetch64 ( s + len - 16 ) * k2 ; <nl> + return HashLen16 ( Rotate ( a + b , 43 ) + Rotate ( c , 30 ) + d , a + Rotate ( b + k2 , 18 ) + c , mul ) ; <nl> + } <nl> + <nl> + / / Return a 16 - byte hash for 48 bytes . Quick and dirty . <nl> + / / Callers do best to use " random - looking " values for a and b . <nl> + static pair < uint64 , uint64 > WeakHashLen32WithSeeds ( uint64 w , uint64 x , uint64 y , uint64 z , uint64 a , <nl> + uint64 b ) { <nl> + a + = w ; <nl> + b = Rotate ( b + a + z , 21 ) ; <nl> + uint64 c = a ; <nl> + a + = x ; <nl> + a + = y ; <nl> + b + = Rotate ( a , 44 ) ; <nl> + return make_pair ( a + z , b + c ) ; <nl> + } <nl> + <nl> + / / Return a 16 - byte hash for s [ 0 ] . . . s [ 31 ] , a , and b . Quick and dirty . <nl> + static pair < uint64 , uint64 > WeakHashLen32WithSeeds ( const char * s , uint64 a , uint64 b ) { <nl> + return WeakHashLen32WithSeeds ( Fetch64 ( s ) , Fetch64 ( s + 8 ) , Fetch64 ( s + 16 ) , Fetch64 ( s + 24 ) , a , <nl> + b ) ; <nl> + } <nl> + <nl> + / / Return an 8 - byte hash for 33 to 64 bytes . <nl> + static uint64 HashLen33to64 ( const char * s , size_t len ) { <nl> + uint64 mul = k2 + len * 2 ; <nl> + uint64 a = Fetch64 ( s ) * k2 ; <nl> + uint64 b = Fetch64 ( s + 8 ) ; <nl> + uint64 c = Fetch64 ( s + len - 24 ) ; <nl> + uint64 d = Fetch64 ( s + len - 32 ) ; <nl> + uint64 e = Fetch64 ( s + 16 ) * k2 ; <nl> + uint64 f = Fetch64 ( s + 24 ) * 9 ; <nl> + uint64 g = Fetch64 ( s + len - 8 ) ; <nl> + uint64 h = Fetch64 ( s + len - 16 ) * mul ; <nl> + uint64 u = Rotate ( a + g , 43 ) + ( Rotate ( b , 30 ) + c ) * 9 ; <nl> + uint64 v = ( ( a + g ) ^ d ) + f + 1 ; <nl> + uint64 w = swap64 ( ( u + v ) * mul ) + h ; <nl> + uint64 x = Rotate ( e + f , 42 ) + c ; <nl> + uint64 y = ( swap64 ( ( v + w ) * mul ) + g ) * mul ; <nl> + uint64 z = e + f + c ; <nl> + a = swap64 ( ( x + z ) * mul + y ) + b ; <nl> + b = ShiftMix ( ( z + a ) * mul + d + h ) * mul ; <nl> + return b + x ; <nl> + } <nl> + <nl> + uint64 CityHash64 ( const char * s , size_t len ) { <nl> + if ( len < = 32 ) { <nl> + if ( len < = 16 ) { <nl> + return HashLen0to16 ( s , len ) ; <nl> + } else { <nl> + return HashLen17to32 ( s , len ) ; <nl> + } <nl> + } else if ( len < = 64 ) { <nl> + return HashLen33to64 ( s , len ) ; <nl> + } <nl> + <nl> + / / For strings over 64 bytes we hash the end first , and then as we <nl> + / / loop we keep 56 bytes of state : v , w , x , y , and z . <nl> + uint64 x = Fetch64 ( s + len - 40 ) ; <nl> + uint64 y = Fetch64 ( s + len - 16 ) + Fetch64 ( s + len - 56 ) ; <nl> + uint64 z = HashLen16 ( Fetch64 ( s + len - 48 ) + len , Fetch64 ( s + len - 24 ) ) ; <nl> + pair < uint64 , uint64 > v = WeakHashLen32WithSeeds ( s + len - 64 , len , z ) ; <nl> + pair < uint64 , uint64 > w = WeakHashLen32WithSeeds ( s + len - 32 , y + k1 , x ) ; <nl> + x = x * k1 + Fetch64 ( s ) ; <nl> + <nl> + / / Decrease len to the nearest multiple of 64 , and operate on 64 - byte chunks . <nl> + len = ( len - 1 ) & ~ static_cast < size_t > ( 63 ) ; <nl> + do { <nl> + x = Rotate ( x + y + v . first + Fetch64 ( s + 8 ) , 37 ) * k1 ; <nl> + y = Rotate ( y + v . second + Fetch64 ( s + 48 ) , 42 ) * k1 ; <nl> + x ^ = w . second ; <nl> + y + = v . first + Fetch64 ( s + 40 ) ; <nl> + z = Rotate ( z + w . first , 33 ) * k1 ; <nl> + v = WeakHashLen32WithSeeds ( s , v . second * k1 , x + w . first ) ; <nl> + w = WeakHashLen32WithSeeds ( s + 32 , z + w . second , y + Fetch64 ( s + 16 ) ) ; <nl> + std : : swap ( z , x ) ; <nl> + s + = 64 ; <nl> + len - = 64 ; <nl> + } while ( len ! = 0 ) ; <nl> + return HashLen16 ( HashLen16 ( v . first , w . first ) + ShiftMix ( y ) * k1 + z , <nl> + HashLen16 ( v . second , w . second ) + x ) ; <nl> + } <nl> + <nl> + uint64 CityHash64WithSeed ( const char * s , size_t len , uint64 seed ) { <nl> + return CityHash64WithSeeds ( s , len , k2 , seed ) ; <nl> + } <nl> + <nl> + uint64 CityHash64WithSeeds ( const char * s , size_t len , uint64 seed0 , uint64 seed1 ) { <nl> + return HashLen16 ( CityHash64 ( s , len ) - seed0 , seed1 ) ; <nl> + } <nl> + <nl> + / / A subroutine for CityHash128 ( ) . Returns a decent 128 - bit hash for strings <nl> + / / of any length representable in signed long . Based on City and Murmur . <nl> + static uint128 CityMurmur ( const char * s , size_t len , uint128 seed ) { <nl> + uint64 a = Uint128Low64 ( seed ) ; <nl> + uint64 b = Uint128High64 ( seed ) ; <nl> + uint64 c = 0 ; <nl> + uint64 d = 0 ; <nl> + signed long l = static_cast < long > ( len ) - 16 ; <nl> + if ( l < = 0 ) { / / len < = 16 <nl> + a = ShiftMix ( a * k1 ) * k1 ; <nl> + c = b * k1 + HashLen0to16 ( s , len ) ; <nl> + d = ShiftMix ( a + ( len > = 8 ? Fetch64 ( s ) : c ) ) ; <nl> + } else { / / len > 16 <nl> + c = HashLen16 ( Fetch64 ( s + len - 8 ) + k1 , a ) ; <nl> + d = HashLen16 ( b + len , c + Fetch64 ( s + len - 16 ) ) ; <nl> + a + = d ; <nl> + do { <nl> + a ^ = ShiftMix ( Fetch64 ( s ) * k1 ) * k1 ; <nl> + a * = k1 ; <nl> + b ^ = a ; <nl> + c ^ = ShiftMix ( Fetch64 ( s + 8 ) * k1 ) * k1 ; <nl> + c * = k1 ; <nl> + d ^ = c ; <nl> + s + = 16 ; <nl> + l - = 16 ; <nl> + } while ( l > 0 ) ; <nl> + } <nl> + a = HashLen16 ( a , c ) ; <nl> + b = HashLen16 ( d , b ) ; <nl> + return uint128 ( a ^ b , HashLen16 ( b , a ) ) ; <nl> + } <nl> + <nl> + uint128 CityHash128WithSeed ( const char * s , size_t len , uint128 seed ) { <nl> + if ( len < 128 ) { <nl> + return CityMurmur ( s , len , seed ) ; <nl> + } <nl> + <nl> + / / We expect len > = 128 to be the common case . Keep 56 bytes of state : <nl> + / / v , w , x , y , and z . <nl> + pair < uint64 , uint64 > v , w ; <nl> + uint64 x = Uint128Low64 ( seed ) ; <nl> + uint64 y = Uint128High64 ( seed ) ; <nl> + uint64 z = len * k1 ; <nl> + v . first = Rotate ( y ^ k1 , 49 ) * k1 + Fetch64 ( s ) ; <nl> + v . second = Rotate ( v . first , 42 ) * k1 + Fetch64 ( s + 8 ) ; <nl> + w . first = Rotate ( y + z , 35 ) * k1 + x ; <nl> + w . second = Rotate ( x + Fetch64 ( s + 88 ) , 53 ) * k1 ; <nl> + <nl> + / / This is the same inner loop as CityHash64 ( ) , manually unrolled . <nl> + do { <nl> + x = Rotate ( x + y + v . first + Fetch64 ( s + 8 ) , 37 ) * k1 ; <nl> + y = Rotate ( y + v . second + Fetch64 ( s + 48 ) , 42 ) * k1 ; <nl> + x ^ = w . second ; <nl> + y + = v . first + Fetch64 ( s + 40 ) ; <nl> + z = Rotate ( z + w . first , 33 ) * k1 ; <nl> + v = WeakHashLen32WithSeeds ( s , v . second * k1 , x + w . first ) ; <nl> + w = WeakHashLen32WithSeeds ( s + 32 , z + w . second , y + Fetch64 ( s + 16 ) ) ; <nl> + std : : swap ( z , x ) ; <nl> + s + = 64 ; <nl> + x = Rotate ( x + y + v . first + Fetch64 ( s + 8 ) , 37 ) * k1 ; <nl> + y = Rotate ( y + v . second + Fetch64 ( s + 48 ) , 42 ) * k1 ; <nl> + x ^ = w . second ; <nl> + y + = v . first + Fetch64 ( s + 40 ) ; <nl> + z = Rotate ( z + w . first , 33 ) * k1 ; <nl> + v = WeakHashLen32WithSeeds ( s , v . second * k1 , x + w . first ) ; <nl> + w = WeakHashLen32WithSeeds ( s + 32 , z + w . second , y + Fetch64 ( s + 16 ) ) ; <nl> + std : : swap ( z , x ) ; <nl> + s + = 64 ; <nl> + len - = 128 ; <nl> + } while ( LIKELY ( len > = 128 ) ) ; <nl> + x + = Rotate ( v . first + z , 49 ) * k0 ; <nl> + y = y * k0 + Rotate ( w . second , 37 ) ; <nl> + z = z * k0 + Rotate ( w . first , 27 ) ; <nl> + w . first * = 9 ; <nl> + v . first * = k0 ; <nl> + / / If 0 < len < 128 , hash up to 4 chunks of 32 bytes each from the end of s . <nl> + for ( size_t tail_done = 0 ; tail_done < len ; ) { <nl> + tail_done + = 32 ; <nl> + y = Rotate ( x + y , 42 ) * k0 + v . second ; <nl> + w . first + = Fetch64 ( s + len - tail_done + 16 ) ; <nl> + x = x * k0 + w . first ; <nl> + z + = w . second + Fetch64 ( s + len - tail_done ) ; <nl> + w . second + = v . first ; <nl> + v = WeakHashLen32WithSeeds ( s + len - tail_done , v . first + z , v . second ) ; <nl> + v . first * = k0 ; <nl> + } <nl> + / / At this point our 56 bytes of state should contain more than <nl> + / / enough information for a strong 128 - bit hash . We use two <nl> + / / different 56 - byte - to - 8 - byte hashes to get a 16 - byte final result . <nl> + x = HashLen16 ( x , v . first ) ; <nl> + y = HashLen16 ( y + z , w . first ) ; <nl> + return uint128 ( HashLen16 ( x + v . second , w . second ) + y , HashLen16 ( x + w . second , y + v . second ) ) ; <nl> + } <nl> + <nl> + uint128 CityHash128 ( const char * s , size_t len ) { <nl> + return len > = 16 <nl> + ? CityHash128WithSeed ( s + 16 , len - 16 , uint128 ( Fetch64 ( s ) , Fetch64 ( s + 8 ) + k0 ) ) <nl> + : CityHash128WithSeed ( s , len , uint128 ( k0 , k1 ) ) ; <nl> + } <nl> + <nl> + } / / namespace Common <nl> new file mode 100644 <nl> index 00000000000 . . bcebdb1507a <nl> mmm / dev / null <nl> ppp b / src / common / cityhash . h <nl> <nl> + / / Copyright ( c ) 2011 Google , Inc . <nl> + / / <nl> + / / Permission is hereby granted , free of charge , to any person obtaining a copy <nl> + / / of this software and associated documentation files ( the " Software " ) , to deal <nl> + / / in the Software without restriction , including without limitation the rights <nl> + / / to use , copy , modify , merge , publish , distribute , sublicense , and / or sell <nl> + / / copies of the Software , and to permit persons to whom the Software is <nl> + / / furnished to do so , subject to the following conditions : <nl> + / / <nl> + / / The above copyright notice and this permission notice shall be included in <nl> + / / all copies or substantial portions of the Software . <nl> + / / <nl> + / / THE SOFTWARE IS PROVIDED " AS IS " , WITHOUT WARRANTY OF ANY KIND , EXPRESS OR <nl> + / / IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY , <nl> + / / FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE <nl> + / / AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER <nl> + / / LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM , <nl> + / / OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN <nl> + / / THE SOFTWARE . <nl> + / / <nl> + / / CityHash , by Geoff Pike and Jyrki Alakuijala <nl> + / / <nl> + / / http : / / code . google . com / p / cityhash / <nl> + / / <nl> + / / This file provides a few functions for hashing strings . All of them are <nl> + / / high - quality functions in the sense that they pass standard tests such <nl> + / / as Austin Appleby ' s SMHasher . They are also fast . <nl> + / / <nl> + / / For 64 - bit x86 code , on short strings , we don ' t know of anything faster than <nl> + / / CityHash64 that is of comparable quality . We believe our nearest competitor <nl> + / / is Murmur3 . For 64 - bit x86 code , CityHash64 is an excellent choice for hash <nl> + / / tables and most other hashing ( excluding cryptography ) . <nl> + / / <nl> + / / For 64 - bit x86 code , on long strings , the picture is more complicated . <nl> + / / On many recent Intel CPUs , such as Nehalem , Westmere , Sandy Bridge , etc . , <nl> + / / CityHashCrc128 appears to be faster than all competitors of comparable <nl> + / / quality . CityHash128 is also good but not quite as fast . We believe our <nl> + / / nearest competitor is Bob Jenkins ' Spooky . We don ' t have great data for <nl> + / / other 64 - bit CPUs , but for long strings we know that Spooky is slightly <nl> + / / faster than CityHash on some relatively recent AMD x86 - 64 CPUs , for example . <nl> + / / Note that CityHashCrc128 is declared in citycrc . h . <nl> + / / <nl> + / / For 32 - bit x86 code , we don ' t know of anything faster than CityHash32 that <nl> + / / is of comparable quality . We believe our nearest competitor is Murmur3A . <nl> + / / ( On 64 - bit CPUs , it is typically faster to use the other CityHash variants . ) <nl> + / / <nl> + / / Functions in the CityHash family are not suitable for cryptography . <nl> + / / <nl> + / / Please see CityHash ' s README file for more details on our performance <nl> + / / measurements and so on . <nl> + / / <nl> + / / WARNING : This code has been only lightly tested on big - endian platforms ! <nl> + / / It is known to work well on little - endian platforms that have a small penalty <nl> + / / for unaligned reads , such as current Intel and AMD moderate - to - high - end CPUs . <nl> + / / It should work on all 32 - bit and 64 - bit platforms that allow unaligned reads ; <nl> + / / bug reports are welcome . <nl> + / / <nl> + / / By the way , for some hash functions , given strings a and b , the hash <nl> + / / of a + b is easily derived from the hashes of a and b . This property <nl> + / / doesn ' t hold for any hash functions in this file . <nl> + <nl> + # pragma once <nl> + <nl> + # include < utility > <nl> + # include < stdint . h > <nl> + # include < stdlib . h > / / for size_t . <nl> + <nl> + namespace Common { <nl> + <nl> + typedef std : : pair < uint64_t , uint64_t > uint128 ; <nl> + <nl> + inline uint64_t Uint128Low64 ( const uint128 & x ) { <nl> + return x . first ; <nl> + } <nl> + inline uint64_t Uint128High64 ( const uint128 & x ) { <nl> + return x . second ; <nl> + } <nl> + <nl> + / / Hash function for a byte array . <nl> + uint64_t CityHash64 ( const char * buf , size_t len ) ; <nl> + <nl> + / / Hash function for a byte array . For convenience , a 64 - bit seed is also <nl> + / / hashed into the result . <nl> + uint64_t CityHash64WithSeed ( const char * buf , size_t len , uint64_t seed ) ; <nl> + <nl> + / / Hash function for a byte array . For convenience , two seeds are also <nl> + / / hashed into the result . <nl> + uint64_t CityHash64WithSeeds ( const char * buf , size_t len , uint64_t seed0 , uint64_t seed1 ) ; <nl> + <nl> + / / Hash function for a byte array . <nl> + uint128 CityHash128 ( const char * s , size_t len ) ; <nl> + <nl> + / / Hash function for a byte array . For convenience , a 128 - bit seed is also <nl> + / / hashed into the result . <nl> + uint128 CityHash128WithSeed ( const char * s , size_t len , uint128 seed ) ; <nl> + <nl> + / / Hash 128 input bits down to 64 bits of output . <nl> + / / This is intended to be a reasonably good hash function . <nl> + inline uint64_t Hash128to64 ( const uint128 & x ) { <nl> + / / Murmur - inspired hashing . <nl> + const uint64_t kMul = 0x9ddfea08eb382d69ULL ; <nl> + uint64_t a = ( Uint128Low64 ( x ) ^ Uint128High64 ( x ) ) * kMul ; <nl> + a ^ = ( a > > 47 ) ; <nl> + uint64_t b = ( Uint128High64 ( x ) ^ a ) * kMul ; <nl> + b ^ = ( b > > 47 ) ; <nl> + b * = kMul ; <nl> + return b ; <nl> + } <nl> + <nl> + } / / namespace Common <nl> deleted file mode 100644 <nl> index a02e9e5b9df . . 00000000000 <nl> mmm a / src / common / hash . cpp <nl> ppp / dev / null <nl> <nl> - / / Copyright 2015 Citra Emulator Project <nl> - / / Licensed under GPLv2 or any later version <nl> - / / Refer to the license . txt file included . <nl> - <nl> - # if defined ( _MSC_VER ) <nl> - # include < stdlib . h > <nl> - # endif <nl> - # include " common / common_funcs . h " <nl> - # include " common / common_types . h " <nl> - # include " common / hash . h " <nl> - <nl> - namespace Common { <nl> - <nl> - / / MurmurHash3 was written by Austin Appleby , and is placed in the public <nl> - / / domain . The author hereby disclaims copyright to this source code . <nl> - <nl> - / / Block read - if your platform needs to do endian - swapping or can only handle aligned reads , do <nl> - / / the conversion here <nl> - static FORCE_INLINE u64 getblock64 ( const u64 * p , size_t i ) { <nl> - return p [ i ] ; <nl> - } <nl> - <nl> - / / Finalization mix - force all bits of a hash block to avalanche <nl> - static FORCE_INLINE u64 fmix64 ( u64 k ) { <nl> - k ^ = k > > 33 ; <nl> - k * = 0xff51afd7ed558ccdllu ; <nl> - k ^ = k > > 33 ; <nl> - k * = 0xc4ceb9fe1a85ec53llu ; <nl> - k ^ = k > > 33 ; <nl> - <nl> - return k ; <nl> - } <nl> - <nl> - / / This is the 128 - bit variant of the MurmurHash3 hash function that is targeted for 64 - bit <nl> - / / platforms ( MurmurHash3_x64_128 ) . It was taken from : <nl> - / / https : / / code . google . com / p / smhasher / source / browse / trunk / MurmurHash3 . cpp <nl> - void MurmurHash3_128 ( const void * key , size_t len , u32 seed , void * out ) { <nl> - const u8 * data = ( const u8 * ) key ; <nl> - const size_t nblocks = len / 16 ; <nl> - <nl> - u64 h1 = seed ; <nl> - u64 h2 = seed ; <nl> - <nl> - const u64 c1 = 0x87c37b91114253d5llu ; <nl> - const u64 c2 = 0x4cf5ad432745937fllu ; <nl> - <nl> - / / Body <nl> - <nl> - const u64 * blocks = ( const u64 * ) ( data ) ; <nl> - <nl> - for ( size_t i = 0 ; i < nblocks ; i + + ) { <nl> - u64 k1 = getblock64 ( blocks , i * 2 + 0 ) ; <nl> - u64 k2 = getblock64 ( blocks , i * 2 + 1 ) ; <nl> - <nl> - k1 * = c1 ; <nl> - k1 = _rotl64 ( k1 , 31 ) ; <nl> - k1 * = c2 ; <nl> - h1 ^ = k1 ; <nl> - <nl> - h1 = _rotl64 ( h1 , 27 ) ; <nl> - h1 + = h2 ; <nl> - h1 = h1 * 5 + 0x52dce729 ; <nl> - <nl> - k2 * = c2 ; <nl> - k2 = _rotl64 ( k2 , 33 ) ; <nl> - k2 * = c1 ; <nl> - h2 ^ = k2 ; <nl> - <nl> - h2 = _rotl64 ( h2 , 31 ) ; <nl> - h2 + = h1 ; <nl> - h2 = h2 * 5 + 0x38495ab5 ; <nl> - } <nl> - <nl> - / / Tail <nl> - <nl> - const u8 * tail = ( const u8 * ) ( data + nblocks * 16 ) ; <nl> - <nl> - u64 k1 = 0 ; <nl> - u64 k2 = 0 ; <nl> - <nl> - switch ( len & 15 ) { <nl> - case 15 : <nl> - k2 ^ = ( ( u64 ) tail [ 14 ] ) < < 48 ; <nl> - case 14 : <nl> - k2 ^ = ( ( u64 ) tail [ 13 ] ) < < 40 ; <nl> - case 13 : <nl> - k2 ^ = ( ( u64 ) tail [ 12 ] ) < < 32 ; <nl> - case 12 : <nl> - k2 ^ = ( ( u64 ) tail [ 11 ] ) < < 24 ; <nl> - case 11 : <nl> - k2 ^ = ( ( u64 ) tail [ 10 ] ) < < 16 ; <nl> - case 10 : <nl> - k2 ^ = ( ( u64 ) tail [ 9 ] ) < < 8 ; <nl> - case 9 : <nl> - k2 ^ = ( ( u64 ) tail [ 8 ] ) < < 0 ; <nl> - k2 * = c2 ; <nl> - k2 = _rotl64 ( k2 , 33 ) ; <nl> - k2 * = c1 ; <nl> - h2 ^ = k2 ; <nl> - <nl> - case 8 : <nl> - k1 ^ = ( ( u64 ) tail [ 7 ] ) < < 56 ; <nl> - case 7 : <nl> - k1 ^ = ( ( u64 ) tail [ 6 ] ) < < 48 ; <nl> - case 6 : <nl> - k1 ^ = ( ( u64 ) tail [ 5 ] ) < < 40 ; <nl> - case 5 : <nl> - k1 ^ = ( ( u64 ) tail [ 4 ] ) < < 32 ; <nl> - case 4 : <nl> - k1 ^ = ( ( u64 ) tail [ 3 ] ) < < 24 ; <nl> - case 3 : <nl> - k1 ^ = ( ( u64 ) tail [ 2 ] ) < < 16 ; <nl> - case 2 : <nl> - k1 ^ = ( ( u64 ) tail [ 1 ] ) < < 8 ; <nl> - case 1 : <nl> - k1 ^ = ( ( u64 ) tail [ 0 ] ) < < 0 ; <nl> - k1 * = c1 ; <nl> - k1 = _rotl64 ( k1 , 31 ) ; <nl> - k1 * = c2 ; <nl> - h1 ^ = k1 ; <nl> - } ; <nl> - <nl> - / / Finalization <nl> - <nl> - h1 ^ = len ; <nl> - h2 ^ = len ; <nl> - <nl> - h1 + = h2 ; <nl> - h2 + = h1 ; <nl> - <nl> - h1 = fmix64 ( h1 ) ; <nl> - h2 = fmix64 ( h2 ) ; <nl> - <nl> - h1 + = h2 ; <nl> - h2 + = h1 ; <nl> - <nl> - ( ( u64 * ) out ) [ 0 ] = h1 ; <nl> - ( ( u64 * ) out ) [ 1 ] = h2 ; <nl> - } <nl> - <nl> - } / / namespace Common <nl> mmm a / src / common / hash . h <nl> ppp b / src / common / hash . h <nl> <nl> # pragma once <nl> <nl> # include < cstddef > <nl> + # include < cstring > <nl> + # include " common / cityhash . h " <nl> # include " common / common_types . h " <nl> <nl> namespace Common { <nl> <nl> - void MurmurHash3_128 ( const void * key , size_t len , u32 seed , void * out ) ; <nl> - <nl> / * * <nl> * Computes a 64 - bit hash over the specified block of data <nl> * @ param data Block of data to compute hash over <nl> void MurmurHash3_128 ( const void * key , size_t len , u32 seed , void * out ) ; <nl> * @ returns 64 - bit hash value that was computed over the data block <nl> * / <nl> static inline u64 ComputeHash64 ( const void * data , size_t len ) { <nl> - u64 res [ 2 ] ; <nl> - MurmurHash3_128 ( data , len , 0 , res ) ; <nl> - return res [ 0 ] ; <nl> + return CityHash64 ( static_cast < const char * > ( data ) , len ) ; <nl> + } <nl> + <nl> + / * * <nl> + * Computes a 64 - bit hash of a struct . In addition to being trivially copyable , it is also critical <nl> + * that either the struct includes no padding , or that any padding is initialized to a known value <nl> + * by memsetting the struct to 0 before filling it in . <nl> + * / <nl> + template < typename T > <nl> + static inline u64 ComputeStructHash64 ( const T & data ) { <nl> + static_assert ( std : : is_trivially_copyable < T > ( ) , <nl> + " Type passed to ComputeStructHash64 must be trivially copyable " ) ; <nl> + return ComputeHash64 ( & data , sizeof ( data ) ) ; <nl> } <nl> <nl> + / / / A helper template that ensures the padding in a struct is initialized by memsetting to 0 . <nl> + template < typename T > <nl> + struct HashableStruct { <nl> + / / In addition to being trivially copyable , T must also have a trivial default constructor , <nl> + / / because any member initialization would be overridden by memset <nl> + static_assert ( std : : is_trivial < T > ( ) , " Type passed to HashableStruct must be trivial " ) ; <nl> + / * <nl> + * We use a union because " implicitly - defined copy / move constructor for a union X copies the <nl> + * object representation of X . " and " implicitly - defined copy assignment operator for a union X <nl> + * copies the object representation ( 3 . 9 ) of X . " = Bytewise copy instead of memberwise copy . <nl> + * This is important because the padding bytes are included in the hash and comparison between <nl> + * objects . <nl> + * / <nl> + union { <nl> + T state ; <nl> + } ; <nl> + <nl> + HashableStruct ( ) { <nl> + / / Memset structure to zero padding bits , so that they will be deterministic when hashing <nl> + std : : memset ( & state , 0 , sizeof ( T ) ) ; <nl> + } <nl> + <nl> + bool operator = = ( const HashableStruct < T > & o ) const { <nl> + return std : : memcmp ( & state , & o . state , sizeof ( T ) ) = = 0 ; <nl> + } ; <nl> + <nl> + bool operator ! = ( const HashableStruct < T > & o ) const { <nl> + return ! ( * this = = o ) ; <nl> + } ; <nl> + <nl> + size_t Hash ( ) const { <nl> + return Common : : ComputeStructHash64 ( state ) ; <nl> + } <nl> + } ; <nl> + <nl> } / / namespace Common <nl>
|
common : Port cityhash code from Citra .
|
yuzu-emu/yuzu
|
45fd7c4a37d4b890f98f8a0a9373e57c0830cc8d
|
2018-04-14T03:48:22Z
|
mmm a / tensorflow / examples / image_retraining / retrain . py <nl> ppp b / tensorflow / examples / image_retraining / retrain . py <nl> def create_image_lists ( image_dir , testing_percentage , validation_percentage ) : <nl> # To do that , we need a stable way of deciding based on just the file name <nl> # itself , so we do a hash of that and then use that to generate a <nl> # probability value that we use to assign it . <nl> - percentage_hash = ( int ( <nl> - hashlib . sha1 ( hash_name ) . hexdigest ( ) , 16 ) % ( 65536 ) ) * ( 100 / 65535 . 0 ) <nl> + hash_name_hashed = hashlib . sha1 ( hash_name . encode ( ' utf - 8 ' ) ) . hexdigest ( ) <nl> + percentage_hash = ( int ( hash_name_hashed , 16 ) % ( 65536 ) ) * ( 100 / 65535 . 0 ) <nl> if percentage_hash < validation_percentage : <nl> validation_images . append ( base_name ) <nl> elif percentage_hash < ( testing_percentage + validation_percentage ) : <nl> def create_inception_graph ( ) : <nl> Graph holding the trained Inception network . <nl> " " " <nl> with tf . Session ( ) as sess : <nl> - with gfile . FastGFile ( <nl> - os . path . join ( FLAGS . model_dir , ' classify_image_graph_def . pb ' ) , ' r ' ) as f : <nl> + model_filename = os . path . join ( <nl> + FLAGS . model_dir , ' classify_image_graph_def . pb ' ) <nl> + with gfile . FastGFile ( model_filename , ' rb ' ) as f : <nl> graph_def = tf . GraphDef ( ) <nl> graph_def . ParseFromString ( f . read ( ) ) <nl> _ = tf . import_graph_def ( graph_def , name = ' ' ) <nl> def get_or_create_bottleneck ( sess , image_lists , label_name , index , image_dir , <nl> category ) <nl> if not gfile . Exists ( image_path ) : <nl> tf . logging . fatal ( ' File does not exist % s ' , image_path ) <nl> - image_data = gfile . FastGFile ( image_path , ' r ' ) . read ( ) <nl> + image_data = gfile . FastGFile ( image_path , ' rb ' ) . read ( ) <nl> bottleneck_values = run_bottleneck_on_image ( sess , image_data , <nl> JPEG_DATA_TENSOR_NAME ) <nl> bottleneck_string = ' , ' . join ( str ( x ) for x in bottleneck_values ) <nl> def cache_bottlenecks ( sess , image_lists , image_dir , bottleneck_dir ) : <nl> " " " <nl> how_many_bottlenecks = 0 <nl> ensure_dir_exists ( bottleneck_dir ) <nl> - for label_name , label_lists in image_lists . iteritems ( ) : <nl> + for label_name , label_lists in image_lists . items ( ) : <nl> for category in [ ' training ' , ' testing ' , ' validation ' ] : <nl> category_list = label_lists [ category ] <nl> for index , unused_base_name in enumerate ( category_list ) : <nl> def get_random_cached_bottlenecks ( sess , image_lists , how_many , category , <nl> ground_truthes = [ ] <nl> for unused_i in range ( how_many ) : <nl> label_index = random . randrange ( class_count ) <nl> - label_name = image_lists . keys ( ) [ label_index ] <nl> + label_name = list ( image_lists . keys ( ) ) [ label_index ] <nl> image_index = random . randrange ( 65536 ) <nl> bottleneck = get_or_create_bottleneck ( sess , image_lists , label_name , <nl> image_index , image_dir , category , <nl> def main ( _ ) : <nl> # Write out the trained graph and labels with the weights stored as constants . <nl> output_graph_def = graph_util . convert_variables_to_constants ( <nl> sess , graph . as_graph_def ( ) , [ FLAGS . final_tensor_name ] ) <nl> - with gfile . FastGFile ( FLAGS . output_graph , ' w ' ) as f : <nl> + with gfile . FastGFile ( FLAGS . output_graph , ' wb ' ) as f : <nl> f . write ( output_graph_def . SerializeToString ( ) ) <nl> with gfile . FastGFile ( FLAGS . output_labels , ' w ' ) as f : <nl> f . write ( ' \ n ' . join ( image_lists . keys ( ) ) + ' \ n ' ) <nl>
|
Update retrain . py to be compatible with Python 3
|
tensorflow/tensorflow
|
23753679279336f425484185a03fc3747fc79361
|
2016-03-01T22:45:14Z
|
mmm a / folly / Conv . cpp <nl> ppp b / folly / Conv . cpp <nl> inline bool bool_str_cmp ( const char * * b , size_t len , const char * value ) { <nl> bool str_to_bool ( StringPiece * src ) { <nl> auto b = src - > begin ( ) , e = src - > end ( ) ; <nl> for ( ; ; + + b ) { <nl> - FOLLY_RANGE_CHECK ( b < e , <nl> - " No non - whitespace characters found in input string " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( <nl> + b < e , " No non - whitespace characters found in input string " , * src ) ; <nl> if ( ! isspace ( * b ) ) break ; <nl> } <nl> <nl> bool str_to_bool ( StringPiece * src ) { <nl> StringPiece tmp ( * src ) ; <nl> uint8_t value = to < uint8_t > ( & tmp ) ; <nl> / / Only accept 0 or 1 <nl> - FOLLY_RANGE_CHECK ( value < = 1 , <nl> - " Integer overflow when parsing bool : must be 0 or 1 " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( <nl> + value < = 1 , " Integer overflow when parsing bool : must be 0 or 1 " , * src ) ; <nl> b = tmp . begin ( ) ; <nl> result = ( value = = 1 ) ; <nl> break ; <nl> bool str_to_bool ( StringPiece * src ) { <nl> } else if ( bool_str_cmp ( & b , len , " off " ) ) { <nl> result = false ; <nl> } else { <nl> - FOLLY_RANGE_CHECK ( false , " Invalid value for bool " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( false , " Invalid value for bool " , * src ) ; <nl> } <nl> break ; <nl> default : <nl> - FOLLY_RANGE_CHECK ( false , " Invalid value for bool " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( false , " Invalid value for bool " , * src ) ; <nl> } <nl> <nl> src - > assign ( b , e ) ; <nl> mmm a / folly / Conv . h <nl> ppp b / folly / Conv . h <nl> <nl> # define FOLLY_RANGE_CHECK_STRINGIZE ( x ) # x <nl> # define FOLLY_RANGE_CHECK_STRINGIZE2 ( x ) FOLLY_RANGE_CHECK_STRINGIZE ( x ) <nl> <nl> - # define FOLLY_RANGE_CHECK ( condition , message ) \ <nl> + # define FOLLY_RANGE_CHECK ( condition , message , src ) \ <nl> ( ( condition ) ? ( void ) 0 : throw std : : range_error ( \ <nl> ( std : : string ( __FILE__ " ( " FOLLY_RANGE_CHECK_STRINGIZE2 ( __LINE__ ) " ) : " ) \ <nl> - + ( message ) ) . c_str ( ) ) ) <nl> + + ( message ) + " : ' " + ( src ) + " ' " ) . c_str ( ) ) ) <nl> + <nl> + # define FOLLY_RANGE_CHECK_BEGIN_END ( condition , message , b , e ) \ <nl> + FOLLY_RANGE_CHECK ( condition , message , std : : string ( ( b ) , ( e ) - ( b ) ) ) <nl> + <nl> + # define FOLLY_RANGE_CHECK_STRINGPIECE ( condition , message , sp ) \ <nl> + FOLLY_RANGE_CHECK ( condition , message , std : : string ( ( sp ) . data ( ) , ( sp ) . size ( ) ) ) <nl> <nl> namespace folly { <nl> <nl> to ( const Src & value ) { <nl> < std : : numeric_limits < Src > : : max ( ) ) { <nl> FOLLY_RANGE_CHECK ( <nl> ( ! greater_than < Tgt , std : : numeric_limits < Tgt > : : max ( ) > ( value ) ) , <nl> - " Overflow " <nl> + " Overflow " , std : : to_string ( value ) <nl> ) ; <nl> } <nl> / * static * / if ( std : : is_signed < Src > : : value & & <nl> ( ! std : : is_signed < Tgt > : : value | | sizeof ( Src ) > sizeof ( Tgt ) ) ) { <nl> FOLLY_RANGE_CHECK ( <nl> ( ! less_than < Tgt , std : : numeric_limits < Tgt > : : min ( ) > ( value ) ) , <nl> - " Negative overflow " <nl> + " Negative overflow " , std : : to_string ( value ) <nl> ) ; <nl> } <nl> return static_cast < Tgt > ( value ) ; <nl> to ( const Src & value ) { <nl> / * static * / if ( std : : numeric_limits < Tgt > : : max ( ) < <nl> std : : numeric_limits < Src > : : max ( ) ) { <nl> FOLLY_RANGE_CHECK ( value < = std : : numeric_limits < Tgt > : : max ( ) , <nl> - " Overflow " ) ; <nl> + " Overflow " , std : : to_string ( value ) ) ; <nl> FOLLY_RANGE_CHECK ( value > = - std : : numeric_limits < Tgt > : : max ( ) , <nl> - " Negative overflow " ) ; <nl> + " Negative overflow " , std : : to_string ( value ) ) ; <nl> } <nl> return boost : : implicit_cast < Tgt > ( value ) ; <nl> } <nl> __attribute__ ( ( __aligned__ ( 16 ) ) ) constexpr uint16_t shift1000 [ ] = { <nl> if ( * b ! = ' 0 ' ) return digits_to < Tgt > ( b , e ) ; <nl> } <nl> } <nl> - FOLLY_RANGE_CHECK ( size = = std : : numeric_limits < Tgt > : : digits10 + 1 & & <nl> - strncmp ( b , detail : : MaxString < Tgt > : : value , size ) < = 0 , <nl> - " Numeric overflow upon conversion " ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( <nl> + size = = std : : numeric_limits < Tgt > : : digits10 + 1 & & <nl> + strncmp ( b , detail : : MaxString < Tgt > : : value , size ) < = 0 , <nl> + " Numeric overflow upon conversion " , b , e ) ; <nl> } <nl> <nl> / / Here we know that the number won ' t overflow when <nl> __attribute__ ( ( __aligned__ ( 16 ) ) ) constexpr uint16_t shift1000 [ ] = { <nl> } <nl> <nl> assert ( b = = e ) ; <nl> - FOLLY_RANGE_CHECK ( size > 0 , " Found no digits to convert in input " ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( size > 0 , <nl> + " Found no digits to convert in input " , b , e ) ; <nl> return result ; <nl> } <nl> <nl> typename std : : enable_if < <nl> std : : is_integral < Tgt > : : value & & std : : is_signed < Tgt > : : value , <nl> Tgt > : : type <nl> to ( const char * b , const char * e ) { <nl> - FOLLY_RANGE_CHECK ( b < e , " Empty input string in conversion to integral " ) ; <nl> + FOLLY_RANGE_CHECK ( b < e , " Empty input string in conversion to integral " , <nl> + to < std : : string > ( " b : " , intptr_t ( b ) , " e : " , intptr_t ( e ) ) ) ; <nl> if ( ! isdigit ( * b ) ) { <nl> if ( * b = = ' - ' ) { <nl> Tgt result = - to < typename std : : make_unsigned < Tgt > : : type > ( b + 1 , e ) ; <nl> - FOLLY_RANGE_CHECK ( result < = 0 , " Negative overflow . " ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( result < = 0 , " Negative overflow . " , b , e ) ; <nl> return result ; <nl> } <nl> - FOLLY_RANGE_CHECK ( * b = = ' + ' , " Invalid lead character " ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( * b = = ' + ' , " Invalid lead character " , b , e ) ; <nl> + + b ; <nl> } <nl> Tgt result = to < typename std : : make_unsigned < Tgt > : : type > ( b , e ) ; <nl> - FOLLY_RANGE_CHECK ( result > = 0 , " Overflow . " ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( result > = 0 , " Overflow " , b , e ) ; <nl> return result ; <nl> } <nl> <nl> to ( StringPiece * src ) { <nl> <nl> auto b = src - > data ( ) , past = src - > data ( ) + src - > size ( ) ; <nl> for ( ; ; + + b ) { <nl> - FOLLY_RANGE_CHECK ( b < past , " No digits found in input string " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( b < past , <nl> + " No digits found in input string " , * src ) ; <nl> if ( ! isspace ( * b ) ) break ; <nl> } <nl> <nl> to ( StringPiece * src ) { <nl> if ( * m = = ' - ' ) { <nl> negative = true ; <nl> } else { <nl> - FOLLY_RANGE_CHECK ( * m = = ' + ' , " Invalid leading character in conversion " <nl> - " to integral " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( * m = = ' + ' , " Invalid leading character in " <nl> + " conversion to integral " , * src ) ; <nl> } <nl> + + b ; <nl> + + m ; <nl> } <nl> } <nl> - FOLLY_RANGE_CHECK ( m < past , " No digits found in input string " ) ; <nl> - FOLLY_RANGE_CHECK ( isdigit ( * m ) , " Non - digit character found " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( m < past , " No digits found in input string " , <nl> + * src ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( isdigit ( * m ) , " Non - digit character found " , * src ) ; <nl> m = detail : : findFirstNonDigit < Tgt > ( m + 1 , past ) ; <nl> <nl> Tgt result ; <nl> to ( StringPiece * src ) { <nl> auto t = detail : : digits_to < typename std : : make_unsigned < Tgt > : : type > ( b , m ) ; <nl> if ( negative ) { <nl> result = - t ; <nl> - FOLLY_RANGE_CHECK ( is_non_positive ( result ) , " Negative overflow " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( is_non_positive ( result ) , <nl> + " Negative overflow " , * src ) ; <nl> } else { <nl> result = t ; <nl> - FOLLY_RANGE_CHECK ( is_non_negative ( result ) , " Overflow " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( is_non_negative ( result ) , " Overflow " , * src ) ; <nl> } <nl> } <nl> src - > advance ( m - src - > data ( ) ) ; <nl> namespace detail { <nl> * / <nl> inline void enforceWhitespace ( const char * b , const char * e ) { <nl> for ( ; b ! = e ; + + b ) { <nl> - FOLLY_RANGE_CHECK ( isspace ( * b ) , to < std : : string > ( " Non - whitespace : " , * b ) ) ; <nl> + FOLLY_RANGE_CHECK_BEGIN_END ( isspace ( * b ) , <nl> + to < std : : string > ( " Non - whitespace : " , * b ) , <nl> + b , e ) ; <nl> } <nl> } <nl> <nl> to ( StringPiece * const src ) { <nl> std : : numeric_limits < double > : : quiet_NaN ( ) , <nl> nullptr , nullptr ) ; <nl> <nl> - FOLLY_RANGE_CHECK ( ! src - > empty ( ) , " No digits found in input string " ) ; <nl> + FOLLY_RANGE_CHECK_STRINGPIECE ( ! src - > empty ( ) , <nl> + " No digits found in input string " , * src ) ; <nl> <nl> int length ; <nl> auto result = conv . StringToDouble ( src - > data ( ) , <nl> to ( const Src & value ) { <nl> / / to avoid defining this global macro name in other files that include Conv . h . <nl> # ifndef FOLLY_CONV_INTERNAL <nl> # undef FOLLY_RANGE_CHECK <nl> - # undef FOLLY_RANGE_CHECK_STRINGIZE2 <nl> + # undef FOLLY_RANGE_CHECK_BEGIN_END <nl> + # undef FOLLY_RANGE_CHECK_STRINGPIECE <nl> # undef FOLLY_RANGE_CHECK_STRINGIZE <nl> + # undef FOLLY_RANGE_CHECK_STRINGIZE2 <nl> # endif <nl> <nl> # endif / * FOLLY_BASE_CONV_H_ * / <nl>
|
folly : to : make exceptions more informative
|
facebook/folly
|
8c74c8066767b4061c2a5d97b615a2c05e7c8394
|
2015-02-02T21:12:44Z
|
mmm a / benchmark / single - source / SetTests . swift <nl> ppp b / benchmark / single - source / SetTests . swift <nl> public let SetTests = [ <nl> tags : [ . validation , . api , . Set ] , <nl> setUpFunction : { blackHole ( [ setP , setQ ] ) } ) , <nl> <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Empty . Int " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setE , setAB , true , 5000 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setE , setAB ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Int . Empty " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setAB , setE , false , 5000 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setAB , setE ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Int0 " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setAB , setCD , false , 5000 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setAB , setCD ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Box0 " , <nl> + runFunction : { n in run_SetIsStrictSubsetBox ( setOAB , setOCD , false , 5000 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setOAB , setOCD ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Int25 " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setB , setAB , true , 50 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setB , setAB ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Box25 " , <nl> + runFunction : { n in run_SetIsStrictSubsetBox ( setOB , setOAB , true , 50 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setOB , setOAB ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Int50 " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setY , setXY , true , 50 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setY , setXY ] ) } ) , <nl> + BenchmarkInfo ( <nl> + name : " Set . isStrictSubset . Int100 " , <nl> + runFunction : { n in run_SetIsStrictSubsetInt ( setP , setQ , false , 50 * n ) } , <nl> + tags : [ . validation , . api , . Set ] , <nl> + setUpFunction : { blackHole ( [ setP , setQ ] ) } ) , <nl> + <nl> BenchmarkInfo ( <nl> name : " Set . isDisjoint . Empty . Int " , <nl> runFunction : { n in run_SetIsDisjointInt ( setE , setAB , true , 5000 * n ) } , <nl> public func run_SetIsSubsetInt ( <nl> } <nl> } <nl> <nl> + @ inline ( never ) <nl> + public func run_SetIsStrictSubsetInt ( <nl> + _ a : Set < Int > , <nl> + _ b : Set < Int > , <nl> + _ r : Bool , <nl> + _ n : Int ) { <nl> + for _ in 0 . . < n { <nl> + let isStrictSubset = a . isStrictSubset ( of : identity ( b ) ) <nl> + CheckResults ( isStrictSubset = = r ) <nl> + } <nl> + } <nl> + <nl> @ inline ( never ) <nl> public func run_SetSymmetricDifferenceInt ( <nl> _ a : Set < Int > , <nl> func run_SetIsSubsetBox ( <nl> } <nl> } <nl> <nl> + @ inline ( never ) <nl> + func run_SetIsStrictSubsetBox ( <nl> + _ a : Set < Box < Int > > , <nl> + _ b : Set < Box < Int > > , <nl> + _ r : Bool , <nl> + _ n : Int ) { <nl> + for _ in 0 . . < n { <nl> + let isStrictSubset = a . isStrictSubset ( of : identity ( b ) ) <nl> + CheckResults ( isStrictSubset = = r ) <nl> + } <nl> + } <nl> + <nl> @ inline ( never ) <nl> func run_SetSymmetricDifferenceBox ( <nl> _ a : Set < Box < Int > > , <nl>
|
Merge remote - tracking branch ' origin / master ' into master - next
|
apple/swift
|
693dea6586ff9b5157029d65034ac70b9bd7196d
|
2019-04-17T03:50:59Z
|
mmm a / editor / editor_fonts . cpp <nl> ppp b / editor / editor_fonts . cpp <nl> static Ref < BitmapFont > make_font ( int p_height , int p_ascent , int p_valign , int p <nl> m_name - > add_fallback ( FontArabic ) ; \ <nl> m_name - > add_fallback ( FontHebrew ) ; \ <nl> m_name - > add_fallback ( FontThai ) ; \ <nl> + m_name - > add_fallback ( FontHindi ) ; \ <nl> m_name - > add_fallback ( FontJapanese ) ; \ <nl> m_name - > add_fallback ( FontFallback ) ; <nl> <nl> void editor_register_fonts ( Ref < Theme > p_theme ) { <nl> FontThai - > set_font_ptr ( _font_NotoSansThaiUI_Regular , _font_NotoSansThaiUI_Regular_size ) ; <nl> FontThai - > set_force_autohinter ( true ) ; / / just looks better . . i think ? <nl> <nl> + Ref < DynamicFontData > FontHindi ; <nl> + FontHindi . instance ( ) ; <nl> + FontHindi - > set_hinting ( font_hinting ) ; <nl> + FontHindi - > set_font_ptr ( _font_NotoSansDevanagariUI_Regular , _font_NotoSansDevanagariUI_Regular_size ) ; <nl> + FontHindi - > set_force_autohinter ( true ) ; / / just looks better . . i think ? <nl> + <nl> / * Hack * / <nl> <nl> Ref < DynamicFontData > dfmono ; <nl> new file mode 100644 <nl> index 00000000000 . . 1f9fb2e8574 <nl> Binary files / dev / null and b / thirdparty / fonts / NotoSansDevanagariUI_Regular . ttf differ <nl>
|
Merge pull request from volzhs / font - hindi
|
godotengine/godot
|
6003cf70b180227a0b774afe61b41e68b50c31a0
|
2018-08-29T20:41:09Z
|
mmm a / src / compiler / cpp_generator . cc <nl> ppp b / src / compiler / cpp_generator . cc <nl> string GetHeaderServices ( const google : : protobuf : : FileDescriptor * file ) { <nl> map < string , string > vars ; <nl> <nl> for ( int i = 0 ; i < file - > service_count ( ) ; + + i ) { <nl> - PrintHeaderService ( & printer , file - > service ( 0 ) , & vars ) ; <nl> + PrintHeaderService ( & printer , file - > service ( i ) , & vars ) ; <nl> printer . Print ( " \ n " ) ; <nl> } <nl> return output ; <nl> string GetSourceServices ( const google : : protobuf : : FileDescriptor * file ) { <nl> map < string , string > vars ; <nl> <nl> for ( int i = 0 ; i < file - > service_count ( ) ; + + i ) { <nl> - PrintSourceService ( & printer , file - > service ( 0 ) , & vars ) ; <nl> + PrintSourceService ( & printer , file - > service ( i ) , & vars ) ; <nl> printer . Print ( " \ n " ) ; <nl> } <nl> return output ; <nl>
|
Fix bug with generating grpc c + + code for proto files
|
grpc/grpc
|
ca9f359b75875e1757c4352c82b824eff154882d
|
2014-12-15T22:55:58Z
|
mmm a / Examples / SequenceToSequence / CMUDict / Python / Sequence2Sequence . py <nl> ppp b / Examples / SequenceToSequence / CMUDict / Python / Sequence2Sequence . py <nl> def model_greedy ( input ) : # ( input_sequence , decoder_history_sequence ) - - > ( word_ <nl> model = model . replace_placeholders ( { model . arguments [ 0 ] : drop_start . output } ) <nl> # ^ ^ this is a workaround around the problem described inside criterion ( ) <nl> <nl> - # model . update_signature ( Type ( input_vocab_dim , dynamic_axes = [ Axis . default_batch_axis ( ) , inputAxis ] ) , <nl> - # Type ( label_vocab_dim , dynamic_axes = [ Axis . default_batch_axis ( ) , labelAxis ] ) ) <nl> - # # Type ( label_vocab_dim , dynamic_axes = [ Axis . default_batch_axis ( ) , Axis ( ' labelAxis ' ) ] ) ) <nl> @ Function <nl> def criterion ( input , labels ) : <nl> model1 = model <nl> mmm a / Source / CNTKv2LibraryDll / PrimitiveFunction . cpp <nl> ppp b / Source / CNTKv2LibraryDll / PrimitiveFunction . cpp <nl> namespace CNTK <nl> return outputDataType ; <nl> } <nl> <nl> - / * static * / std : : vector < Axis > PrimitiveFunction : : GetOutputDynamicAxes ( PrimitiveOpType op , std : : vector < Variable > & inputs , Dictionary & functionConfig ) <nl> + / * static * / std : : vector < Axis > PrimitiveFunction : : GetOutputDynamicAxes ( PrimitiveOpType op , std : : vector < Variable > & inputs , PrimitiveFunction * owner , Dictionary & functionConfig ) <nl> { <nl> / / We currently require that the inputs ' dynamic axes , if any , match <nl> std : : vector < Axis > outputDynamicAxes ; <nl> namespace CNTK <nl> else <nl> { <nl> if ( currentInputDynamicAxes ! = outputDynamicAxes ) <nl> - CNTK : : LogicError ( " Currently if an operand of a elementwise operation has any dynamic axes , those must match the dynamic axes of the other operands " ) ; <nl> + owner - > LogicError ( " Currently if an operand of a elementwise operation has any dynamic axes , those must match the dynamic axes of the other operands " ) ; <nl> } <nl> } <nl> } <nl> namespace CNTK <nl> return inputs ; <nl> <nl> DataType outputDataType = GetOutputDataType ( op , inputs , inferDimensions ) ; <nl> - std : : vector < Axis > outputDynamicAxes = GetOutputDynamicAxes ( op , inputs , functionConfig ) ; <nl> + std : : vector < Axis > outputDynamicAxes = GetOutputDynamicAxes ( op , inputs , owner , functionConfig ) ; <nl> <nl> NDShape outputShape = NDShape : : Unknown ; <nl> bool allInputShapesUnknown = ( std : : find_if ( inputs . begin ( ) , inputs . end ( ) , [ ] ( const Variable & input ) { return ! input . Shape ( ) . IsUnknown ( ) ; } ) = = inputs . end ( ) ) ; <nl> mmm a / Source / CNTKv2LibraryDll / PrimitiveFunction . h <nl> ppp b / Source / CNTKv2LibraryDll / PrimitiveFunction . h <nl> namespace CNTK <nl> / / TODO : Reconcile this with the ComputationNode : : Validate functionality in core CNTK to avoid duplication of inference logic <nl> / / Returns a pair of determined output variables and a bool indicating if any input operand shape was modified <nl> static DataType GetOutputDataType ( PrimitiveOpType op , std : : vector < Variable > & inputs , bool inferDimensions ) ; <nl> - static std : : vector < Axis > GetOutputDynamicAxes ( PrimitiveOpType op , std : : vector < Variable > & inputs , Dictionary & functionConfig ) ; <nl> + static std : : vector < Axis > GetOutputDynamicAxes ( PrimitiveOpType op , std : : vector < Variable > & inputs , PrimitiveFunction * owner , Dictionary & functionConfig ) ; <nl> / * static * / std : : vector < Variable > GetOutputVariables ( PrimitiveOpType op , <nl> std : : vector < Variable > & inputs , <nl> PrimitiveFunction * owner , <nl> mmm a / bindings / python / cntk / ops / functions . py <nl> ppp b / bindings / python / cntk / ops / functions . py <nl> def resolve_named ( output ) : <nl> # force parameter order <nl> # BUGBUG : as_block ( ) on the entire function is not really working , it looses names of its contents . <nl> # As a workaround , wrap the args themselves into alias ( ) , combine ( ) , as_block ( ) . <nl> - out_arg_names = [ arg . name for arg in out . placeholders ] <nl> - if out_arg_names ! = arg_names and False : # if order changed then force the order <nl> + out_arg_names = [ arg . name for arg in out . arguments ] <nl> + # if len ( arg_names ) > 1 : <nl> + # BUGBUG : ^ ^ causes random errors , use conservatively <nl> + if out_arg_names ! = arg_names and False : # if order changed then force the order <nl> + # we only encapsulate the combine ( ) function as to force the order , <nl> + # but not the actual function , as to not hide names inside <nl> args1 = [ placeholder_variable ( name = name ) for name in arg_names ] <nl> combined_args = combine ( [ alias ( arg , arg . name ) for arg in args1 ] ) <nl> args2 = [ placeholder_variable ( name = name ) for name in arg_names ] <nl> def resolve_named ( output ) : <nl> out = combine ( out ) <nl> else : <nl> out = resolve_named ( out ) <nl> - out_arg_names = [ arg . name for arg in out . placeholders ] <nl> + out_arg_names = [ arg . name for arg in out . arguments ] <nl> assert out_arg_names = = arg_names <nl> # END WORKAROUND <nl> <nl>
|
towards as_block ( ) for parameter ordering , not working yet ;
|
microsoft/CNTK
|
8dab8ac5d27663d464650a79046b611982bfe745
|
2017-01-16T20:29:34Z
|
mmm a / src / wallet / rpcdump . cpp <nl> ppp b / src / wallet / rpcdump . cpp <nl> UniValue importaddress ( const JSONRPCRequest & request ) <nl> if ( request . fHelp | | request . params . size ( ) < 1 | | request . params . size ( ) > 4 ) <nl> throw std : : runtime_error ( <nl> " importaddress \ " address \ " ( \ " label \ " rescan p2sh ) \ n " <nl> - " \ nAdds a script ( in hex ) or address that can be watched as if it were in your wallet but cannot be used to spend . Requires a new wallet backup . \ n " <nl> + " \ nAdds an address or script ( in hex ) that can be watched as if it were in your wallet but cannot be used to spend . Requires a new wallet backup . \ n " <nl> " \ nArguments : \ n " <nl> - " 1 . \ " script \ " ( string , required ) The hex - encoded script ( or address ) \ n " <nl> + " 1 . \ " address \ " ( string , required ) The Bitcoin address ( or hex - encoded script ) \ n " <nl> " 2 . \ " label \ " ( string , optional , default = \ " \ " ) An optional label \ n " <nl> " 3 . rescan ( boolean , optional , default = true ) Rescan the wallet for transactions \ n " <nl> " 4 . p2sh ( boolean , optional , default = false ) Add the P2SH version of the script as well \ n " <nl> UniValue importaddress ( const JSONRPCRequest & request ) <nl> " \ nNote : If you import a non - standard raw script in hex form , outputs sending to it will be treated \ n " <nl> " as change , and not show up in many RPCs . \ n " <nl> " \ nExamples : \ n " <nl> - " \ nImport a script with rescan \ n " <nl> - + HelpExampleCli ( " importaddress " , " \ " myscript \ " " ) + <nl> + " \ nImport an address with rescan \ n " <nl> + + HelpExampleCli ( " importaddress " , " \ " myaddress \ " " ) + <nl> " \ nImport using a label without rescan \ n " <nl> - + HelpExampleCli ( " importaddress " , " \ " myscript \ " \ " testing \ " false " ) + <nl> + + HelpExampleCli ( " importaddress " , " \ " myaddress \ " \ " testing \ " false " ) + <nl> " \ nAs a JSON - RPC call \ n " <nl> - + HelpExampleRpc ( " importaddress " , " \ " myscript \ " , \ " testing \ " , false " ) <nl> + + HelpExampleRpc ( " importaddress " , " \ " myaddress \ " , \ " testing \ " , false " ) <nl> ) ; <nl> <nl> <nl>
|
[ wallet ] [ rpc ] Fix importaddress help text
|
bitcoin/bitcoin
|
2c71edc2fc52cfc3a0b401f8d5d051c8938c150e
|
2018-04-25T18:08:35Z
|
mmm a / XBMC - ATV2 . xcodeproj / project . pbxproj <nl> ppp b / XBMC - ATV2 . xcodeproj / project . pbxproj <nl> <nl> / * Begin PBXBuildFile section * / <nl> 4D5D2E131301753F006ABC13 / * CFNetwork . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = 4D5D2E121301753F006ABC13 / * CFNetwork . framework * / ; } ; <nl> F51BD1F112CA77B500B8BD20 / * libpython2 . 6 . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F51BD1F012CA77B500B8BD20 / * libpython2 . 6 . dylib * / ; } ; <nl> - F54D9DD812B56A7D006870F9 / * libfaad . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F54D9DD712B56A7D006870F9 / * libfaad . dylib * / ; settings = { ATTRIBUTES = ( Required , ) ; } ; } ; <nl> F54D9E0712B65FFF006870F9 / * libc . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F54D9E0612B65FFF006870F9 / * libc . dylib * / ; } ; <nl> F54D9E8E12B71457006870F9 / * CoreAudio . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F54D9E8D12B71457006870F9 / * CoreAudio . framework * / ; } ; <nl> - F55E026612EB5F84003E067B / * libcurl . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5653BB4128B9441009C7ABB / * libcurl . dylib * / ; } ; <nl> - F5657641130193E80085ED7F / * libtalloc . dylib . 2 in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5657640130193E70085ED7F / * libtalloc . dylib . 2 * / ; } ; <nl> - F56576A21301C5490085ED7F / * libtdb . dylib . 1 in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5657642130193F10085ED7F / * libtdb . dylib . 1 * / ; } ; <nl> F56B15FB12CD6922009B4C96 / * CoreVideo . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56B15FA12CD6922009B4C96 / * CoreVideo . framework * / ; } ; <nl> F56B15FD12CD6930009B4C96 / * AudioToolbox . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56B15FC12CD6930009B4C96 / * AudioToolbox . framework * / ; } ; <nl> F56B15FF12CD695C009B4C96 / * CoreGraphics . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56B15FE12CD695C009B4C96 / * CoreGraphics . framework * / ; } ; <nl> <nl> F589AE1B1288DE0800D8079E / * libsamplerate . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE1A1288DE0800D8079E / * libsamplerate . dylib * / ; settings = { ATTRIBUTES = ( Required , ) ; } ; } ; <nl> F589AE1D1288DE1B00D8079E / * libcdio . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE1C1288DE1B00D8079E / * libcdio . dylib * / ; settings = { ATTRIBUTES = ( Required , ) ; } ; } ; <nl> F589AE211288DE6400D8079E / * libfribidi . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE201288DE6400D8079E / * libfribidi . dylib * / ; settings = { ATTRIBUTES = ( Required , ) ; } ; } ; <nl> - F589AE2F1288DEC900D8079E / * libcrypto . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE2E1288DEC900D8079E / * libcrypto . dylib * / ; } ; <nl> F589AE311288DEE000D8079E / * libpcre . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE301288DEE000D8079E / * libpcre . dylib * / ; } ; <nl> F589AE331288DEE900D8079E / * libpcrecpp . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE321288DEE900D8079E / * libpcrecpp . dylib * / ; } ; <nl> F589AE351288DEF900D8079E / * liblzo2 . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE341288DEF900D8079E / * liblzo2 . dylib * / ; } ; <nl> - F589AE371288DEFE00D8079E / * liblzo . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE361288DEFE00D8079E / * liblzo . dylib * / ; } ; <nl> F589AE391288DF1F00D8079E / * libmysqlclient . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE381288DF1F00D8079E / * libmysqlclient . dylib * / ; settings = { ATTRIBUTES = ( Weak , ) ; } ; } ; <nl> F589AE431288E02000D8079E / * libiconv . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE421288E02000D8079E / * libiconv . dylib * / ; } ; <nl> F589AE451288E06100D8079E / * libbz2 . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE441288E06100D8079E / * libbz2 . dylib * / ; } ; <nl> <nl> F589AE8512890BEF00D8079E / * libxdaap - arm - osx . a in Frameworks * / = { isa = PBXBuildFile ; fileRef = F589AE8012890BEF00D8079E / * libxdaap - arm - osx . a * / ; settings = { ATTRIBUTES = ( Required , ) ; } ; } ; <nl> F5A29EC312A7221B003A610C / * CoreMedia . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5A29EC212A7221B003A610C / * CoreMedia . framework * / ; } ; <nl> F5A29F2712A72246003A610C / * VideoToolbox . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5A29F2612A72246003A610C / * VideoToolbox . framework * / ; } ; <nl> - F5B13836133080CA0045076D / * libmodplug . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13834133080CA0045076D / * libmodplug . dylib * / ; } ; <nl> F5B13837133080CB0045076D / * libmicrohttpd . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13835133080CA0045076D / * libmicrohttpd . dylib * / ; } ; <nl> F5B13B021333248E0045076D / * libass . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13B011333248E0045076D / * libass . dylib * / ; } ; <nl> - F5B13B2613332B340045076D / * libbluray . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13B2513332B340045076D / * libbluray . dylib * / ; } ; <nl> F5B13E0113344F310045076D / * DarwinUtils . mm in Sources * / = { isa = PBXBuildFile ; fileRef = F5B13E0013344F310045076D / * DarwinUtils . mm * / ; } ; <nl> / * End PBXBuildFile section * / <nl> <nl> <nl> 4D5D2E121301753F006ABC13 / * CFNetwork . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CFNetwork . framework ; path = System / Library / Frameworks / CFNetwork . framework ; sourceTree = SDKROOT ; } ; <nl> 8D576316048677EA00EA77CD / * XBMC . frappliance * / = { isa = PBXFileReference ; explicitFileType = wrapper . cfbundle ; includeInIndex = 0 ; path = XBMC . frappliance ; sourceTree = BUILT_PRODUCTS_DIR ; } ; <nl> F51BD1F012CA77B500B8BD20 / * libpython2 . 6 . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libpython2 . 6 . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libpython2 . 6 . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F54D9DD712B56A7D006870F9 / * libfaad . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfaad . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfaad . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F54D9E0612B65FFF006870F9 / * libc . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libc . dylib ; path = usr / lib / libc . dylib ; sourceTree = SDKROOT ; } ; <nl> F54D9E8D12B71457006870F9 / * CoreAudio . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CoreAudio . framework ; path = System / Library / Frameworks / CoreAudio . framework ; sourceTree = SDKROOT ; } ; <nl> - F5653BB4128B9441009C7ABB / * libcurl . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcurl . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcurl . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F5657640130193E70085ED7F / * libtalloc . dylib . 2 * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libtalloc . dylib . 2 ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libtalloc . dylib . 2 " ; sourceTree = " < absolute > " ; } ; <nl> - F5657642130193F10085ED7F / * libtdb . dylib . 1 * / = { isa = PBXFileReference ; explicitFileType = " compiled . mach - o . dylib " ; fileEncoding = 4 ; name = libtdb . dylib . 1 ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libtdb . dylib . 1 " ; sourceTree = " < absolute > " ; } ; <nl> F56B15FA12CD6922009B4C96 / * CoreVideo . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CoreVideo . framework ; path = System / Library / Frameworks / CoreVideo . framework ; sourceTree = SDKROOT ; } ; <nl> F56B15FC12CD6930009B4C96 / * AudioToolbox . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = AudioToolbox . framework ; path = System / Library / Frameworks / AudioToolbox . framework ; sourceTree = SDKROOT ; } ; <nl> F56B15FE12CD695C009B4C96 / * CoreGraphics . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CoreGraphics . framework ; path = System / Library / Frameworks / CoreGraphics . framework ; sourceTree = SDKROOT ; } ; <nl> <nl> F589AE1C1288DE1B00D8079E / * libcdio . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcdio . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcdio . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE1E1288DE2700D8079E / * libfreetype . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfreetype . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfreetype . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE201288DE6400D8079E / * libfribidi . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfribidi . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfribidi . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F589AE2E1288DEC900D8079E / * libcrypto . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcrypto . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcrypto . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE301288DEE000D8079E / * libpcre . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libpcre . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libpcre . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE321288DEE900D8079E / * libpcrecpp . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libpcrecpp . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libpcrecpp . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE341288DEF900D8079E / * liblzo2 . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = liblzo2 . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / liblzo2 . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F589AE361288DEFE00D8079E / * liblzo . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = liblzo . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / liblzo . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE381288DF1F00D8079E / * libmysqlclient . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmysqlclient . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / mysql / libmysqlclient . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F589AE421288E02000D8079E / * libiconv . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libiconv . dylib ; path = usr / lib / libiconv . dylib ; sourceTree = SDKROOT ; } ; <nl> F589AE441288E06100D8079E / * libbz2 . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libbz2 . dylib ; path = usr / lib / libbz2 . dylib ; sourceTree = SDKROOT ; } ; <nl> <nl> F589AE8012890BEF00D8079E / * libxdaap - arm - osx . a * / = { isa = PBXFileReference ; lastKnownFileType = archive . ar ; name = " libxdaap - arm - osx . a " ; path = " lib / libXDAAP / libxdaap - arm - osx . a " ; sourceTree = " < group > " ; } ; <nl> F5A29EC212A7221B003A610C / * CoreMedia . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CoreMedia . framework ; path = System / Library / Frameworks / CoreMedia . framework ; sourceTree = SDKROOT ; } ; <nl> F5A29F2612A72246003A610C / * VideoToolbox . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = VideoToolbox . framework ; path = System / Library / PrivateFrameworks / VideoToolbox . framework ; sourceTree = SDKROOT ; } ; <nl> - F5B13834133080CA0045076D / * libmodplug . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmodplug . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libmodplug . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F5B13835133080CA0045076D / * libmicrohttpd . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmicrohttpd . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libmicrohttpd . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F5B13B011333248E0045076D / * libass . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libass . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libass . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F5B13B2513332B340045076D / * libbluray . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libbluray . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libbluray . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F5B13DFF13344F2A0045076D / * DarwinUtils . h * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = sourcecode . c . h ; path = DarwinUtils . h ; sourceTree = " < group > " ; } ; <nl> F5B13E0013344F310045076D / * DarwinUtils . mm * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = sourcecode . cpp . objcpp ; path = DarwinUtils . mm ; sourceTree = " < group > " ; } ; <nl> / * End PBXFileReference section * / <nl> <nl> F589AE1B1288DE0800D8079E / * libsamplerate . dylib in Frameworks * / , <nl> F589AE1D1288DE1B00D8079E / * libcdio . dylib in Frameworks * / , <nl> F589AE211288DE6400D8079E / * libfribidi . dylib in Frameworks * / , <nl> - F589AE2F1288DEC900D8079E / * libcrypto . dylib in Frameworks * / , <nl> F589AE311288DEE000D8079E / * libpcre . dylib in Frameworks * / , <nl> F589AE331288DEE900D8079E / * libpcrecpp . dylib in Frameworks * / , <nl> F589AE351288DEF900D8079E / * liblzo2 . dylib in Frameworks * / , <nl> - F589AE371288DEFE00D8079E / * liblzo . dylib in Frameworks * / , <nl> F589AE391288DF1F00D8079E / * libmysqlclient . dylib in Frameworks * / , <nl> F589AE431288E02000D8079E / * libiconv . dylib in Frameworks * / , <nl> F589AE451288E06100D8079E / * libbz2 . dylib in Frameworks * / , <nl> <nl> F589AE8512890BEF00D8079E / * libxdaap - arm - osx . a in Frameworks * / , <nl> F5A29EC312A7221B003A610C / * CoreMedia . framework in Frameworks * / , <nl> F5A29F2712A72246003A610C / * VideoToolbox . framework in Frameworks * / , <nl> - F54D9DD812B56A7D006870F9 / * libfaad . dylib in Frameworks * / , <nl> F54D9E0712B65FFF006870F9 / * libc . dylib in Frameworks * / , <nl> F54D9E8E12B71457006870F9 / * CoreAudio . framework in Frameworks * / , <nl> F577714112C3BA8E00871432 / * libsmbclient . dylib . 0 in Frameworks * / , <nl> <nl> F56B15FD12CD6930009B4C96 / * AudioToolbox . framework in Frameworks * / , <nl> F56B15FF12CD695C009B4C96 / * CoreGraphics . framework in Frameworks * / , <nl> F56B161B12CD69DB009B4C96 / * ImageIO . framework in Frameworks * / , <nl> - F55E026612EB5F84003E067B / * libcurl . dylib in Frameworks * / , <nl> 4D5D2E131301753F006ABC13 / * CFNetwork . framework in Frameworks * / , <nl> - F5657641130193E80085ED7F / * libtalloc . dylib . 2 in Frameworks * / , <nl> - F56576A21301C5490085ED7F / * libtdb . dylib . 1 in Frameworks * / , <nl> F56C7EDD131F0942000AD0F6 / * http - api . a in Frameworks * / , <nl> F56C7EDF131F0959000AD0F6 / * json - rpc . a in Frameworks * / , <nl> F56C7EE1131F0965000AD0F6 / * libjsoncpp . a in Frameworks * / , <nl> - F5B13836133080CA0045076D / * libmodplug . dylib in Frameworks * / , <nl> F5B13837133080CB0045076D / * libmicrohttpd . dylib in Frameworks * / , <nl> F5B13B021333248E0045076D / * libass . dylib in Frameworks * / , <nl> - F5B13B2613332B340045076D / * libbluray . dylib in Frameworks * / , <nl> ) ; <nl> runOnlyForDeploymentPostprocessing = 0 ; <nl> } ; <nl> <nl> F589AE0A1288DC1300D8079E / * External Libs * / = { <nl> isa = PBXGroup ; <nl> children = ( <nl> - F589AE361288DEFE00D8079E / * liblzo . dylib * / , <nl> F589AE341288DEF900D8079E / * liblzo2 . dylib * / , <nl> F589AE301288DEE000D8079E / * libpcre . dylib * / , <nl> F589AE321288DEE900D8079E / * libpcrecpp . dylib * / , <nl> - F589AE2E1288DEC900D8079E / * libcrypto . dylib * / , <nl> F5B13B011333248E0045076D / * libass . dylib * / , <nl> - F54D9DD712B56A7D006870F9 / * libfaad . dylib * / , <nl> F589AE201288DE6400D8079E / * libfribidi . dylib * / , <nl> F589AE1C1288DE1B00D8079E / * libcdio . dylib * / , <nl> F589AE1A1288DE0800D8079E / * libsamplerate . dylib * / , <nl> - F5653BB4128B9441009C7ABB / * libcurl . dylib * / , <nl> F577714012C3BA8E00871432 / * libsmbclient . dylib . 0 * / , <nl> - F5657640130193E70085ED7F / * libtalloc . dylib . 2 * / , <nl> - F5657642130193F10085ED7F / * libtdb . dylib . 1 * / , <nl> F589AE1E1288DE2700D8079E / * libfreetype . dylib * / , <nl> F589AE161288DDE400D8079E / * libfontconfig . dylib * / , <nl> F589AE381288DF1F00D8079E / * libmysqlclient . dylib * / , <nl> F51BD1F012CA77B500B8BD20 / * libpython2 . 6 . dylib * / , <nl> F589AE521288E20900D8079E / * libsqlite3 . dylib * / , <nl> - F5B13834133080CA0045076D / * libmodplug . dylib * / , <nl> F5B13835133080CA0045076D / * libmicrohttpd . dylib * / , <nl> - F5B13B2513332B340045076D / * libbluray . dylib * / , <nl> ) ; <nl> name = " External Libs " ; <nl> sourceTree = " < group > " ; <nl> mmm a / XBMC - IOS . xcodeproj / project . pbxproj <nl> ppp b / XBMC - IOS . xcodeproj / project . pbxproj <nl> <nl> F56C8BAA131F4466000AD0F6 / * XBMCController . mm in Sources * / = { isa = PBXBuildFile ; fileRef = F56C8BA2131F4466000AD0F6 / * XBMCController . mm * / ; } ; <nl> F56C8BAB131F4466000AD0F6 / * XBMCEAGLView . mm in Sources * / = { isa = PBXBuildFile ; fileRef = F56C8BA5131F4466000AD0F6 / * XBMCEAGLView . mm * / ; } ; <nl> F56C8BB9131F44AA000AD0F6 / * InfoPlist . strings in Resources * / = { isa = PBXBuildFile ; fileRef = F56C8BB7131F44AA000AD0F6 / * InfoPlist . strings * / ; } ; <nl> - F56C8BE8131F4796000AD0F6 / * liblzo . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BCF131F4795000AD0F6 / * liblzo . dylib * / ; } ; <nl> F56C8BE9131F4796000AD0F6 / * liblzo2 . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BD0131F4795000AD0F6 / * liblzo2 . dylib * / ; } ; <nl> F56C8BEA131F4796000AD0F6 / * libpcre . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BD1131F4795000AD0F6 / * libpcre . dylib * / ; } ; <nl> F56C8BEB131F4796000AD0F6 / * libpcrecpp . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BD2131F4795000AD0F6 / * libpcrecpp . dylib * / ; } ; <nl> - F56C8BEC131F4796000AD0F6 / * libcrypto . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BD3131F4795000AD0F6 / * libcrypto . dylib * / ; } ; <nl> - F56C8BEE131F4796000AD0F6 / * libfaad . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BD5131F4796000AD0F6 / * libfaad . dylib * / ; } ; <nl> F56C8BF5131F4796000AD0F6 / * libfribidi . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BDC131F4796000AD0F6 / * libfribidi . dylib * / ; } ; <nl> F56C8BF6131F4796000AD0F6 / * libcdio . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BDD131F4796000AD0F6 / * libcdio . dylib * / ; } ; <nl> F56C8BF7131F4796000AD0F6 / * libsamplerate . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BDE131F4796000AD0F6 / * libsamplerate . dylib * / ; } ; <nl> - F56C8BF8131F4796000AD0F6 / * libcurl . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BDF131F4796000AD0F6 / * libcurl . dylib * / ; } ; <nl> F56C8BF9131F4796000AD0F6 / * libsmbclient . dylib . 0 in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BE0131F4796000AD0F6 / * libsmbclient . dylib . 0 * / ; } ; <nl> - F56C8BFA131F4796000AD0F6 / * libtalloc . dylib . 2 in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BE1131F4796000AD0F6 / * libtalloc . dylib . 2 * / ; } ; <nl> F56C8BFC131F4796000AD0F6 / * libfreetype . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BE3131F4796000AD0F6 / * libfreetype . dylib * / ; } ; <nl> F56C8BFD131F4797000AD0F6 / * libfontconfig . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BE4131F4796000AD0F6 / * libfontconfig . dylib * / ; } ; <nl> F56C8BFE131F4797000AD0F6 / * libmysqlclient . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F56C8BE5131F4796000AD0F6 / * libmysqlclient . dylib * / ; } ; <nl> <nl> F5A29EC312A7221B003A610C / * CoreMedia . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5A29EC212A7221B003A610C / * CoreMedia . framework * / ; } ; <nl> F5A29F2712A72246003A610C / * VideoToolbox . framework in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5A29F2612A72246003A610C / * VideoToolbox . framework * / ; } ; <nl> F5B1380D13306B890045076D / * libmicrohttpd . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B1380C13306B890045076D / * libmicrohttpd . dylib * / ; } ; <nl> - F5B138131330732A0045076D / * libmodplug . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B138121330732A0045076D / * libmodplug . dylib * / ; } ; <nl> F5B13AFE1333247D0045076D / * libass . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13AFD1333247D0045076D / * libass . dylib * / ; } ; <nl> - F5B13B2E13332B4C0045076D / * libbluray . dylib in Frameworks * / = { isa = PBXBuildFile ; fileRef = F5B13B2D13332B4C0045076D / * libbluray . dylib * / ; } ; <nl> F5B13DCF1334490D0045076D / * DarwinUtils . mm in Sources * / = { isa = PBXBuildFile ; fileRef = F5B13DCE1334490D0045076D / * DarwinUtils . mm * / ; } ; <nl> / * End PBXBuildFile section * / <nl> <nl> <nl> F56C8BA5131F4466000AD0F6 / * XBMCEAGLView . mm * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = sourcecode . cpp . objcpp ; path = XBMCEAGLView . mm ; sourceTree = " < group > " ; } ; <nl> F56C8BA6131F4466000AD0F6 / * XBMCIOS - Info . plist * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = text . plist . xml ; path = " XBMCIOS - Info . plist " ; sourceTree = " < group > " ; } ; <nl> F56C8BB8131F44AA000AD0F6 / * English * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = text . plist . strings ; name = English ; path = InfoPlist . strings ; sourceTree = " < group > " ; } ; <nl> - F56C8BCF131F4795000AD0F6 / * liblzo . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = liblzo . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / liblzo . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BD0131F4795000AD0F6 / * liblzo2 . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = liblzo2 . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / liblzo2 . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BD1131F4795000AD0F6 / * libpcre . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libpcre . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libpcre . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BD2131F4795000AD0F6 / * libpcrecpp . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libpcrecpp . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libpcrecpp . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F56C8BD3131F4795000AD0F6 / * libcrypto . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcrypto . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcrypto . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F56C8BD5131F4796000AD0F6 / * libfaad . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfaad . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfaad . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BDC131F4796000AD0F6 / * libfribidi . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfribidi . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfribidi . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BDD131F4796000AD0F6 / * libcdio . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcdio . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcdio . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BDE131F4796000AD0F6 / * libsamplerate . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libsamplerate . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libsamplerate . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F56C8BDF131F4796000AD0F6 / * libcurl . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libcurl . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libcurl . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BE0131F4796000AD0F6 / * libsmbclient . dylib . 0 * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libsmbclient . dylib . 0 ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libsmbclient . dylib . 0 " ; sourceTree = " < absolute > " ; } ; <nl> - F56C8BE1131F4796000AD0F6 / * libtalloc . dylib . 2 * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libtalloc . dylib . 2 ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libtalloc . dylib . 2 " ; sourceTree = " < absolute > " ; } ; <nl> - F56C8BE2131F4796000AD0F6 / * libtdb . dylib . 1 * / = { isa = PBXFileReference ; explicitFileType = " compiled . mach - o . dylib " ; fileEncoding = 4 ; name = libtdb . dylib . 1 ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libtdb . dylib . 1 " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BE3131F4796000AD0F6 / * libfreetype . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfreetype . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfreetype . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BE4131F4796000AD0F6 / * libfontconfig . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libfontconfig . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libfontconfig . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F56C8BE5131F4796000AD0F6 / * libmysqlclient . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmysqlclient . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / mysql / libmysqlclient . dylib " ; sourceTree = " < absolute > " ; } ; <nl> <nl> F5A29EC212A7221B003A610C / * CoreMedia . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = CoreMedia . framework ; path = System / Library / Frameworks / CoreMedia . framework ; sourceTree = SDKROOT ; } ; <nl> F5A29F2612A72246003A610C / * VideoToolbox . framework * / = { isa = PBXFileReference ; lastKnownFileType = wrapper . framework ; name = VideoToolbox . framework ; path = System / Library / PrivateFrameworks / VideoToolbox . framework ; sourceTree = SDKROOT ; } ; <nl> F5B1380C13306B890045076D / * libmicrohttpd . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmicrohttpd . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libmicrohttpd . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F5B138121330732A0045076D / * libmodplug . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libmodplug . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libmodplug . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F5B13AFD1333247D0045076D / * libass . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libass . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libass . dylib " ; sourceTree = " < absolute > " ; } ; <nl> - F5B13B2D13332B4C0045076D / * libbluray . dylib * / = { isa = PBXFileReference ; lastKnownFileType = " compiled . mach - o . dylib " ; name = libbluray . dylib ; path = " / Users / Shared / xbmc - depends / ios - 4 . 2_arm7 / lib / libbluray . dylib " ; sourceTree = " < absolute > " ; } ; <nl> F5B13DCD1334490D0045076D / * DarwinUtils . h * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = sourcecode . c . h ; path = DarwinUtils . h ; sourceTree = " < group > " ; } ; <nl> F5B13DCE1334490D0045076D / * DarwinUtils . mm * / = { isa = PBXFileReference ; fileEncoding = 4 ; lastKnownFileType = sourcecode . cpp . objcpp ; path = DarwinUtils . mm ; sourceTree = " < group > " ; } ; <nl> / * End PBXFileReference section * / <nl> <nl> F56B15D512CD67A9009B4C96 / * CoreGraphics . framework in Frameworks * / , <nl> F56B160812CD6999009B4C96 / * ImageIO . framework in Frameworks * / , <nl> 4D5D2E1E1301758F006ABC13 / * CFNetwork . framework in Frameworks * / , <nl> - F56C8BE8131F4796000AD0F6 / * liblzo . dylib in Frameworks * / , <nl> F56C8BE9131F4796000AD0F6 / * liblzo2 . dylib in Frameworks * / , <nl> F56C8BEA131F4796000AD0F6 / * libpcre . dylib in Frameworks * / , <nl> F56C8BEB131F4796000AD0F6 / * libpcrecpp . dylib in Frameworks * / , <nl> - F56C8BEC131F4796000AD0F6 / * libcrypto . dylib in Frameworks * / , <nl> - F56C8BEE131F4796000AD0F6 / * libfaad . dylib in Frameworks * / , <nl> F56C8BF5131F4796000AD0F6 / * libfribidi . dylib in Frameworks * / , <nl> F56C8BF6131F4796000AD0F6 / * libcdio . dylib in Frameworks * / , <nl> F56C8BF7131F4796000AD0F6 / * libsamplerate . dylib in Frameworks * / , <nl> - F56C8BF8131F4796000AD0F6 / * libcurl . dylib in Frameworks * / , <nl> F56C8BF9131F4796000AD0F6 / * libsmbclient . dylib . 0 in Frameworks * / , <nl> - F56C8BFA131F4796000AD0F6 / * libtalloc . dylib . 2 in Frameworks * / , <nl> F56C8BFC131F4796000AD0F6 / * libfreetype . dylib in Frameworks * / , <nl> F56C8BFD131F4797000AD0F6 / * libfontconfig . dylib in Frameworks * / , <nl> F56C8BFE131F4797000AD0F6 / * libmysqlclient . dylib in Frameworks * / , <nl> <nl> F56C8C13131F4811000AD0F6 / * libxbms - arm - osx . a in Frameworks * / , <nl> F56C8C14131F4811000AD0F6 / * libxdaap - arm - osx . a in Frameworks * / , <nl> F5B1380D13306B890045076D / * libmicrohttpd . dylib in Frameworks * / , <nl> - F5B138131330732A0045076D / * libmodplug . dylib in Frameworks * / , <nl> F5B13AFE1333247D0045076D / * libass . dylib in Frameworks * / , <nl> - F5B13B2E13332B4C0045076D / * libbluray . dylib in Frameworks * / , <nl> ) ; <nl> runOnlyForDeploymentPostprocessing = 0 ; <nl> } ; <nl> <nl> F589AE0A1288DC1300D8079E / * External Libs * / = { <nl> isa = PBXGroup ; <nl> children = ( <nl> - F56C8BCF131F4795000AD0F6 / * liblzo . dylib * / , <nl> F56C8BD0131F4795000AD0F6 / * liblzo2 . dylib * / , <nl> F56C8BD1131F4795000AD0F6 / * libpcre . dylib * / , <nl> F56C8BD2131F4795000AD0F6 / * libpcrecpp . dylib * / , <nl> - F56C8BD3131F4795000AD0F6 / * libcrypto . dylib * / , <nl> F5B13AFD1333247D0045076D / * libass . dylib * / , <nl> - F56C8BD5131F4796000AD0F6 / * libfaad . dylib * / , <nl> F56C8BDC131F4796000AD0F6 / * libfribidi . dylib * / , <nl> F56C8BDD131F4796000AD0F6 / * libcdio . dylib * / , <nl> F56C8BDE131F4796000AD0F6 / * libsamplerate . dylib * / , <nl> - F56C8BDF131F4796000AD0F6 / * libcurl . dylib * / , <nl> F56C8BE0131F4796000AD0F6 / * libsmbclient . dylib . 0 * / , <nl> - F56C8BE1131F4796000AD0F6 / * libtalloc . dylib . 2 * / , <nl> - F56C8BE2131F4796000AD0F6 / * libtdb . dylib . 1 * / , <nl> F56C8BE3131F4796000AD0F6 / * libfreetype . dylib * / , <nl> F56C8BE4131F4796000AD0F6 / * libfontconfig . dylib * / , <nl> F56C8BE5131F4796000AD0F6 / * libmysqlclient . dylib * / , <nl> F56C8BE6131F4796000AD0F6 / * libpython2 . 6 . dylib * / , <nl> F56C8BE7131F4796000AD0F6 / * libsqlite3 . dylib * / , <nl> - F5B138121330732A0045076D / * libmodplug . dylib * / , <nl> F5B1380C13306B890045076D / * libmicrohttpd . dylib * / , <nl> - F5B13B2D13332B4C0045076D / * libbluray . dylib * / , <nl> ) ; <nl> name = " External Libs " ; <nl> sourceTree = " < group > " ; <nl>
|
[ ios ] remove unnessary static linking
|
xbmc/xbmc
|
cbe005f8177293b58f2e39bab5041572ed9fb64e
|
2011-03-24T04:19:25Z
|
mmm a / yarn . lock <nl> ppp b / yarn . lock <nl> <nl> write - file - atomic " ^ 2 . 3 . 0 " <nl> <nl> " @ microsoft / api - documenter @ ^ 7 . 3 . 8 " : <nl> - version " 7 . 9 . 16 " <nl> - resolved " https : / / registry . yarnpkg . com / @ microsoft / api - documenter / - / api - documenter - 7 . 9 . 16 . tgz # 2a065e3e4e9607362a50148c6923693cbdcb283a " <nl> - integrity sha512 - AXHU28Adc838bichygUC + 1YrmO1ocbihFtPTeMY + TajFz6AwMjSIS2Av7anLSR6BINh52h605v9InkpjStaTOw = = <nl> + version " 7 . 9 . 22 " <nl> + resolved " https : / / registry . yarnpkg . com / @ microsoft / api - documenter / - / api - documenter - 7 . 9 . 22 . tgz # 5f105456ff53d04eb2183c5cc9f8113aa6ff0354 " <nl> + integrity sha512 - / dEkTVyKJ58uuISukh6Dz9Wz1WneD9yr + dT02tQs3XRw75OBOoaWR5GmIXFdSM7fUUgf1j5u6NV2U3kgo4Hx2g = = <nl> dependencies : <nl> - " @ microsoft / api - extractor - model " " 7 . 10 . 3 " <nl> + " @ microsoft / api - extractor - model " " 7 . 10 . 8 " <nl> " @ microsoft / tsdoc " " 0 . 12 . 19 " <nl> - " @ rushstack / node - core - library " " 3 . 34 . 3 " <nl> - " @ rushstack / ts - command - line " " 4 . 7 . 3 " <nl> + " @ rushstack / node - core - library " " 3 . 34 . 7 " <nl> + " @ rushstack / ts - command - line " " 4 . 7 . 6 " <nl> colors " ~ 1 . 2 . 1 " <nl> js - yaml " ~ 3 . 13 . 1 " <nl> resolve " ~ 1 . 17 . 0 " <nl> <nl> " @ microsoft / tsdoc " " 0 . 12 . 19 " <nl> " @ rushstack / node - core - library " " 3 . 34 . 3 " <nl> <nl> + " @ microsoft / api - extractor - model @ 7 . 10 . 8 " : <nl> + version " 7 . 10 . 8 " <nl> + resolved " https : / / registry . yarnpkg . com / @ microsoft / api - extractor - model / - / api - extractor - model - 7 . 10 . 8 . tgz # 12fa3c25f26b5eb1f4799270bf0df12d4113f16e " <nl> + integrity sha512 - 9TfiCTPnkUeLaYywZeg9rYbVPX9Tj6AAkO6ThnjSE0tTPLjMcL3RiHkqn0BJ4 + aGcl56APwo32zj5 + kG + NqxYA = = <nl> + dependencies : <nl> + " @ microsoft / tsdoc " " 0 . 12 . 19 " <nl> + " @ rushstack / node - core - library " " 3 . 34 . 7 " <nl> + <nl> " @ microsoft / api - extractor @ ^ 7 . 3 . 8 " : <nl> version " 7 . 10 . 4 " <nl> resolved " https : / / registry . yarnpkg . com / @ microsoft / api - extractor / - / api - extractor - 7 . 10 . 4 . tgz # 9055fab0a702d2d74eba05ff369c50012cf41176 " <nl> <nl> timsort " ~ 0 . 3 . 0 " <nl> z - schema " ~ 3 . 18 . 3 " <nl> <nl> + " @ rushstack / node - core - library @ 3 . 34 . 7 " : <nl> + version " 3 . 34 . 7 " <nl> + resolved " https : / / registry . yarnpkg . com / @ rushstack / node - core - library / - / node - core - library - 3 . 34 . 7 . tgz # 864c773212ec0fc158576fec0b5ae0535a246886 " <nl> + integrity sha512 - 7FwJ0jmZsh7bDIZ1IqDNphY9Kc6aAi1D2K8jiq + da4flMyL84HNeq2KxvwFLzjLwu3eMr88X + oBpgxCTD5Y57Q = = <nl> + dependencies : <nl> + " @ types / node " " 10 . 17 . 13 " <nl> + colors " ~ 1 . 2 . 1 " <nl> + fs - extra " ~ 7 . 0 . 1 " <nl> + import - lazy " ~ 4 . 0 . 0 " <nl> + jju " ~ 1 . 4 . 0 " <nl> + resolve " ~ 1 . 17 . 0 " <nl> + semver " ~ 7 . 3 . 0 " <nl> + timsort " ~ 0 . 3 . 0 " <nl> + z - schema " ~ 3 . 18 . 3 " <nl> + <nl> " @ rushstack / rig - package @ 0 . 2 . 4 " : <nl> version " 0 . 2 . 4 " <nl> resolved " https : / / registry . yarnpkg . com / @ rushstack / rig - package / - / rig - package - 0 . 2 . 4 . tgz # 259feb6637bedbfdc130d3a188ce85370e048743 " <nl> <nl> colors " ~ 1 . 2 . 1 " <nl> string - argv " ~ 0 . 3 . 1 " <nl> <nl> + " @ rushstack / ts - command - line @ 4 . 7 . 6 " : <nl> + version " 4 . 7 . 6 " <nl> + resolved " https : / / registry . yarnpkg . com / @ rushstack / ts - command - line / - / ts - command - line - 4 . 7 . 6 . tgz # ce509855b507863ed5e2a9ced8451774b6bfd359 " <nl> + integrity sha512 - falJVNfpJtsL3gJaY77JXXycfzhzB9VkKhqEfjRWD69 / f6ezMUorPR6Nc90MnIaWgePTcdTJPZibxOQrNpu1Uw = = <nl> + dependencies : <nl> + " @ types / argparse " " 1 . 0 . 38 " <nl> + argparse " ~ 1 . 0 . 9 " <nl> + colors " ~ 1 . 2 . 1 " <nl> + string - argv " ~ 0 . 3 . 1 " <nl> + <nl> " @ sinonjs / commons @ ^ 1 . 7 . 0 " : <nl> version " 1 . 8 . 1 " <nl> resolved " https : / / registry . yarnpkg . com / @ sinonjs / commons / - / commons - 1 . 8 . 1 . tgz # e7df00f98a203324f6dc7cc606cad9d4a8ab2217 " <nl>
|
Bump @ microsoft / api - documenter from 7 . 9 . 16 to 7 . 9 . 22 ( )
|
microsoft/react-native-windows
|
0f49fc890ae3e08eeeda327b8f7368cb84b7ebb7
|
2020-10-30T21:39:20Z
|
mmm a / samples / c / find_obj . cpp <nl> ppp b / samples / c / find_obj . cpp <nl> void help ( ) <nl> " . / find_obj [ - - object_filename ] = < object_filename , box . png as default > \ n " <nl> " [ - - scene_filename ] = < scene_filename box_in_scene . png as default > ] \ n " <nl> " Example : \ n " <nl> - " . / find_obj - - object_filename = box . png - - scene_filename = box_in_scene . png \ n \ n " <nl> + " . / find_obj - - object_filename = box . png - - scene_filename = box_in_scene . png \ n \ n " <nl> ) ; <nl> } <nl> <nl>
|
Fixed mistakes in help
|
opencv/opencv
|
d225ab238f700f8659d01b66cef9846226d64d3d
|
2011-06-08T14:07:19Z
|
mmm a / src / share / core_configuration / profile / complex_modifications . hpp <nl> ppp b / src / share / core_configuration / profile / complex_modifications . hpp <nl> class complex_modifications final { <nl> } <nl> } <nl> } <nl> + <nl> + if ( auto d = find_description ( json ) ) { <nl> + description_ = * d ; <nl> + } <nl> } <nl> <nl> const std : : vector < condition > & get_conditions ( void ) const { <nl> class complex_modifications final { <nl> return manipulators_ ; <nl> } <nl> <nl> + const std : : string & get_description ( void ) const { <nl> + return description_ ; <nl> + } <nl> + <nl> private : <nl> + boost : : optional < std : : string > find_description ( const nlohmann : : json & json ) const { <nl> + { <nl> + const std : : string key = " description " ; <nl> + if ( json . find ( key ) ! = json . end ( ) ) { <nl> + if ( json [ key ] . is_string ( ) ) { <nl> + return json [ key ] . get < std : : string > ( ) ; <nl> + } else { <nl> + return std : : string ( " " ) ; <nl> + } <nl> + } <nl> + } <nl> + <nl> + if ( json . is_array ( ) | | json . is_object ( ) ) { <nl> + for ( const auto & j : json ) { <nl> + auto s = find_description ( j ) ; <nl> + if ( s ) { <nl> + return s ; <nl> + } <nl> + } <nl> + } <nl> + <nl> + return boost : : none ; <nl> + } <nl> + <nl> nlohmann : : json json_ ; <nl> std : : vector < condition > conditions_ ; <nl> std : : vector < manipulator > manipulators_ ; <nl> + std : : string description_ ; <nl> } ; <nl> <nl> complex_modifications ( const nlohmann : : json & json ) : json_ ( json ) , <nl> mmm a / tests / src / core_configuration / json / example . json <nl> ppp b / tests / src / core_configuration / json / example . json <nl> <nl> " conditions " : [ ] , <nl> " manipulators " : [ <nl> { <nl> + " description " : " Change control + [ to escape . " , <nl> " type " : " basic " , <nl> " from " : { <nl> " key_code " : " open_bracket " , <nl> <nl> } <nl> } <nl> ] <nl> + } , <nl> + { <nl> + " description " : " description test " , <nl> + " conditions " : [ ] , <nl> + " manipulators " : [ <nl> + { <nl> + " description " : " description test 2 " <nl> + } <nl> + ] <nl> + } , <nl> + { <nl> + " conditions " : [ ] , <nl> + " manipulators " : [ ] <nl> } <nl> ] , <nl> " dummy " : { <nl> mmm a / tests / src / core_configuration / json / to_json_example . json <nl> ppp b / tests / src / core_configuration / json / to_json_example . json <nl> <nl> " conditions " : [ ] , <nl> " manipulators " : [ <nl> { <nl> + " description " : " Change control + [ to escape . " , <nl> " type " : " basic " , <nl> " from " : { <nl> " key_code " : " open_bracket " , <nl> <nl> } <nl> } <nl> ] <nl> + } , <nl> + { <nl> + " description " : " description test " , <nl> + " conditions " : [ ] , <nl> + " manipulators " : [ <nl> + { <nl> + " description " : " description test 2 " <nl> + } <nl> + ] <nl> + } , <nl> + { <nl> + " conditions " : [ ] , <nl> + " manipulators " : [ ] <nl> } <nl> ] , <nl> " dummy " : { <nl> mmm a / tests / src / core_configuration / test . cpp <nl> ppp b / tests / src / core_configuration / test . cpp <nl> TEST_CASE ( " valid " ) { <nl> } <nl> { <nl> auto & complex_modifications = configuration . get_selected_profile ( ) . get_complex_modifications ( ) ; <nl> + auto & rules = complex_modifications . get_rules ( ) ; <nl> REQUIRE ( complex_modifications . get_parameters ( ) . get_basic ( ) . get_to_if_alone_timeout_milliseconds ( ) = = 800 ) ; <nl> - REQUIRE ( complex_modifications . get_rules ( ) [ 0 ] . get_manipulators ( ) [ 0 ] . get_parameters ( ) . get_basic ( ) . get_to_if_alone_timeout_milliseconds ( ) = = 800 ) ; <nl> - REQUIRE ( complex_modifications . get_rules ( ) [ 0 ] . get_manipulators ( ) [ 2 ] . get_parameters ( ) . get_basic ( ) . get_to_if_alone_timeout_milliseconds ( ) = = 400 ) ; <nl> + REQUIRE ( rules [ 0 ] . get_manipulators ( ) [ 0 ] . get_parameters ( ) . get_basic ( ) . get_to_if_alone_timeout_milliseconds ( ) = = 800 ) ; <nl> + REQUIRE ( rules [ 0 ] . get_manipulators ( ) [ 2 ] . get_parameters ( ) . get_basic ( ) . get_to_if_alone_timeout_milliseconds ( ) = = 400 ) ; <nl> + REQUIRE ( rules [ 0 ] . get_description ( ) = = " Change control + [ to escape . " ) ; <nl> + REQUIRE ( rules [ 1 ] . get_description ( ) = = " description test " ) ; <nl> + REQUIRE ( rules [ 2 ] . get_description ( ) = = " " ) ; <nl> } <nl> { <nl> REQUIRE ( configuration . get_selected_profile ( ) . get_virtual_hid_keyboard ( ) . get_keyboard_type ( ) = = " iso " ) ; <nl>
|
add description_ to rule
|
pqrs-org/Karabiner-Elements
|
af0ab3933992de6acc5a97d78e16ee95fc7b0aee
|
2017-06-15T04:51:04Z
|
mmm a / src / modules / gui . cpp <nl> ppp b / src / modules / gui . cpp <nl> static void reload_default_font ( ) <nl> JTheme theme = ji_get_theme ( ) ; <nl> const char * user_font ; <nl> DIRS * dirs , * dir ; <nl> - char buf [ 512 ] ; <nl> <nl> / / No font for now <nl> if ( theme - > default_font & & theme - > default_font ! = font ) <nl>
|
Removed unused variable in gui_setup_screen ( ) .
|
aseprite/aseprite
|
9031c4877330abd2df06a4451970e8a11280e79b
|
2010-03-22T02:16:53Z
|
mmm a / sqlitebrowser . pro <nl> ppp b / sqlitebrowser . pro <nl> <nl> - TEMPLATE = subdirs <nl> + TEMPLATE = subdirs <nl> <nl> CONFIG + = debug_and_release <nl> <nl>
|
Merge pull request from justinclift / we_don_need_no_steeeenkin_embedded_tabz
|
sqlitebrowser/sqlitebrowser
|
3b0efd87693516a6d9c9ecfc8864fea400943551
|
2013-06-08T22:44:19Z
|
mmm a / src / mongo / db / mongod_options . cpp <nl> ppp b / src / mongo / db / mongod_options . cpp <nl> namespace mongo { <nl> <nl> general_options . addOptionChaining ( " storage . quota . enforced " , " quota " , moe : : Switch , <nl> " limits each database to a certain number of files ( 8 default ) " ) <nl> - . setSources ( moe : : SourceAllLegacy ) <nl> . incompatibleWith ( " keyFile " ) ; <nl> <nl> general_options . addOptionChaining ( " storage . quota . maxFilesPerDB " , " quotaFiles " , moe : : Int , <nl>
|
SERVER - 14756 The YAML storage . quota . enforced option is not found
|
mongodb/mongo
|
2c56cc550c8f3894e8631fd9862220352b255ab5
|
2014-08-14T21:02:30Z
|
mmm a / tensorflow / python / profiler / internal / traceme_wrapper . h <nl> ppp b / tensorflow / python / profiler / internal / traceme_wrapper . h <nl> class TraceMeWrapper { <nl> / / pybind11 : : str and pybind11 : : kwargs are taken by const reference to avoid <nl> / / python reference - counting overhead . <nl> TraceMeWrapper ( const pybind11 : : str & name , const pybind11 : : kwargs & kwargs ) <nl> - : traceme_ ( [ & ] ( ) { <nl> - std : : string name_and_metadata ( name ) ; <nl> - if ( ! kwargs . empty ( ) ) { <nl> - AppendMetadata ( & name_and_metadata , kwargs ) ; <nl> - } <nl> - return name_and_metadata ; <nl> - } ) { } <nl> + : traceme_ ( <nl> + [ & ] ( ) { <nl> + std : : string name_and_metadata ( name ) ; <nl> + if ( ! kwargs . empty ( ) ) { <nl> + AppendMetadata ( & name_and_metadata , kwargs ) ; <nl> + } <nl> + return name_and_metadata ; <nl> + } , <nl> + / * level = * / 1 ) { } <nl> <nl> / / pybind11 : : kwargs is taken by const reference to avoid python <nl> / / reference - counting overhead . <nl>
|
Lower level of python TraceMe to 1
|
tensorflow/tensorflow
|
f36a1a090e469c632448722186a26a416fda4596
|
2020-05-29T19:44:25Z
|
mmm a / src / mongo / client / parallel . cpp <nl> ppp b / src / mongo / client / parallel . cpp <nl> <nl> # include " mongo / db / bson / dotted_path_support . h " <nl> # include " mongo / db / query / query_request . h " <nl> # include " mongo / s / catalog / catalog_cache . h " <nl> - # include " mongo / s / chunk_manager . h " <nl> # include " mongo / s / client / shard_registry . h " <nl> - # include " mongo / s / config . h " <nl> # include " mongo / s / grid . h " <nl> + # include " mongo / s / sharding_raii . h " <nl> # include " mongo / s / stale_exception . h " <nl> # include " mongo / util / log . h " <nl> # include " mongo / util / net / socket_exception . h " <nl> void ParallelSortClusteredCursor : : _handleStaleNS ( OperationContext * txn , <nl> const NamespaceString & staleNS , <nl> bool forceReload , <nl> bool fullReload ) { <nl> - auto status = grid . catalogCache ( ) - > getDatabase ( txn , staleNS . db ( ) . toString ( ) ) ; <nl> + auto status = Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , staleNS . db ( ) ) ; <nl> if ( ! status . isOK ( ) ) { <nl> warning ( ) < < " cannot reload database info for stale namespace " < < staleNS . ns ( ) ; <nl> return ; <nl> void ParallelSortClusteredCursor : : setupVersionAndHandleSlaveOk ( <nl> <nl> / / Setup conn <nl> if ( ! state - > conn ) { <nl> - const auto shard = uassertStatusOK ( grid . shardRegistry ( ) - > getShard ( txn , shardId ) ) ; <nl> + const auto shard = uassertStatusOK ( Grid : : get ( txn ) - > shardRegistry ( ) - > getShard ( txn , shardId ) ) ; <nl> state - > conn . reset ( new ShardConnection ( shard - > getConnString ( ) , ns . ns ( ) , manager ) ) ; <nl> } <nl> <nl> void ParallelSortClusteredCursor : : startInit ( OperationContext * txn ) { <nl> const bool returnPartial = ( _qSpec . options ( ) & QueryOption_PartialResults ) ; <nl> const NamespaceString nss ( ! _cInfo . isEmpty ( ) ? _cInfo . versionedNS : _qSpec . ns ( ) ) ; <nl> <nl> - shared_ptr < ChunkManager > manager ; <nl> - shared_ptr < Shard > primary ; <nl> - <nl> string prefix ; <nl> if ( MONGO_unlikely ( shouldLog ( pc ) ) ) { <nl> if ( _totalTries > 0 ) { <nl> void ParallelSortClusteredCursor : : startInit ( OperationContext * txn ) { <nl> } <nl> LOG ( pc ) < < prefix < < " pcursor over " < < _qSpec < < " and " < < _cInfo ; <nl> <nl> - set < ShardId > shardIds ; <nl> - string vinfo ; <nl> + shared_ptr < ChunkManager > manager ; <nl> + shared_ptr < Shard > primary ; <nl> <nl> { <nl> - shared_ptr < DBConfig > config ; <nl> - <nl> - auto status = grid . catalogCache ( ) - > getDatabase ( txn , nss . db ( ) . toString ( ) ) ; <nl> - if ( status . getStatus ( ) . code ( ) ! = ErrorCodes : : NamespaceNotFound ) { <nl> - config = uassertStatusOK ( status ) ; <nl> - config - > getChunkManagerOrPrimary ( txn , nss . ns ( ) , manager , primary ) ; <nl> + auto scopedCMStatus = ScopedChunkManager : : get ( txn , nss ) ; <nl> + if ( scopedCMStatus ! = ErrorCodes : : NamespaceNotFound ) { <nl> + uassertStatusOK ( scopedCMStatus . getStatus ( ) ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + manager = scopedCM . cm ( ) ; <nl> + primary = scopedCM . primary ( ) ; <nl> } <nl> } <nl> <nl> + set < ShardId > shardIds ; <nl> + string vinfo ; <nl> + <nl> if ( manager ) { <nl> if ( MONGO_unlikely ( shouldLog ( pc ) ) ) { <nl> vinfo = str : : stream ( ) < < " [ " < < manager - > getns ( ) < < " @ " <nl> void ParallelSortClusteredCursor : : finishInit ( OperationContext * txn ) { <nl> _cursors [ index ] . reset ( mdata . pcState - > cursor . get ( ) , & mdata ) ; <nl> <nl> { <nl> - const auto shard = uassertStatusOK ( grid . shardRegistry ( ) - > getShard ( txn , i - > first ) ) ; <nl> + const auto shard = <nl> + uassertStatusOK ( Grid : : get ( txn ) - > shardRegistry ( ) - > getShard ( txn , i - > first ) ) ; <nl> _servers . insert ( shard - > getConnString ( ) . toString ( ) ) ; <nl> } <nl> <nl> mmm a / src / mongo / db / s / balancer / balancer . cpp <nl> ppp b / src / mongo / db / s / balancer / balancer . cpp <nl> Status Balancer : : _enforceTagRanges ( OperationContext * txn ) { <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> <nl> auto splitStatus = <nl> shardutil : : splitChunkAtMultiplePoints ( txn , <nl> splitInfo . shardId , <nl> splitInfo . nss , <nl> - cm - > getShardKeyPattern ( ) , <nl> + scopedCM . cm ( ) - > getShardKeyPattern ( ) , <nl> splitInfo . collectionVersion , <nl> ChunkRange ( splitInfo . minKey , splitInfo . maxKey ) , <nl> splitInfo . splitKeys ) ; <nl> int Balancer : : _moveChunks ( OperationContext * txn , <nl> void Balancer : : _splitOrMarkJumbo ( OperationContext * txn , <nl> const NamespaceString & nss , <nl> const BSONObj & minKey ) { <nl> - auto scopedChunkManager = uassertStatusOK ( ScopedChunkManager : : refreshAndGet ( txn , nss ) ) ; <nl> - ChunkManager * const chunkManager = scopedChunkManager . cm ( ) ; <nl> + auto scopedCM = uassertStatusOK ( ScopedChunkManager : : refreshAndGet ( txn , nss ) ) ; <nl> + const auto cm = scopedCM . cm ( ) . get ( ) ; <nl> <nl> - auto chunk = chunkManager - > findIntersectingChunkWithSimpleCollation ( txn , minKey ) ; <nl> + auto chunk = cm - > findIntersectingChunkWithSimpleCollation ( txn , minKey ) ; <nl> <nl> try { <nl> const auto splitPoints = uassertStatusOK ( shardutil : : selectChunkSplitPoints ( <nl> txn , <nl> chunk - > getShardId ( ) , <nl> nss , <nl> - chunkManager - > getShardKeyPattern ( ) , <nl> + cm - > getShardKeyPattern ( ) , <nl> ChunkRange ( chunk - > getMin ( ) , chunk - > getMax ( ) ) , <nl> Grid : : get ( txn ) - > getBalancerConfiguration ( ) - > getMaxChunkSizeBytes ( ) , <nl> boost : : none ) ) ; <nl> void Balancer : : _splitOrMarkJumbo ( OperationContext * txn , <nl> shardutil : : splitChunkAtMultiplePoints ( txn , <nl> chunk - > getShardId ( ) , <nl> nss , <nl> - chunkManager - > getShardKeyPattern ( ) , <nl> - chunkManager - > getVersion ( ) , <nl> + cm - > getShardKeyPattern ( ) , <nl> + cm - > getVersion ( ) , <nl> ChunkRange ( chunk - > getMin ( ) , chunk - > getMax ( ) ) , <nl> splitPoints ) ) ; <nl> } catch ( const DBException & ex ) { <nl> mmm a / src / mongo / db / s / balancer / balancer_chunk_selection_policy_impl . cpp <nl> ppp b / src / mongo / db / s / balancer / balancer_chunk_selection_policy_impl . cpp <nl> BalancerChunkSelectionPolicyImpl : : selectSpecificChunkToMove ( OperationContext * tx <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + const auto cm = scopedCM . cm ( ) . get ( ) ; <nl> <nl> const auto collInfoStatus = createCollectionDistributionStatus ( txn , shardStats , cm ) ; <nl> if ( ! collInfoStatus . isOK ( ) ) { <nl> Status BalancerChunkSelectionPolicyImpl : : checkMoveAllowed ( OperationContext * txn , <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + const auto cm = scopedCM . cm ( ) . get ( ) ; <nl> <nl> const auto collInfoStatus = createCollectionDistributionStatus ( txn , shardStats , cm ) ; <nl> if ( ! collInfoStatus . isOK ( ) ) { <nl> StatusWith < SplitInfoVector > BalancerChunkSelectionPolicyImpl : : _getSplitCandidate <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + const auto cm = scopedCM . cm ( ) . get ( ) ; <nl> <nl> const auto & shardKeyPattern = cm - > getShardKeyPattern ( ) . getKeyPattern ( ) ; <nl> <nl> StatusWith < MigrateInfoVector > BalancerChunkSelectionPolicyImpl : : _getMigrateCandi <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + const auto cm = scopedCM . cm ( ) . get ( ) ; <nl> <nl> const auto & shardKeyPattern = cm - > getShardKeyPattern ( ) . getKeyPattern ( ) ; <nl> <nl> mmm a / src / mongo / db / s / balancer / migration_manager . cpp <nl> ppp b / src / mongo / db / s / balancer / migration_manager . cpp <nl> Status MigrationManager : : executeManualMigration ( <nl> return scopedCMStatus . getStatus ( ) ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> <nl> - auto chunk = cm - > findIntersectingChunkWithSimpleCollation ( txn , migrateInfo . minKey ) ; <nl> + auto chunk = scopedCM . cm ( ) - > findIntersectingChunkWithSimpleCollation ( txn , migrateInfo . minKey ) ; <nl> invariant ( chunk ) ; <nl> <nl> Status commandStatus = _processRemoteCommandResponse ( <nl> void MigrationManager : : finishRecovery ( OperationContext * txn , <nl> return ; <nl> } <nl> <nl> - auto scopedCM = std : : move ( scopedCMStatus . getValue ( ) ) ; <nl> - ChunkManager * const cm = scopedCM . cm ( ) ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> <nl> int scheduledMigrations = 0 ; <nl> <nl> void MigrationManager : : finishRecovery ( OperationContext * txn , <nl> auto waitForDelete = migrationType . getWaitForDelete ( ) ; <nl> migrateInfos . pop_front ( ) ; <nl> <nl> - auto chunk = cm - > findIntersectingChunkWithSimpleCollation ( txn , migrationInfo . minKey ) ; <nl> + auto chunk = <nl> + scopedCM . cm ( ) - > findIntersectingChunkWithSimpleCollation ( txn , migrationInfo . minKey ) ; <nl> invariant ( chunk ) ; <nl> <nl> if ( chunk - > getShardId ( ) ! = migrationInfo . from ) { <nl> mmm a / src / mongo / s / catalog / catalog_cache . cpp <nl> ppp b / src / mongo / s / catalog / catalog_cache . cpp <nl> namespace mongo { <nl> using std : : shared_ptr ; <nl> using std : : string ; <nl> <nl> + CatalogCache : : CatalogCache ( ) = default ; <nl> <nl> - CatalogCache : : CatalogCache ( ) { } <nl> + CatalogCache : : ~ CatalogCache ( ) = default ; <nl> <nl> - StatusWith < shared_ptr < DBConfig > > CatalogCache : : getDatabase ( OperationContext * txn , <nl> - const string & dbName ) { <nl> + StatusWith < std : : shared_ptr < DBConfig > > CatalogCache : : getDatabase ( OperationContext * txn , <nl> + StringData dbName ) { <nl> stdx : : lock_guard < stdx : : mutex > guard ( _mutex ) ; <nl> <nl> ShardedDatabasesMap : : iterator it = _databases . find ( dbName ) ; <nl> StatusWith < shared_ptr < DBConfig > > CatalogCache : : getDatabase ( OperationContext * txn <nl> } <nl> <nl> / / Need to load from the store <nl> - auto status = Grid : : get ( txn ) - > catalogClient ( txn ) - > getDatabase ( txn , dbName ) ; <nl> + auto status = Grid : : get ( txn ) - > catalogClient ( txn ) - > getDatabase ( txn , dbName . toString ( ) ) ; <nl> if ( ! status . isOK ( ) ) { <nl> return status . getStatus ( ) ; <nl> } <nl> <nl> - const auto dbOpTimePair = status . getValue ( ) ; <nl> - shared_ptr < DBConfig > db = std : : make_shared < DBConfig > ( dbOpTimePair . value , dbOpTimePair . opTime ) ; <nl> + const auto & dbOpTimePair = status . getValue ( ) ; <nl> + auto db = std : : make_shared < DBConfig > ( dbOpTimePair . value , dbOpTimePair . opTime ) ; <nl> try { <nl> db - > load ( txn ) ; <nl> } catch ( const DBException & excep ) { <nl> return excep . toStatus ( ) ; <nl> } <nl> <nl> - invariant ( _databases . insert ( std : : make_pair ( dbName , db ) ) . second ) ; <nl> + auto emplaceResult = _databases . try_emplace ( dbName , std : : move ( db ) ) ; <nl> + invariant ( emplaceResult . second ) ; <nl> <nl> - return db ; <nl> + return emplaceResult . first - > second ; <nl> } <nl> <nl> - void CatalogCache : : invalidate ( const string & dbName ) { <nl> + void CatalogCache : : invalidate ( StringData dbName ) { <nl> stdx : : lock_guard < stdx : : mutex > guard ( _mutex ) ; <nl> <nl> ShardedDatabasesMap : : iterator it = _databases . find ( dbName ) ; <nl> mmm a / src / mongo / s / catalog / catalog_cache . h <nl> ppp b / src / mongo / s / catalog / catalog_cache . h <nl> <nl> <nl> # pragma once <nl> <nl> - # include < map > <nl> # include < memory > <nl> - # include < string > <nl> <nl> # include " mongo / base / disallow_copying . h " <nl> + # include " mongo / base / string_data . h " <nl> # include " mongo / stdx / mutex . h " <nl> + # include " mongo / util / string_map . h " <nl> <nl> namespace mongo { <nl> <nl> class OperationContext ; <nl> template < typename T > <nl> class StatusWith ; <nl> <nl> - <nl> / * * <nl> * This is the root of the " read - only " hierarchy of cached catalog metadata . It is read only <nl> * in the sense that it only reads from the persistent store , but never writes to it . Instead <nl> class CatalogCache { <nl> <nl> public : <nl> CatalogCache ( ) ; <nl> + ~ CatalogCache ( ) ; <nl> <nl> / * * <nl> - * Retrieves the cached metadata for the specified database . The returned value is still <nl> - * owned by the cache and it should not be cached elsewhere , but instead only used as a <nl> - * local variable . The reason for this is so that if the cache gets invalidated , the caller <nl> - * does not miss getting the most up - to - date value . <nl> + * Retrieves the cached metadata for the specified database . The returned value is still owned <nl> + * by the cache and should not be kept elsewhere . I . e . , it should only be used as a local <nl> + * variable . The reason for this is so that if the cache gets invalidated , the caller does not <nl> + * miss getting the most up - to - date value . <nl> * <nl> - * @ param dbname The name of the database ( must not contain dots , etc ) . <nl> - * @ return The database if it exists , NULL otherwise . <nl> + * Returns the database cache entry if the database exists or a failed status otherwise . <nl> * / <nl> - StatusWith < std : : shared_ptr < DBConfig > > getDatabase ( OperationContext * txn , <nl> - const std : : string & dbName ) ; <nl> + StatusWith < std : : shared_ptr < DBConfig > > getDatabase ( OperationContext * txn , StringData dbName ) ; <nl> <nl> / * * <nl> * Removes the database information for the specified name from the cache , so that the <nl> * next time getDatabase is called , it will be reloaded . <nl> * / <nl> - void invalidate ( const std : : string & dbName ) ; <nl> + void invalidate ( StringData dbName ) ; <nl> <nl> / * * <nl> * Purges all cached database information , which will cause the data to be reloaded again . <nl> class CatalogCache { <nl> void invalidateAll ( ) ; <nl> <nl> private : <nl> - typedef std : : map < std : : string , std : : shared_ptr < DBConfig > > ShardedDatabasesMap ; <nl> + using ShardedDatabasesMap = StringMap < std : : shared_ptr < DBConfig > > ; <nl> <nl> - / / Databases catalog map and mutex to protect it <nl> + / / Mutex to serialize access to the structures below <nl> stdx : : mutex _mutex ; <nl> + <nl> ShardedDatabasesMap _databases ; <nl> } ; <nl> <nl> mmm a / src / mongo / s / chunk_manager . cpp <nl> ppp b / src / mongo / s / chunk_manager . cpp <nl> StatusWith < shared_ptr < Chunk > > ChunkManager : : findIntersectingChunk ( OperationConte <nl> <nl> / / Proactively force a reload on the chunk manager in case it somehow got inconsistent <nl> const NamespaceString nss ( _ns ) ; <nl> - auto config = <nl> - uassertStatusOK ( Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) . toString ( ) ) ) ; <nl> + auto config = uassertStatusOK ( Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) ) ) ; <nl> config - > getChunkManagerIfExists ( txn , nss . ns ( ) , true ) ; <nl> <nl> msgasserted ( 13141 , " Chunk map pointed to incorrect chunk " ) ; <nl> mmm a / src / mongo / s / client / version_manager . cpp <nl> ppp b / src / mongo / s / client / version_manager . cpp <nl> <nl> # include " mongo / db / namespace_string . h " <nl> # include " mongo / s / catalog / catalog_cache . h " <nl> # include " mongo / s / catalog / sharding_catalog_client . h " <nl> - # include " mongo / s / chunk_manager . h " <nl> # include " mongo / s / chunk_version . h " <nl> # include " mongo / s / client / shard_connection . h " <nl> # include " mongo / s / client / shard_registry . h " <nl> - # include " mongo / s / config . h " <nl> # include " mongo / s / grid . h " <nl> # include " mongo / s / mongos_options . h " <nl> # include " mongo / s / set_shard_version_request . h " <nl> + # include " mongo / s / sharding_raii . h " <nl> # include " mongo / s / stale_exception . h " <nl> # include " mongo / util / log . h " <nl> <nl> bool checkShardVersion ( OperationContext * txn , <nl> return initShardVersionEmptyNS ( txn , conn_in ) ; <nl> } <nl> <nl> - auto status = grid . catalogCache ( ) - > getDatabase ( txn , nsToDatabase ( ns ) ) ; <nl> - if ( ! status . isOK ( ) ) { <nl> - return false ; <nl> - } <nl> - <nl> DBClientBase * const conn = getVersionable ( conn_in ) ; <nl> verify ( conn ) ; / / errors thrown above <nl> <nl> - shared_ptr < DBConfig > conf = status . getValue ( ) ; <nl> + const NamespaceString nss ( ns ) ; <nl> <nl> - if ( authoritative ) { <nl> - conf - > getChunkManagerIfExists ( txn , ns , true ) ; <nl> + auto scopedCMStatus = authoritative ? ScopedChunkManager : : refreshAndGet ( txn , nss ) <nl> + : ScopedChunkManager : : get ( txn , nss ) ; <nl> + if ( ! scopedCMStatus . isOK ( ) ) { <nl> + return false ; <nl> } <nl> <nl> - shared_ptr < Shard > primary ; <nl> - shared_ptr < ChunkManager > manager ; <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> <nl> - conf - > getChunkManagerOrPrimary ( txn , ns , manager , primary ) ; <nl> + auto conf = scopedCM . db ( ) ; <nl> + const auto manager = scopedCM . cm ( ) ; <nl> + const auto primary = scopedCM . primary ( ) ; <nl> <nl> unsigned long long officialSequenceNumber = 0 ; <nl> <nl> bool checkShardVersion ( OperationContext * txn , <nl> return false ; <nl> } <nl> <nl> - const auto shard = grid . shardRegistry ( ) - > getShardForHostNoReload ( <nl> + const auto shardRegistry = Grid : : get ( txn ) - > shardRegistry ( ) ; <nl> + <nl> + const auto shard = shardRegistry - > getShardForHostNoReload ( <nl> uassertStatusOK ( HostAndPort : : parse ( conn - > getServerAddress ( ) ) ) ) ; <nl> uassert ( ErrorCodes : : ShardNotFound , <nl> str : : stream ( ) < < conn - > getServerAddress ( ) < < " is not recognized as a shard " , <nl> bool checkShardVersion ( OperationContext * txn , <nl> throw SendStaleConfigException ( ns , msg , refVersion , currentVersion ) ; <nl> } <nl> } else if ( refManager ) { <nl> - string msg ( str : : stream ( ) < < " not sharded ( " <nl> - < < ( ( manager . get ( ) = = 0 ) ? string ( " < none > " ) : str : : stream ( ) <nl> - < < manager - > getSequenceNumber ( ) ) <nl> + string msg ( str : : stream ( ) < < " not sharded ( " < < ( ! manager ? string ( " < none > " ) : str : : stream ( ) <nl> + < < manager - > getSequenceNumber ( ) ) <nl> < < " ) but has reference manager ( " <nl> < < refManager - > getSequenceNumber ( ) <nl> < < " ) " <nl> bool checkShardVersion ( OperationContext * txn , <nl> if ( setShardVersion ( txn , <nl> conn , <nl> ns , <nl> - grid . shardRegistry ( ) - > getConfigServerConnectionString ( ) , <nl> + shardRegistry - > getConfigServerConnectionString ( ) , <nl> version , <nl> manager . get ( ) , <nl> authoritative , <nl> bool checkShardVersion ( OperationContext * txn , <nl> warning ( ) < < " reloading full configuration for " < < conf - > name ( ) <nl> < < " , connection state indicates significant version changes " ; <nl> <nl> - / / reload db <nl> - conf - > reload ( txn ) ; <nl> - } else { <nl> - / / reload config <nl> - conf - > getChunkManager ( txn , ns , true ) ; <nl> + Grid : : get ( txn ) - > catalogCache ( ) - > invalidate ( nss . db ( ) ) ; <nl> } <nl> + <nl> + conf - > getChunkManager ( txn , nss . ns ( ) , true ) ; <nl> } <nl> <nl> const int maxNumTries = 7 ; <nl> bool VersionManager : : isVersionableCB ( DBClientBase * conn ) { <nl> return conn - > type ( ) = = ConnectionString : : MASTER | | conn - > type ( ) = = ConnectionString : : SET ; <nl> } <nl> <nl> - bool VersionManager : : forceRemoteCheckShardVersionCB ( OperationContext * txn , const string & ns ) { <nl> - const NamespaceString nss ( ns ) ; <nl> - <nl> - / / This will force the database catalog entry to be reloaded <nl> - grid . catalogCache ( ) - > invalidate ( nss . db ( ) . toString ( ) ) ; <nl> - <nl> - auto status = grid . catalogCache ( ) - > getDatabase ( txn , nss . db ( ) . toString ( ) ) ; <nl> - if ( ! status . isOK ( ) ) { <nl> - return false ; <nl> - } <nl> - <nl> - shared_ptr < DBConfig > conf = status . getValue ( ) ; <nl> - <nl> - / / If we don ' t have a collection , don ' t refresh the chunk manager <nl> - if ( nsGetCollection ( ns ) . size ( ) = = 0 ) { <nl> - return false ; <nl> - } <nl> - <nl> - auto manager = conf - > getChunkManagerIfExists ( txn , ns , true , true ) ; <nl> - if ( ! manager ) { <nl> - return false ; <nl> - } <nl> - <nl> - return true ; <nl> - } <nl> - <nl> bool VersionManager : : checkShardVersionCB ( OperationContext * txn , <nl> DBClientBase * conn_in , <nl> const string & ns , <nl> mmm a / src / mongo / s / client / version_manager . h <nl> ppp b / src / mongo / s / client / version_manager . h <nl> class VersionManager { <nl> VersionManager ( ) { } <nl> <nl> bool isVersionableCB ( DBClientBase * ) ; <nl> - bool forceRemoteCheckShardVersionCB ( OperationContext * txn , const std : : string & ) ; <nl> bool checkShardVersionCB ( OperationContext * , DBClientBase * , const std : : string & , bool , int ) ; <nl> bool checkShardVersionCB ( OperationContext * , ShardConnection * , bool , int ) ; <nl> void resetShardVersionCB ( DBClientBase * ) ; <nl> mmm a / src / mongo / s / commands / cluster_commands_common . cpp <nl> ppp b / src / mongo / s / commands / cluster_commands_common . cpp <nl> <nl> # include " mongo / client / parallel . h " <nl> # include " mongo / db / commands . h " <nl> # include " mongo / db / query / cursor_response . h " <nl> + # include " mongo / s / catalog / catalog_cache . h " <nl> # include " mongo / s / catalog / type_collection . h " <nl> # include " mongo / s / client / shard_connection . h " <nl> # include " mongo / s / client / version_manager . h " <nl> # include " mongo / s / grid . h " <nl> + # include " mongo / s / sharding_raii . h " <nl> # include " mongo / s / stale_exception . h " <nl> # include " mongo / util / log . h " <nl> <nl> namespace mongo { <nl> using std : : shared_ptr ; <nl> using std : : string ; <nl> <nl> + namespace { <nl> + <nl> + bool forceRemoteCheckShardVersionCB ( OperationContext * txn , const string & ns ) { <nl> + const NamespaceString nss ( ns ) ; <nl> + <nl> + / / This will force the database catalog entry to be reloaded <nl> + Grid : : get ( txn ) - > catalogCache ( ) - > invalidate ( nss . db ( ) ) ; <nl> + <nl> + auto scopedCMStatus = ScopedChunkManager : : get ( txn , nss ) ; <nl> + if ( ! scopedCMStatus . isOK ( ) ) { <nl> + return false ; <nl> + } <nl> + <nl> + const auto & scopedCM = scopedCMStatus . getValue ( ) ; <nl> + <nl> + return scopedCM . cm ( ) ! = nullptr ; <nl> + } <nl> + <nl> + } / / namespace <nl> + <nl> Future : : CommandResult : : CommandResult ( const string & server , <nl> const string & db , <nl> const BSONObj & cmd , <nl> bool Future : : CommandResult : : join ( OperationContext * txn , int maxRetries ) { <nl> } <nl> <nl> if ( i > = maxRetries / 2 ) { <nl> - if ( ! versionManager . forceRemoteCheckShardVersionCB ( txn , staleNS ) ) { <nl> + if ( ! forceRemoteCheckShardVersionCB ( txn , staleNS ) ) { <nl> error ( ) < < " Future : : spawnCommand ( part 2 ) no config detected " <nl> < < causedBy ( redact ( e ) ) ; <nl> throw e ; <nl> mmm a / src / mongo / s / commands / cluster_map_reduce_cmd . cpp <nl> ppp b / src / mongo / s / commands / cluster_map_reduce_cmd . cpp <nl> class MRCmd : public Command { <nl> / / If the database has sharding already enabled , we can ignore the error <nl> if ( status . isOK ( ) ) { <nl> / / Invalidate the output database so it gets reloaded on the next fetch attempt <nl> - Grid : : get ( txn ) - > catalogCache ( ) - > invalidate ( outputCollNss . db ( ) . toString ( ) ) ; <nl> + Grid : : get ( txn ) - > catalogCache ( ) - > invalidate ( outputCollNss . db ( ) ) ; <nl> } else if ( status ! = ErrorCodes : : AlreadyInitialized ) { <nl> uassertStatusOK ( status ) ; <nl> } <nl> mmm a / src / mongo / s / commands / commands_public . cpp <nl> ppp b / src / mongo / s / commands / commands_public . cpp <nl> class GroupCmd : public NotAllowedOnShardedCollectionCmd { <nl> <nl> / / Note that this implementation will not handle targeting retries and fails when the <nl> / / sharding metadata is too stale <nl> - auto status = Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) . toString ( ) ) ; <nl> + auto status = Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) ) ; <nl> if ( ! status . isOK ( ) ) { <nl> return Status ( status . getStatus ( ) . code ( ) , <nl> str : : stream ( ) < < " Passthrough command failed : " < < command . toString ( ) <nl> mmm a / src / mongo / s / commands / strategy . cpp <nl> ppp b / src / mongo / s / commands / strategy . cpp <nl> <nl> - / * <nl> + / * * <nl> * Copyright ( C ) 2010 10gen Inc . <nl> * <nl> * This program is free software : you can redistribute it and / or modify <nl> <nl> # include " mongo / s / chunk_manager . h " <nl> # include " mongo / s / chunk_version . h " <nl> # include " mongo / s / client / shard_registry . h " <nl> - # include " mongo / s / client / version_manager . h " <nl> # include " mongo / s / commands / cluster_explain . h " <nl> # include " mongo / s / grid . h " <nl> # include " mongo / s / query / cluster_cursor_manager . h " <nl> void Strategy : : clientCommandOp ( OperationContext * txn , const NamespaceString & nss <nl> <nl> ShardConnection : : checkMyConnectionVersions ( txn , staleNS ) ; <nl> if ( loops < 4 ) { <nl> - if ( ! versionManager . forceRemoteCheckShardVersionCB ( txn , staleNS ) ) { <nl> - LOG ( 1 ) < < " Database does not exist or collection no longer sharded after a " <nl> - " StaleConfigException . " ; <nl> - } <nl> + / / This throws out the entire database cache entry in response to <nl> + / / StaleConfigException instead of just the collection which encountered it . There <nl> + / / is no good reason for it other than the lack of lower - granularity cache <nl> + / / invalidation . <nl> + Grid : : get ( txn ) - > catalogCache ( ) - > invalidate ( NamespaceString ( staleNS ) . db ( ) ) ; <nl> } <nl> } catch ( const DBException & e ) { <nl> OpQueryReplyBuilder reply ; <nl> void Strategy : : getMore ( OperationContext * txn , const NamespaceString & nss , DbMess <nl> / / TODO : Handle stale config exceptions here from coll being dropped or sharded during op for <nl> / / now has same semantics as legacy request . <nl> <nl> - auto statusGetDb = Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) . toString ( ) ) ; <nl> + auto statusGetDb = Grid : : get ( txn ) - > catalogCache ( ) - > getDatabase ( txn , nss . db ( ) ) ; <nl> if ( statusGetDb = = ErrorCodes : : NamespaceNotFound ) { <nl> replyToQuery ( ResultFlag_CursorNotFound , client - > session ( ) , dbm - > msg ( ) , 0 , 0 , 0 ) ; <nl> return ; <nl> mmm a / src / mongo / s / sharding_raii . cpp <nl> ppp b / src / mongo / s / sharding_raii . cpp <nl> <nl> # include " mongo / s / catalog / catalog_cache . h " <nl> # include " mongo / s / catalog / sharding_catalog_client . h " <nl> # include " mongo / s / chunk_manager . h " <nl> + # include " mongo / s / client / shard_registry . h " <nl> # include " mongo / s / grid . h " <nl> <nl> namespace mongo { <nl> StatusWith < ScopedShardDatabase > ScopedShardDatabase : : getOrCreate ( OperationContex <nl> ScopedChunkManager : : ScopedChunkManager ( ScopedShardDatabase db , std : : shared_ptr < ChunkManager > cm ) <nl> : _db ( std : : move ( db ) ) , _cm ( std : : move ( cm ) ) { } <nl> <nl> + ScopedChunkManager : : ScopedChunkManager ( ScopedShardDatabase db , std : : shared_ptr < Shard > primary ) <nl> + : _db ( std : : move ( db ) ) , _primary ( std : : move ( primary ) ) { } <nl> + <nl> ScopedChunkManager : : ~ ScopedChunkManager ( ) = default ; <nl> <nl> + StatusWith < ScopedChunkManager > ScopedChunkManager : : get ( OperationContext * txn , <nl> + const NamespaceString & nss ) { <nl> + auto scopedDbStatus = ScopedShardDatabase : : getExisting ( txn , nss . db ( ) ) ; <nl> + if ( ! scopedDbStatus . isOK ( ) ) { <nl> + return scopedDbStatus . getStatus ( ) ; <nl> + } <nl> + <nl> + auto scopedDb = std : : move ( scopedDbStatus . getValue ( ) ) ; <nl> + <nl> + auto cm = scopedDb . db ( ) - > getChunkManagerIfExists ( txn , nss . ns ( ) ) ; <nl> + if ( cm ) { <nl> + return { ScopedChunkManager ( std : : move ( scopedDb ) , std : : move ( cm ) ) } ; <nl> + } <nl> + <nl> + auto shardStatus = <nl> + Grid : : get ( txn ) - > shardRegistry ( ) - > getShard ( txn , scopedDb . db ( ) - > getPrimaryId ( ) ) ; <nl> + if ( ! shardStatus . isOK ( ) ) { <nl> + return { ErrorCodes : : fromInt ( 40371 ) , <nl> + str : : stream ( ) < < " The primary shard for collection " < < nss . ns ( ) <nl> + < < " could not be loaded due to error " <nl> + < < shardStatus . getStatus ( ) . toString ( ) } ; <nl> + } <nl> + <nl> + return { ScopedChunkManager ( std : : move ( scopedDb ) , std : : move ( shardStatus . getValue ( ) ) ) } ; <nl> + } <nl> + <nl> + StatusWith < ScopedChunkManager > ScopedChunkManager : : getOrCreate ( OperationContext * txn , <nl> + const NamespaceString & nss ) { <nl> + auto scopedDbStatus = ScopedShardDatabase : : getOrCreate ( txn , nss . db ( ) ) ; <nl> + if ( ! scopedDbStatus . isOK ( ) ) { <nl> + return scopedDbStatus . getStatus ( ) ; <nl> + } <nl> + <nl> + return ScopedChunkManager : : get ( txn , nss ) ; <nl> + } <nl> + <nl> StatusWith < ScopedChunkManager > ScopedChunkManager : : refreshAndGet ( OperationContext * txn , <nl> const NamespaceString & nss ) { <nl> auto scopedDbStatus = ScopedShardDatabase : : getExisting ( txn , nss . db ( ) ) ; <nl> mmm a / src / mongo / s / sharding_raii . h <nl> ppp b / src / mongo / s / sharding_raii . h <nl> class ScopedChunkManager { <nl> ScopedChunkManager ( ScopedChunkManager & & ) = default ; <nl> ~ ScopedChunkManager ( ) ; <nl> <nl> + / * * <nl> + * If the specified namespace is sharded , returns a ScopedChunkManager initialized with that <nl> + * collection ' s routing information . If it is not , the object returned is initialized with the <nl> + * database primary node on which the unsharded collection must reside . <nl> + * <nl> + * Returns NamespaceNotFound if the database does not exist , or any other error indicating <nl> + * problem communicating with the config server . <nl> + * / <nl> + static StatusWith < ScopedChunkManager > get ( OperationContext * txn , const NamespaceString & nss ) ; <nl> + <nl> + / * * <nl> + * If the database holding the specified namespace does not exist , creates it and then behaves <nl> + * like the ' get ' method above . <nl> + * / <nl> + static StatusWith < ScopedChunkManager > getOrCreate ( OperationContext * txn , <nl> + const NamespaceString & nss ) ; <nl> + <nl> / * * <nl> * If the specified database and collection do not exist in the cache , tries to load them from <nl> * the config server and returns a reference . If they are already in the cache , makes a call to <nl> class ScopedChunkManager { <nl> } <nl> <nl> / * * <nl> - * Returns the underlying chunk manager for which we hold reference . <nl> + * If the collection is sharded , returns a chunk manager for it . Otherwise , nullptr . <nl> * / <nl> - ChunkManager * cm ( ) const { <nl> - return _cm . get ( ) ; <nl> + std : : shared_ptr < ChunkManager > cm ( ) const { <nl> + return _cm ; <nl> + } <nl> + <nl> + / * * <nl> + * If the collection is not sharded , returns its primary shard . Otherwise , nullptr . <nl> + * / <nl> + std : : shared_ptr < Shard > primary ( ) const { <nl> + return _primary ; <nl> } <nl> <nl> private : <nl> ScopedChunkManager ( ScopedShardDatabase db , std : : shared_ptr < ChunkManager > cm ) ; <nl> <nl> + ScopedChunkManager ( ScopedShardDatabase db , std : : shared_ptr < Shard > primary ) ; <nl> + <nl> / / Scoped reference to the owning database . <nl> ScopedShardDatabase _db ; <nl> <nl> - / / Reference to the corresponding chunk manager . Never null . <nl> + / / Reference to the corresponding chunk manager ( if sharded ) or null <nl> std : : shared_ptr < ChunkManager > _cm ; <nl> + <nl> + / / Reference to the primary of the database ( if not sharded ) or null <nl> + std : : shared_ptr < Shard > _primary ; <nl> } ; <nl> <nl> } / / namespace mongo <nl>
|
SERVER - 27382 Remove usages of DBConfig : : reload / getChunkManagerOrPrimary from legacy code paths
|
mongodb/mongo
|
58292592979ff9277ec34390469a1541315104c0
|
2017-02-03T19:59:16Z
|
mmm a / modules / tools / rosbag / stat_mileage . py <nl> ppp b / modules / tools / rosbag / stat_mileage . py <nl> def calculate ( self , bag_file ) : <nl> if topic = = kChassisTopic : <nl> # Mode changed <nl> if cur_mode ! = msg . driving_mode : <nl> - if msg . driving_mode = = Chassis . EMERGENCY_MODE and cur_mode = = Chassis . COMPLETE_AUTO_DRIVE : <nl> - self . disengagements + = 1 <nl> + if msg . driving_mode = = Chassis . EMERGENCY_MODE : <nl> + if cur_mode = = Chassis . COMPLETE_AUTO_DRIVE : <nl> + self . disengagements + = 1 <nl> cur_mode = msg . driving_mode <nl> # Reset start position . <nl> last_pos = None <nl>
|
Update stat_mileage . py
|
ApolloAuto/apollo
|
c5520ac0e7845b6256bdfb9ad5b20b5b4fd787ad
|
2017-10-23T03:52:13Z
|
mmm a / tensorflow / stream_executor / tpu / BUILD <nl> ppp b / tensorflow / stream_executor / tpu / BUILD <nl> <nl> # Description : StreamExecutor Interface for TPUs <nl> <nl> package ( <nl> - default_visibility = [ " / / tensorflow / core / tpu : __subpackages__ " ] , <nl> + default_visibility = [ <nl> + " / / learning / brain / tfrc / runtime / tpu_driver : __subpackages__ " , <nl> + " / / tensorflow / core / tpu : __subpackages__ " , <nl> + ] , <nl> licenses = [ " notice " ] , # Apache 2 . 0 <nl> ) <nl> <nl>
|
TPU internal change .
|
tensorflow/tensorflow
|
c055650abad2fb5434e0dce3e476f6f9c302972f
|
2020-06-10T07:48:07Z
|
mmm a / etc / ubsan . blacklist <nl> ppp b / etc / ubsan . blacklist <nl> <nl> # Don ' t UBSAN most of third_party , but do ubsan WT <nl> src : src / third_party / IntelRDFPMathLib20U1 / * <nl> - src : src / third_party / asio - asio - * / * <nl> + src : src / third_party / asio - * / * <nl> src : src / third_party / boost - * / * <nl> src : src / third_party / gperftools - * / * <nl> src : src / third_party / icu4c - * / * <nl> mmm a / src / mongo / transport / session_asio . h <nl> ppp b / src / mongo / transport / session_asio . h <nl> class TransportLayerASIO : : ASIOSession : public Session { <nl> _socket . non_blocking ( async , ec ) ; <nl> fassert ( 40490 , ec . value ( ) = = 0 ) ; <nl> <nl> - / / Prevent a warning about unused variables on Solaris - - only create this variable for codepaths <nl> - / / which use it . <nl> - # if defined ( __linux ) | | defined ( SO_NOSIGPIPE ) <nl> - const auto sock = _socket . native_handle ( ) ; <nl> - # endif <nl> - # ifdef SO_NOSIGPIPE <nl> - / / ignore SIGPIPE signals on osx , to avoid process exit <nl> - const int one = 1 ; <nl> - setsockopt ( sock , SOL_SOCKET , SO_NOSIGPIPE , & one , sizeof ( int ) ) ; <nl> - # endif <nl> auto family = endpointToSockAddr ( _socket . local_endpoint ( ) ) . getType ( ) ; <nl> if ( family = = AF_INET | | family = = AF_INET6 ) { <nl> _socket . set_option ( asio : : ip : : tcp : : no_delay ( true ) ) ; <nl> _socket . set_option ( asio : : socket_base : : keep_alive ( true ) ) ; <nl> # ifdef __linux__ <nl> + const auto sock = _socket . native_handle ( ) ; <nl> / / On linux the default keep alive value may be very high - say an hour . <nl> / / Here we set it to a minimum of 5 minutes if the default value was over five minutes . <nl> / / See SERVER - 3604 . <nl> mmm a / src / mongo / transport / transport_layer_asio . cpp <nl> ppp b / src / mongo / transport / transport_layer_asio . cpp <nl> Status TransportLayerASIO : : start ( ) { <nl> stdx : : lock_guard < stdx : : mutex > lk ( _mutex ) ; <nl> _running . store ( true ) ; <nl> <nl> + / / If we ' re in async mode then the ServiceExecutor will handle calling run_one ( ) in a pool <nl> + / / of threads . Otherwise we need a thread to just handle the async_accept calls . <nl> + if ( ! _listenerOptions . async ) { <nl> + _listenerThread = stdx : : thread ( [ this ] { <nl> + setThreadName ( " listener " ) ; <nl> + while ( _running . load ( ) ) { <nl> + try { <nl> + _ioContext - > run ( ) ; <nl> + _ioContext - > reset ( ) ; <nl> + } catch ( . . . ) { <nl> + severe ( ) < < " Uncaught exception in the listener : " < < exceptionToStatus ( ) ; <nl> + fassertFailed ( 40491 ) ; <nl> + } <nl> + } <nl> + } ) ; <nl> + } <nl> + <nl> for ( auto & acceptor : _acceptors ) { <nl> acceptor . listen ( ) ; <nl> - if ( ! _listenerOptions . async ) { <nl> - _listenerThreads . emplace_back ( stdx : : thread ( [ this , & acceptor ] { <nl> - do { <nl> - _acceptConnection ( acceptor ) ; <nl> - } while ( _running . load ( ) ) ; <nl> - } ) ) ; <nl> - } else { <nl> - _acceptConnection ( acceptor ) ; <nl> - } <nl> + _acceptConnection ( acceptor ) ; <nl> } <nl> <nl> return Status : : OK ( ) ; <nl> Status TransportLayerASIO : : start ( ) { <nl> <nl> void TransportLayerASIO : : shutdown ( ) { <nl> stdx : : lock_guard < stdx : : mutex > lk ( _mutex ) ; <nl> - _acceptors . clear ( ) ; <nl> _running . store ( false ) ; <nl> _ioContext - > stop ( ) ; <nl> <nl> - for ( auto & thread : _listenerThreads ) { <nl> - thread . join ( ) ; <nl> + if ( _listenerThread . joinable ( ) ) { <nl> + _listenerThread . join ( ) ; <nl> } <nl> } <nl> <nl> void TransportLayerASIO : : eraseSession ( TransportLayerASIO : : SessionsListIterator i <nl> void TransportLayerASIO : : _acceptConnection ( GenericAcceptor & acceptor ) { <nl> auto session = createSession ( ) ; <nl> if ( ! session ) { <nl> - if ( _listenerOptions . async ) { <nl> - _acceptConnection ( acceptor ) ; <nl> - } <nl> + _acceptConnection ( acceptor ) ; <nl> return ; <nl> } <nl> <nl> void TransportLayerASIO : : _acceptConnection ( GenericAcceptor & acceptor ) { <nl> if ( ec ) { <nl> log ( ) < < " Error accepting new connection on " <nl> < < endpointToHostAndPort ( acceptor . local_endpoint ( ) ) < < " : " < < ec . message ( ) ; <nl> - if ( _listenerOptions . async ) { <nl> - _acceptConnection ( acceptor ) ; <nl> - } <nl> + _acceptConnection ( acceptor ) ; <nl> return ; <nl> } <nl> <nl> void TransportLayerASIO : : _acceptConnection ( GenericAcceptor & acceptor ) { <nl> if ( _sessions . size ( ) + 1 > _listenerOptions . maxConns ) { <nl> log ( ) < < " connection refused because too many open connections : " <nl> < < _sessions . size ( ) ; <nl> - if ( _listenerOptions . async ) { <nl> - _acceptConnection ( acceptor ) ; <nl> - } <nl> + _acceptConnection ( acceptor ) ; <nl> return ; <nl> } <nl> listIt = _sessions . emplace ( _sessions . end ( ) , session ) ; <nl> void TransportLayerASIO : : _acceptConnection ( GenericAcceptor & acceptor ) { <nl> } <nl> <nl> _sep - > startSession ( std : : move ( session ) ) ; <nl> - <nl> - if ( _listenerOptions . async ) { <nl> - _acceptConnection ( acceptor ) ; <nl> - } <nl> + _acceptConnection ( acceptor ) ; <nl> } ; <nl> <nl> - if ( _listenerOptions . async ) { <nl> - acceptor . async_accept ( socket , std : : move ( acceptCb ) ) ; <nl> - } else { <nl> - std : : error_code ec ; <nl> - acceptor . accept ( socket , ec ) ; <nl> - acceptCb ( ec ) ; <nl> - } <nl> + acceptor . async_accept ( socket , std : : move ( acceptCb ) ) ; <nl> } <nl> <nl> } / / namespace transport <nl> mmm a / src / mongo / transport / transport_layer_asio . h <nl> ppp b / src / mongo / transport / transport_layer_asio . h <nl> class TransportLayerASIO final : public TransportLayer { <nl> stdx : : mutex _mutex ; <nl> std : : vector < GenericAcceptor > _acceptors ; <nl> stdx : : list < std : : weak_ptr < ASIOSession > > _sessions ; <nl> - std : : vector < stdx : : thread > _listenerThreads ; <nl> + <nl> + / / Only used if _listenerOptions . async is false . <nl> + stdx : : thread _listenerThread ; <nl> <nl> std : : unique_ptr < asio : : io_context > _ioContext ; <nl> # ifdef MONGO_CONFIG_SSL <nl>
|
SERVER - 29403 Always do async accepts and fix solaris build
|
mongodb/mongo
|
23448ff43566c1bba51680d4b17221374e6a74f1
|
2017-06-19T19:34:20Z
|
mmm a / packaging / msi / FDBInstaller . wxs <nl> ppp b / packaging / msi / FDBInstaller . wxs <nl> <nl> <nl> < Wix xmlns = ' http : / / schemas . microsoft . com / wix / 2006 / wi ' > <nl> < Product Name = ' $ ( var . Title ) ' <nl> - Id = ' { 9CD7AB8B - 2AE9 - 4B21 - 992E - F791F8493B06 } ' <nl> + Id = ' { 1A6617BB - F6FE - 48AE - B5FA - 161D7BA3D9CD } ' <nl> UpgradeCode = ' { A95EA002 - 686E - 4164 - 8356 - C715B7F8B1C8 } ' <nl> Version = ' $ ( var . Version ) ' <nl> Manufacturer = ' $ ( var . Manufacturer ) ' <nl>
|
update installer WIX GUID following release
|
apple/foundationdb
|
4514043dab8fe72e815b1d6eefe468c8b38ea916
|
2019-04-03T05:26:26Z
|
mmm a / hphp / runtime / ext / array / ext_array . cpp <nl> ppp b / hphp / runtime / ext / array / ext_array . cpp <nl> TypedValue HHVM_FUNCTION ( array_unshift , <nl> return make_tv < KindOfNull > ( ) ; <nl> } <nl> <nl> - Variant array_values ( const Variant & input ) { <nl> - auto const cell = * input . asTypedValue ( ) ; <nl> - if ( isArrayType ( cell . m_type ) ) { <nl> - if ( cell . m_data . parr - > isPacked ( ) ) { <nl> - return input ; <nl> - } <nl> - if ( cell . m_data . parr - > isMixed ( ) ) { <nl> - if ( MixedArray : : IsStrictVector ( cell . m_data . parr ) ) { <nl> - return input ; <nl> - } <nl> - } else if ( cell . m_data . parr - > isApcArray ( ) & & <nl> - APCLocalArray : : IsVectorData ( cell . m_data . parr ) ) { <nl> - return input ; <nl> - } <nl> - } else if ( input . isClsMeth ( ) ) { <nl> - return input . toArray ( ) ; <nl> + TypedValue HHVM_FUNCTION ( array_values , <nl> + const Variant & input ) { <nl> + if ( input . isArray ( ) | | input . isClsMeth ( ) ) { <nl> + return tvReturn ( input . toVArray ( ) ) ; <nl> } <nl> <nl> - folly : : Optional < PackedArrayInit > ai ; <nl> - auto ok = IterateV ( cell , <nl> + folly : : Optional < VArrayInit > ai ; <nl> + auto ok = IterateV ( * input . asTypedValue ( ) , <nl> [ & ] ( ArrayData * adata ) { <nl> ai . emplace ( adata - > size ( ) ) ; <nl> } , <nl> Variant array_values ( const Variant & input ) { <nl> if ( ! ok ) { <nl> raise_warning ( " array_values ( ) expects parameter 1 to be an array " <nl> " or collection " ) ; <nl> - return init_null ( ) ; <nl> + return make_tv < KindOfNull > ( ) ; <nl> } <nl> <nl> assertx ( ai . hasValue ( ) ) ; <nl> - return ai - > toVariant ( ) ; <nl> - } <nl> - <nl> - TypedValue HHVM_FUNCTION ( array_values , <nl> - const Variant & input ) { <nl> - return tvReturn ( array_values ( input ) ) ; <nl> + return tvReturn ( ai - > toArray ( ) ) ; <nl> } <nl> <nl> static int php_count_recursive ( const Array & array ) { <nl>
|
Return ` varray ` from array_values unconditionally
|
facebook/hhvm
|
13df80d6fdf05032cccb884889bf586c1d48b7a3
|
2020-02-06T23:47:41Z
|
mmm a / modules / dreamview / backend / hmi / hmi . cc <nl> ppp b / modules / dreamview / backend / hmi / hmi . cc <nl> void HMI : : RegisterMessageHandlers ( ) { <nl> / / Reload lidar params for point cloud service . <nl> PointCloudUpdater : : LoadLidarHeight ( FLAGS_lidar_height_yaml ) ; <nl> SendVehicleParam ( ) ; <nl> + } else if ( hmi_action = = HMIAction : : CHANGE_MODE ) { <nl> + static constexpr char kCalibrationMode [ ] = " Mkz Calibration " ; <nl> + if ( value = = kCalibrationMode ) { <nl> + / / TODO ( vivian ) : Finish . <nl> + / / calibration_mon - > start ( ) ; <nl> + } else { <nl> + / / calibration_mon - > stop ( ) ; <nl> + } <nl> } <nl> } ) ; <nl> <nl>
|
Dreamview : Trigger calibration monitor when changing mode .
|
ApolloAuto/apollo
|
52b36d5988ac510c0643f1805e4f99ffc93451fd
|
2019-03-06T01:50:46Z
|
mmm a / xbmc / cores / VideoPlayer / VideoRenderers / RenderManager . cpp <nl> ppp b / xbmc / cores / VideoPlayer / VideoRenderers / RenderManager . cpp <nl> void CRenderManager : : ManageCaptures ( ) <nl> / / if rendering this capture continuously , and readout is async , render a new capture immediately <nl> if ( capture - > IsAsync ( ) & & ! ( capture - > GetFlags ( ) & CAPTUREFLAG_IMMEDIATELY ) ) <nl> RenderCapture ( capture ) ; <nl> - <nl> - + + it ; <nl> } <nl> + + + it ; <nl> } <nl> else <nl> { <nl>
|
[ VideoPlayer ] RenderManager : fixed endless loop into CRenderManager : : ManageCaptures
|
xbmc/xbmc
|
aac95f037f64f128e99df0bcd731783e3d072a63
|
2016-09-22T09:02:43Z
|
mmm a / arangod / Pregel / Worker . cpp <nl> ppp b / arangod / Pregel / Worker . cpp <nl> using namespace arangodb ; <nl> using namespace arangodb : : basics ; <nl> using namespace arangodb : : pregel ; <nl> <nl> + <nl> + # ifdef TRI_SHOW_LOCK_TIME <nl> + <nl> + # define MY_READ_LOCKER ( obj , lock ) \ <nl> + ReadLocker < ReadWriteLock > obj ( & lock , __FILE__ , __LINE__ ) <nl> + <nl> + # define MYWRITE_LOCKER ( obj , lock ) \ <nl> + WriteLocker < std : : decay < decltype ( lock ) > : : type > obj ( & lock , __FILE__ , __LINE__ ) <nl> + <nl> + # else <nl> + <nl> + # define MY_READ_LOCKER ( obj , lock ) ReadLocker < ReadWriteLock > obj ( & lock ) <nl> + <nl> + # define MY_WRITE_LOCKER ( obj , lock ) WriteLocker < ReadWriteLock > obj ( & lock ) <nl> + <nl> + # endif <nl> + <nl> template < typename V , typename E , typename M > <nl> Worker < V , E , M > : : Worker ( TRI_vocbase_t * vocbase , Algorithm < V , E , M > * algo , <nl> VPackSlice initConfig ) <nl> VPackBuilder Worker < V , E , M > : : prepareGlobalStep ( VPackSlice const & data ) { <nl> if ( _config . asynchronousMode ( ) ) { <nl> TRI_ASSERT ( _readCache - > containedMessageCount ( ) = = 0 ) ; <nl> TRI_ASSERT ( _writeCache - > containedMessageCount ( ) = = 0 ) ; <nl> - WriteLocker < ReadWriteLock > wguard ( & _cacheRWLock ) ; <nl> + MY_WRITE_LOCKER ( wguard , _cacheRWLock ) ; <nl> std : : swap ( _readCache , _writeCacheNextGSS ) ; <nl> _writeCache - > clear ( ) ; <nl> _requestedNextGSS = false ; / / only relevant for async <nl> VPackBuilder Worker < V , E , M > : : prepareGlobalStep ( VPackSlice const & data ) { <nl> _nextGSSSendMessageCount = 0 ; <nl> } else { <nl> TRI_ASSERT ( _readCache - > containedMessageCount ( ) = = 0 ) ; <nl> - WriteLocker < ReadWriteLock > wguard ( & _cacheRWLock ) ; <nl> + MY_WRITE_LOCKER ( wguard , _cacheRWLock ) ; <nl> std : : swap ( _readCache , _writeCache ) ; <nl> _config . _localSuperstep = gss ; <nl> } <nl> void Worker < V , E , M > : : receivedMessages ( VPackSlice const & data ) { <nl> if ( gss = = _config . _globalSuperstep ) { <nl> { / / make sure the pointer is not changed while <nl> / / parsing messages <nl> - ReadLocker < ReadWriteLock > guard ( & _cacheRWLock ) ; <nl> + MY_READ_LOCKER ( guard , _cacheRWLock ) ; <nl> / / handles locking for us <nl> _writeCache - > parseMessages ( data ) ; <nl> } <nl> void Worker < V , E , M > : : receivedMessages ( VPackSlice const & data ) { <nl> } <nl> } else if ( _config . asynchronousMode ( ) & & <nl> gss = = _config . _globalSuperstep + 1 ) { <nl> - ReadLocker < ReadWriteLock > guard ( & _cacheRWLock ) ; <nl> + MY_READ_LOCKER ( guard , _cacheRWLock ) ; <nl> _writeCacheNextGSS - > parseMessages ( data ) ; <nl> } else { <nl> THROW_ARANGO_EXCEPTION_MESSAGE ( TRI_ERROR_BAD_PARAMETER , <nl> void Worker < V , E , M > : : _finishedProcessing ( ) { <nl> if ( total > currentAVCount ) { <nl> if ( _config . asynchronousMode ( ) ) { <nl> / / just process these vertices in the next superstep <nl> - ReadLocker < ReadWriteLock > rguard ( & _cacheRWLock ) ; <nl> + MY_READ_LOCKER ( guard , _cacheRWLock ) ; <nl> _writeCache - > mergeCache ( _config , _readCache ) ; / / compute in next superstep <nl> _messageStats . sendCount + = _readCache - > containedMessageCount ( ) ; <nl> } else { <nl> template < typename V , typename E , typename M > <nl> void Worker < V , E , M > : : _continueAsync ( ) { <nl> if ( _state = = WorkerState : : IDLE & & _writeCache - > containedMessageCount ( ) > 0 ) { <nl> { / / swap these pointers atomically <nl> - WriteLocker < ReadWriteLock > guard ( & _cacheRWLock ) ; <nl> + MY_WRITE_LOCKER ( guard , _cacheRWLock ) ; <nl> std : : swap ( _readCache , _writeCache ) ; <nl> } <nl> / / overwrite conductor values with local values <nl>
|
added some lockers
|
arangodb/arangodb
|
cbe05181b84829b06ab5b7b331cff4b6cf6d3257
|
2017-02-11T21:39:12Z
|
mmm a / src / include / btree / leaf_node_impl . hpp <nl> ppp b / src / include / btree / leaf_node_impl . hpp <nl> int leaf_node_handler : : insert ( btree_leaf_node * node , btree_key * key , btree_value <nl> if ( is_full ( node , key , value ) ) return 0 ; <nl> int index = get_offset_index ( node , key ) ; <nl> uint16_t prev_offset = node - > pair_offsets [ index ] ; <nl> - btree_leaf_pair * previous = get_pair ( node , prev_offset ) ; <nl> + btree_leaf_pair * previous = NULL ; <nl> + if ( index ! = node - > npairs ) <nl> + previous = get_pair ( node , prev_offset ) ; <nl> / / TODO : write a unit test for this <nl> - if ( is_equal ( & previous - > key , key ) ) { / / a duplicate key is being inserted <nl> + if ( previous ! = NULL & & is_equal ( & previous - > key , key ) ) { / / a duplicate key is being inserted <nl> long shift = ( long ) previous - > value ( ) - > size - ( long ) value - > size ; / / XXX <nl> if ( shift ! = 0 ) { / / the value is a different size , we need to shift <nl> shift_pairs ( node , prev_offset + pair_size ( previous ) - previous - > value ( ) - > size , shift ) ; <nl>
|
Fixed crash
|
rethinkdb/rethinkdb
|
110d83ad435af792cc165ccf3ffe3cfde5974d27
|
2010-07-06T23:55:08Z
|
mmm a / dbms / programs / copier / ClusterCopier . cpp <nl> ppp b / dbms / programs / copier / ClusterCopier . cpp <nl> String ShardPartition : : getCommonPartitionIsDirtyPath ( ) const <nl> return getPartitionPath ( ) + " / is_dirty " ; <nl> } <nl> <nl> - String ShardPartition : : getCommonPartitionIsCleanedPath ( ) const { <nl> + String ShardPartition : : getCommonPartitionIsCleanedPath ( ) const <nl> + { <nl> return getCommonPartitionIsDirtyPath ( ) + " / cleaned " ; <nl> } <nl> <nl> class ClusterCopier <nl> return res ; <nl> } <nl> <nl> - class LogicalClock { <nl> + class LogicalClock <nl> + { <nl> public : <nl> std : : optional < UInt64 > zxid ; <nl> <nl> LogicalClock ( ) = default ; <nl> <nl> - LogicalClock ( UInt64 zxid ) <nl> - : zxid ( zxid ) <nl> + LogicalClock ( UInt64 _zxid ) <nl> + : zxid ( _zxid ) <nl> { } <nl> <nl> - bool hasHappened ( ) const { <nl> + bool hasHappened ( ) const <nl> + { <nl> return bool ( zxid ) ; <nl> } <nl> <nl> / / happens - before relation with a reasonable time bound <nl> - bool happensBefore ( const struct LogicalClock & other ) const { <nl> + bool happensBefore ( const LogicalClock & other ) const <nl> + { <nl> const UInt64 HALF = 1ull < < 63 ; <nl> return <nl> ! zxid | | <nl> class ClusterCopier <nl> ( other . zxid & & * zxid > = * other . zxid & & * zxid - * other . zxid > HALF ) ; <nl> } <nl> <nl> - bool operator < = ( const struct LogicalClock & other ) const { <nl> + bool operator < = ( const LogicalClock & other ) const <nl> + { <nl> return happensBefore ( other ) ; <nl> } <nl> <nl> / / strict equality check <nl> - bool operator = = ( const struct LogicalClock & other ) const { <nl> + bool operator = = ( const LogicalClock & other ) const <nl> + { <nl> return zxid = = other . zxid ; <nl> } <nl> } ; <nl> <nl> - class CleanStateClock { <nl> + class CleanStateClock <nl> + { <nl> public : <nl> LogicalClock discovery_zxid ; <nl> std : : optional < UInt32 > discovery_version ; <nl> class ClusterCopier <nl> <nl> std : : shared_ptr < std : : atomic_bool > stale ; <nl> <nl> - bool is_clean ( ) const { <nl> + bool is_clean ( ) const <nl> + { <nl> return <nl> ! is_stale ( ) <nl> & & ( <nl> class ClusterCopier <nl> | | ( clean_state_zxid . hasHappened ( ) & & discovery_zxid < = clean_state_zxid ) ) ; <nl> } <nl> <nl> - bool is_stale ( ) const { <nl> + bool is_stale ( ) const <nl> + { <nl> return stale - > load ( ) ; <nl> } <nl> <nl> class ClusterCopier <nl> Coordination : : Stat stat ; <nl> String _some_data ; <nl> auto watch_callback = <nl> - [ stale = stale ] ( const Coordination : : WatchResponse & rsp ) { <nl> + [ stale = stale ] ( const Coordination : : WatchResponse & rsp ) <nl> + { <nl> auto logger = & Poco : : Logger : : get ( " ClusterCopier " ) ; <nl> if ( rsp . error = = Coordination : : ZOK ) <nl> { <nl> class ClusterCopier <nl> } <nl> } <nl> } ; <nl> - if ( zookeeper - > tryGetWatch ( discovery_path , _some_data , & stat , watch_callback ) ) { <nl> + if ( zookeeper - > tryGetWatch ( discovery_path , _some_data , & stat , watch_callback ) ) <nl> + { <nl> discovery_zxid = LogicalClock ( stat . mzxid ) ; <nl> discovery_version = stat . version ; <nl> } <nl> - if ( zookeeper - > tryGetWatch ( clean_state_path , _some_data , & stat , watch_callback ) ) { <nl> + if ( zookeeper - > tryGetWatch ( clean_state_path , _some_data , & stat , watch_callback ) ) <nl> + { <nl> clean_state_zxid = LogicalClock ( stat . mzxid ) ; <nl> clean_state_version = stat . version ; <nl> } <nl> } <nl> <nl> - bool operator = = ( const struct CleanStateClock & other ) const { <nl> + bool operator = = ( const CleanStateClock & other ) const <nl> + { <nl> return ! is_stale ( ) <nl> & & ! other . is_stale ( ) <nl> & & discovery_zxid = = other . discovery_zxid <nl> class ClusterCopier <nl> & & clean_state_version = = other . clean_state_version ; <nl> } <nl> <nl> - bool operator ! = ( const struct CleanStateClock & other ) const { <nl> + bool operator ! = ( const CleanStateClock & other ) const <nl> + { <nl> return ! ( * this = = other ) ; <nl> } <nl> } ; <nl> class ClusterCopier <nl> if ( status . error ! = Coordination : : ZNONODE ) <nl> { <nl> LogicalClock dirt_discovery_epoch ( status . stat . mzxid ) ; <nl> - if ( dirt_discovery_epoch = = clean_state_clock . discovery_zxid ) { <nl> + if ( dirt_discovery_epoch = = clean_state_clock . discovery_zxid ) <nl> return false ; <nl> - } <nl> throw Exception ( " Partition is dirty , cancel INSERT SELECT " , ErrorCodes : : UNFINISHED ) ; <nl> } <nl> } <nl>
|
apply style guide and fix CI warnings
|
ClickHouse/ClickHouse
|
8330a095757853f92732b292828c87f8081da279
|
2019-11-22T01:48:58Z
|
mmm a / tensorflow / core / common_runtime / function . cc <nl> ppp b / tensorflow / core / common_runtime / function . cc <nl> static const char * const kArgOp = " _Arg " ; <nl> static const char * const kRetOp = " _Retval " ; <nl> static const char * const kGradientOp = " SymbolicGradient " ; <nl> static const char * const kNodeLabel = " Func " ; <nl> + static const char * const kFuncAttr = " f " ; <nl> + static const char * const kNoinlineAttr = " noinline " ; <nl> <nl> / / Represents the index - th output of a node . <nl> struct Endpoint { <nl> Status FunctionLibraryRuntimeImpl : : Instantiate ( <nl> Status s ; <nl> FunctionBody * fbody = nullptr ; <nl> if ( function_name = = kGradientOp ) { <nl> - const AttrValue * f = gtl : : FindOrNull ( attrs , " f " ) ; <nl> + const AttrValue * f = gtl : : FindOrNull ( attrs , kFuncAttr ) ; <nl> if ( f = = nullptr ) { <nl> return errors : : InvalidArgument ( " SymbolicGradient is missing attr : f " ) ; <nl> } <nl> static void InlineFunctionBody ( Graph * g , Node * caller , <nl> g - > RemoveNode ( caller ) ; / / ' caller ' is replaced with inlined nodes . <nl> } <nl> <nl> + / / Given a node ' s NodeDef , returns false iff the node explicitly <nl> + / / specified noinline . This gives ExpandInlineFunctions a heuristic to <nl> + / / decide whether to inline the function . <nl> + bool ShouldInline ( const NodeDef & ndef ) { <nl> + bool noinline = false ; <nl> + if ( GetNodeAttr ( ndef , kNoinlineAttr , & noinline ) . ok ( ) ) { <nl> + / / If the node specifies attribute ' noinlne ' , returns accordingly . <nl> + return ! noinline ; <nl> + } <nl> + if ( ndef . op ( ) ! = kGradientOp ) { <nl> + / / If the op is not SymbolicGradient , we should be free to decide <nl> + / / whether to inline or not . <nl> + return true ; <nl> + } <nl> + / / If the node is a SymbolicGradient , we use the the forward <nl> + / / function ' s attribute ' noinline ' instead . <nl> + const NameAttrList * forward_func_attrs ; <nl> + Status s = <nl> + GetNodeAttr ( AttrSlice ( & ndef . attr ( ) ) , kFuncAttr , & forward_func_attrs ) ; <nl> + if ( ! s . ok ( ) ) { <nl> + / / The node def is malformed ( missing attribute ' f ' ) , we ' ll just <nl> + / / continue and the runtime will error out . <nl> + return false ; <nl> + } <nl> + s = GetNodeAttr ( AttrSlice ( & forward_func_attrs - > attr ( ) ) , kNoinlineAttr , <nl> + & noinline ) ; <nl> + if ( ! s . ok ( ) ) { <nl> + / / The forward function doesn ' t specify ' noinline ' attr , we should <nl> + / / be free to decide . <nl> + return true ; <nl> + } <nl> + / / Otherwise , make inline decision according to the attr . <nl> + return ! noinline ; <nl> + } <nl> + <nl> bool ExpandInlineFunctions ( FunctionLibraryRuntime * lib , Graph * graph ) { <nl> std : : vector < std : : pair < Node * , const FunctionBody * > > candidates ; <nl> for ( Node * node : graph - > nodes ( ) ) { <nl> VLOG ( 3 ) < < " Expanding " < < node - > DebugString ( ) ; <nl> + if ( ! ShouldInline ( node - > def ( ) ) ) { <nl> + VLOG ( 3 ) < < " noinline : " < < node - > DebugString ( ) ; <nl> + continue ; <nl> + } <nl> FunctionLibraryRuntime : : Handle handle ; <nl> Status s = <nl> lib - > Instantiate ( node - > type_string ( ) , node - > def ( ) . attr ( ) , & handle ) ; <nl> mmm a / tensorflow / python / framework / function . py <nl> ppp b / tensorflow / python / framework / function . py <nl> def call_function ( func_def , * inputs , * * kwargs ) : <nl> TensorFlow function . See [ ` define_function ( ) ` ] ( # define_function ) for an <nl> easy way to create one from a Python function . <nl> <nl> - You can pass an optional keyword parameters ` name = string ` to name the <nl> + You can pass an optional keyword parameter ` name = string ` to name the <nl> added operation . <nl> <nl> + You can pass an optional keyword parameter ` noinline = True | False ` to instruct <nl> + the runtime not to inline the function body into the call site . <nl> + <nl> ` func_def ` is automatically added to the function library of the graph if <nl> needed . <nl> <nl> def call_function ( func_def , * inputs , * * kwargs ) : <nl> ValueError : if the arguments are invalid . <nl> " " " <nl> name = kwargs . pop ( " name " , None ) <nl> + noinline = kwargs . pop ( " noinline " , None ) <nl> + if noinline is None : <nl> + attrs = None <nl> + else : <nl> + attrs = { } <nl> + attrs [ " noinline " ] = attr_value_pb2 . AttrValue ( b = bool ( noinline ) ) <nl> if kwargs : <nl> raise ValueError ( " Unknown keyword arguments : % s " % kwargs . keys ( ) ) <nl> func_name = func_def . signature . name <nl> def call_function ( func_def , * inputs , * * kwargs ) : <nl> list ( inputs ) , <nl> output_types , <nl> name = name , <nl> + attrs = attrs , <nl> compute_shapes = False ) <nl> if op . outputs : <nl> if len ( op . outputs ) = = 1 : <nl> mmm a / tensorflow / python / framework / function_test . py <nl> ppp b / tensorflow / python / framework / function_test . py <nl> def RunForwardBackward ( mode , cfg = None ) : <nl> self . assertAllClose ( d0 , d3 , rtol = 1e - 4 ) <nl> <nl> <nl> + class FunctionInlineControlTest ( tf . test . TestCase ) : <nl> + <nl> + def testFoo ( self ) : <nl> + dtype = tf . float32 <nl> + cfg = tf . ConfigProto ( <nl> + graph_options = tf . GraphOptions ( optimizer_options = tf . OptimizerOptions ( <nl> + opt_level = tf . OptimizerOptions . L0 , <nl> + do_common_subexpression_elimination = True , <nl> + do_function_inlining = True , <nl> + do_constant_folding = True ) ) ) <nl> + for noinline in [ False , True ] : <nl> + g = tf . Graph ( ) <nl> + with g . as_default ( ) : <nl> + <nl> + @ function . Defun ( dtype ) <nl> + def Cell ( v ) : <nl> + # If v is a vector [ n , 1 ] , x is a big square matrix . <nl> + x = tf . tanh ( v + tf . transpose ( v , [ 1 , 0 ] ) ) <nl> + return tf . reduce_sum ( x , 1 , keep_dims = True ) <nl> + <nl> + @ function . Defun ( dtype ) <nl> + def Forward ( x ) : <nl> + for _ in range ( 10 ) : <nl> + x = Cell ( x , noinline = noinline ) <nl> + return tf . reduce_sum ( x , [ 0 , 1 ] ) <nl> + <nl> + x = tf . placeholder ( dtype ) <nl> + y = Forward ( x ) <nl> + dx , = tf . gradients ( [ y ] , [ x ] ) <nl> + <nl> + np . random . seed ( 12345 ) <nl> + inp = np . random . uniform ( - 1 , 1 , [ 2 * 1024 , 1 ] ) . astype ( np . float32 ) <nl> + with tf . Session ( graph = g , config = cfg ) as sess : <nl> + ans = sess . run ( [ y , dx ] , { x : inp } ) <nl> + self . assertAllClose ( ans [ 0 ] , 1384849 . 5 , rtol = 1e - 3 ) <nl> + self . assertAllClose ( np . sum ( ans [ 1 ] ) , 7127613 . 5 , rtol = 1e - 3 ) <nl> + <nl> + <nl> if __name__ = = " __main__ " : <nl> tf . test . main ( ) <nl>
|
Allows the caller of a function to specify that a function is not
|
tensorflow/tensorflow
|
0cc25f0b95af9a99dd228c75d411670831fd6cec
|
2016-03-24T03:03:18Z
|
mmm a / googletest / docs / advanced . md <nl> ppp b / googletest / docs / advanced . md <nl> TEST ( FooTest , Bar ) { <nl> / / in Subroutine ( ) to abort the entire test . <nl> <nl> / / The actual behavior : the function goes on after Subroutine ( ) returns . <nl> - int * p = NULL ; <nl> + int * p = nullptr ; <nl> * p = 3 ; / / Segfault ! <nl> } <nl> ` ` ` <nl> class FooTest : public : : testing : : Test { <nl> / / Can be omitted if not needed . <nl> static void TearDownTestSuite ( ) { <nl> delete shared_resource_ ; <nl> - shared_resource_ = NULL ; <nl> + shared_resource_ = nullptr ; <nl> } <nl> <nl> / / You can define per - test set - up logic as usual . <nl> class FooTest : public : : testing : : Test { <nl> static T * shared_resource_ ; <nl> } ; <nl> <nl> - T * FooTest : : shared_resource_ = NULL ; <nl> + T * FooTest : : shared_resource_ = nullptr ; <nl> <nl> TEST_F ( FooTest , Test1 ) { <nl> . . . you can refer to shared_resource_ here . . . <nl>
|
Googletest export
|
google/googletest
|
df6813f5e0770f5028b4e897871478e3b8c98969
|
2020-06-03T00:45:03Z
|
mmm a / modules / core / test / test_umat . cpp <nl> ppp b / modules / core / test / test_umat . cpp <nl> TEST ( UMat , map_unmap_counting ) <nl> } <nl> <nl> <nl> + / / / / / / / / / / / / / oclCleanupCallback threadsafe check ( # 5062 ) / / / / / / / / / / / / / / / / / / / / / <nl> + <nl> + / / Case 1 : reuse of old src Mat in OCL pipe . Hard to catch ! <nl> + OCL_TEST ( UMat , DISABLED_OCL_ThreadSafe_CleanupCallback_1_VeryLongTest ) <nl> + { <nl> + if ( ! cv : : ocl : : useOpenCL ( ) ) <nl> + { <nl> + std : : cout < < " OpenCL is not enabled . Skip test " < < std : : endl ; <nl> + return ; <nl> + } <nl> + for ( int j = 0 ; j < 100 ; j + + ) <nl> + { <nl> + const Size srcSize ( 320 , 240 ) ; <nl> + const int type = CV_8UC1 ; <nl> + const int dtype = CV_16UC1 ; <nl> + <nl> + Mat src ( srcSize , type ) ; <nl> + Mat dst_ref ( srcSize , dtype ) ; <nl> + <nl> + / / Generate reference data as additional check <nl> + OCL_OFF ( src . convertTo ( dst_ref , dtype ) ) ; <nl> + cv : : ocl : : setUseOpenCL ( true ) ; / / restore OpenCL state <nl> + <nl> + UMat dst ( srcSize , dtype ) ; <nl> + <nl> + / / Use multiple iterations to increase chance of data race catching <nl> + for ( int k = 0 ; k < 10000 ; k + + ) <nl> + { <nl> + UMat tmpUMat = src . getUMat ( ACCESS_RW ) ; <nl> + tmpUMat . convertTo ( dst , dtype ) ; <nl> + : : cv : : ocl : : finish ( ) ; / / force kernel to complete to start cleanup sooner <nl> + } <nl> + <nl> + EXPECT_MAT_NEAR ( dst_ref , dst , 1 ) ; <nl> + printf ( " . \ n " ) ; fflush ( stdout ) ; <nl> + } <nl> + } <nl> + <nl> + / / Case 2 : concurent deallocation of UMatData between UMat and Mat deallocators . Hard to catch ! <nl> + OCL_TEST ( UMat , DISABLED_OCL_ThreadSafe_CleanupCallback_2_VeryLongTest ) <nl> + { <nl> + if ( ! cv : : ocl : : useOpenCL ( ) ) <nl> + { <nl> + std : : cout < < " OpenCL is not enabled . Skip test " < < std : : endl ; <nl> + return ; <nl> + } <nl> + for ( int j = 0 ; j < 100 ; j + + ) <nl> + { <nl> + const Size srcSize ( 320 , 240 ) ; <nl> + const int type = CV_8UC1 ; <nl> + const int dtype = CV_16UC1 ; <nl> + <nl> + / / This test is only relevant for OCL <nl> + UMat dst ( srcSize , dtype ) ; <nl> + <nl> + / / Use multiple iterations to increase chance of data race catching <nl> + for ( int k = 0 ; k < 10000 ; k + + ) <nl> + { <nl> + Mat src ( srcSize , type ) ; / / Declare src inside loop now to catch its destruction on stack <nl> + { <nl> + UMat tmpUMat = src . getUMat ( ACCESS_RW ) ; <nl> + tmpUMat . convertTo ( dst , dtype ) ; <nl> + } <nl> + : : cv : : ocl : : finish ( ) ; / / force kernel to complete to start cleanup sooner <nl> + } <nl> + printf ( " . \ n " ) ; fflush ( stdout ) ; <nl> + } <nl> + } <nl> + <nl> + <nl> <nl> TEST ( UMat , DISABLED_Test_same_behaviour_read_and_read ) <nl> { <nl>
|
Merge pull request from alalek : issue_4468
|
opencv/opencv
|
09b9b0fb9e9c9dd8c9e0d65705f8f19aa4c27f8a
|
2015-08-10T14:46:31Z
|
mmm a / src / mongo / db / d_concurrency . cpp <nl> ppp b / src / mongo / db / d_concurrency . cpp <nl> namespace mongo { <nl> unlock_R ( ) ; <nl> } <nl> } <nl> + <nl> Lock : : DBWrite : : DBWrite ( const StringData & ns ) { <nl> } <nl> Lock : : DBWrite : : ~ DBWrite ( ) { <nl> namespace mongo { <nl> case ' W ' : <nl> case ' R ' : <nl> return ; <nl> - case ' w ' : assert ( false ) ; <nl> case 0 : lock_r ( ls . threadState ) ; / / need the top level shared lock <nl> locked_r = true ; <nl> case ' r ' : ; / / already have top level lock in this case <nl> + case ' w ' : ; / / r nested under w is ok <nl> } <nl> } <nl> void Lock : : DBRead : : lockLocal ( ) { <nl> LockState & ls = lockState ( ) ; <nl> lockTop ( ls ) ; <nl> - ourCounter = & ls . local ; <nl> - if ( + + ls . local = = 1 ) { <nl> + if ( ls . local ) { <nl> + / / we are nested in our locking of local . previous lock could be read or write . <nl> + / / we could increment / decrement ls . local here ; that would be recommended if <nl> + / / temprelease is supported here - but it is not yet , so we don ' t need to . <nl> + } <nl> + else { <nl> + ourCounter = & ls . local ; <nl> + ls . local - - ; <nl> localDBLock . lock_shared ( ) ; <nl> weLocked = & localDBLock ; <nl> } <nl> namespace mongo { <nl> / / we do checks first , as on assert destructor won ' t be called so don ' t want to be half finished with our work . <nl> bool same = ( db = = ls . otherName ) ; <nl> if ( ls . other ) { <nl> - / / nested call <nl> + / / nested . prev could be read or write . if / when we do temprelease with DBRead / DBWrite we will need to increment / decrement here <nl> + / / ( so we can not release or assert if nested ) . temprelease we should avoid if we can though , it ' s a bit of an anti - pattern . <nl> massert ( 0 , str : : stream ( ) < < " internal error tried to lock two databases at the same time . old : " < < ls . otherName < < " new : " < < db , same ) ; <nl> + <nl> + / / we do the top lock though so its temprelease semantics are preserved : <nl> + lockTop ( ls ) ; <nl> return ; <nl> } <nl> <nl> - / / first lock for this db . check consistent order with local db lock ( so we never deadlock ) <nl> + / / first lock for this db . check consistent order with local db lock so we never deadlock . local always comes last <nl> massert ( 0 , str : : stream ( ) < < " can ' t dblock : " < < db < < " when local is already locked " , ls . local = = 0 ) ; <nl> <nl> lockTop ( ls ) ; <nl> <nl> ourCounter = & ls . other ; <nl> - ls . other + + ; <nl> - dassert ( ls . other = = 1 ) ; <nl> + dassert ( ls . other = = 0 ) ; <nl> + ls . other - - ; <nl> if ( ! same ) { <nl> ls . otherName = db ; <nl> mapsf < string , SimpleRWLock * > : : ref r ( dblocks ) ; <nl> namespace mongo { <nl> } <nl> Lock : : DBRead : : ~ DBRead ( ) { <nl> if ( ourCounter ) { <nl> - ( * ourCounter ) - - ; <nl> - wassert ( * ourCounter > = 0 ) ; <nl> + ( * ourCounter ) + + ; <nl> + wassert ( * ourCounter < = 0 ) ; <nl> } <nl> if ( weLocked ) { <nl> wassert ( ourCounter & & * ourCounter = = 0 ) ; <nl> mmm a / src / mongo / dbtests / threadedtests . cpp <nl> ppp b / src / mongo / dbtests / threadedtests . cpp <nl> namespace ThreadedTests { <nl> } * / <nl> } <nl> else if ( i % 7 = = 6 ) { <nl> - Lock : : DBRead r ( " foo " ) ; <nl> - Lock : : DBRead r2 ( " foo " ) ; <nl> - Lock : : DBRead r3 ( " local " ) ; <nl> + if ( i > N / 2 ) { <nl> + if ( i % 11 = = 0 ) { <nl> + Lock : : DBRead r ( " foo " ) ; <nl> + Lock : : DBRead r2 ( " foo " ) ; <nl> + Lock : : DBRead r3 ( " local " ) ; <nl> + } <nl> + else { <nl> + Lock : : DBWrite w ( " foo " ) ; <nl> + Lock : : DBRead r2 ( " foo " ) ; <nl> + Lock : : DBRead r3 ( " local " ) ; <nl> + } <nl> + } <nl> + else { <nl> + Lock : : DBRead r ( " foo " ) ; <nl> + Lock : : DBRead r2 ( " foo " ) ; <nl> + Lock : : DBRead r3 ( " local " ) ; <nl> + } <nl> / * if ( mm - > lock_shared_try ( 0 ) ) { <nl> mm - > unlock_shared ( ) ; <nl> } * / <nl>
|
SERVER - 4328 allow nesting of DBRead in a DBWrite
|
mongodb/mongo
|
c308b0eb0b021692362d8a969ec16f3a5d3765a5
|
2012-02-10T21:29:23Z
|
mmm a / tensorflow / core / platform / cloud / BUILD <nl> ppp b / tensorflow / core / platform / cloud / BUILD <nl> cc_library ( <nl> " : retrying_utils " , <nl> " / / tensorflow / core : lib " , <nl> " / / tensorflow / core : lib_internal " , <nl> + " @ com_google_absl / / absl / strings " , <nl> " @ jsoncpp_git / / : jsoncpp " , <nl> ] , <nl> ) <nl> mmm a / tensorflow / core / platform / cloud / google_auth_provider . cc <nl> ppp b / tensorflow / core / platform / cloud / google_auth_provider . cc <nl> limitations under the License . <nl> # endif <nl> # include < fstream > <nl> # include < utility > <nl> + # include " absl / strings / match . h " <nl> # include " include / json / json . h " <nl> # include " tensorflow / core / lib / core / errors . h " <nl> # include " tensorflow / core / lib / io / path . h " <nl> constexpr char kGoogleAuthTokenForTesting [ ] = " GOOGLE_AUTH_TOKEN_FOR_TESTING " ; <nl> / / The environment variable which can override ' ~ / . config / gcloud ' if set . <nl> constexpr char kCloudSdkConfig [ ] = " CLOUDSDK_CONFIG " ; <nl> <nl> - / / The environment variable used to skip attempting to fetch GCE credentials <nl> - / / if set . <nl> + / / The environment variable used to skip attempting to fetch GCE credentials : <nl> + / / setting this to ' true ' ( case insensitive ) will skip attempting to contact <nl> + / / the GCE metadata service . <nl> constexpr char kNoGceCheck [ ] = " NO_GCE_CHECK " ; <nl> <nl> / / The default path to the gcloud config folder , relative to the home folder . <nl> Status GoogleAuthProvider : : GetToken ( string * t ) { <nl> return Status : : OK ( ) ; <nl> } <nl> <nl> - bool skip_gce_check = std : : getenv ( kNoGceCheck ) ! = nullptr ; <nl> + char * no_gce_check_var = std : : getenv ( kNoGceCheck ) ; <nl> + bool skip_gce_check = no_gce_check_var ! = nullptr & & <nl> + absl : : EqualsIgnoreCase ( no_gce_check_var , " true " ) ; <nl> Status token_from_gce_status ; <nl> if ( skip_gce_check ) { <nl> token_from_gce_status = <nl> mmm a / tensorflow / core / platform / cloud / google_auth_provider_test . cc <nl> ppp b / tensorflow / core / platform / cloud / google_auth_provider_test . cc <nl> TEST_F ( GoogleAuthProviderTest , NothingAvailable ) { <nl> } <nl> <nl> TEST_F ( GoogleAuthProviderTest , NoGceCheckEnvironmentVariable ) { <nl> - setenv ( " NO_GCE_CHECK " , " " , 1 ) ; <nl> + setenv ( " NO_GCE_CHECK " , " True " , 1 ) ; <nl> auto oauth_client = new FakeOAuthClient ; <nl> <nl> FakeEnv env ; <nl> TEST_F ( GoogleAuthProviderTest , NoGceCheckEnvironmentVariable ) { <nl> TF_EXPECT_OK ( provider . GetToken ( & token ) ) ; <nl> EXPECT_EQ ( " " , token ) ; <nl> <nl> + / / We confirm that our env var is case insensitive . <nl> + setenv ( " NO_GCE_CHECK " , " true " , 1 ) ; <nl> + TF_EXPECT_OK ( provider . GetToken ( & token ) ) ; <nl> + EXPECT_EQ ( " " , token ) ; <nl> + <nl> / / We also want to confirm that our empty token has a short expiration set : we <nl> / / now set a testing token , and confirm that it ' s returned instead of our <nl> / / empty token . <nl>
|
Be more strict about values that skip the GCE credential checks .
|
tensorflow/tensorflow
|
543b9f88b5a118ebc651ed4e9cecc93c8f4b97a0
|
2019-02-08T00:37:01Z
|
mmm a / src / buffer_cache / mirrored / writeback / writeback . cc <nl> ppp b / src / buffer_cache / mirrored / writeback / writeback . cc <nl> void writeback_t : : start_concurrent_flush ( ) { <nl> coro_t : : spawn ( boost : : bind ( & writeback_t : : do_concurrent_flush , this ) ) ; <nl> } <nl> <nl> + / / TODO ( rntz ) break this up into smaller functions <nl> void writeback_t : : do_concurrent_flush ( ) { <nl> ticks_t start_time ; <nl> pm_flushes_locking . begin ( & start_time ) ; <nl>
|
add TODO to self
|
rethinkdb/rethinkdb
|
362ddb2d46e9543863f21ff31ab4d208e07fc882
|
2011-07-18T21:17:19Z
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.