Searched refs:element_props (Results 1 – 9 of 9) sorted by relevance
/dports/textproc/libfolia/libfolia-2.10/src/ |
H A D | folia_properties.cxx | 648 element_props[BASE] = &FoLiA::PROPS; in static_init() 774 element_props[Cell_t] = &Cell::PROPS; in static_init() 850 element_props[Cue_t] = &Cue::PROPS; in static_init() 1034 element_props[Gap_t] = &Gap::PROPS; in static_init() 1043 element_props[Head_t] = &Head::PROPS; in static_init() 1128 element_props[List_t] = &List::PROPS; in static_init() 1192 element_props[New_t] = &New::PROPS; in static_init() 1200 element_props[Note_t] = &Note::PROPS; in static_init() 1242 element_props[Part_t] = &Part::PROPS; in static_init() 1331 element_props[Row_t] = &Row::PROPS; in static_init() [all …]
|
H A D | folia_document.cxx | 1151 properties *prop = element_props[et]; in parse_annotations() 1948 properties *prop = element_props[et]; in declare()
|
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/admin/rich_text/converters/ |
H A D | contentstate.py | 57 element_props = config.get('props', {}) 61 element_props = {} 75 added_props.update(element_props)
|
/dports/www/habari/habari-0.8/system/plugins/flickrsilo/ |
H A D | flickrsilo.plugin.php | 480 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$photo['… 497 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO… 514 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO… 530 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO… 549 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO… 578 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO… 652 private static function element_props( $photo, $url, $size ) function in FlickrSilo 683 …$props = array_merge( $props, self::element_props( $photo, "http://www.flickr.com/photos/{$_SESSIO…
|
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/ |
H A D | ex43.c | 1094 GaussPointCoefficients **element_props; in solve_stokes_2d_coupled() local 1232 element_props[j][i].fx[p] = 0.0; in solve_stokes_2d_coupled() 1257 element_props[j][i].fx[p] = 0.0; in solve_stokes_2d_coupled() 1258 element_props[j][i].fy[p] = 0.0; in solve_stokes_2d_coupled() 1288 element_props[j][i].fx[p] = 0.0; in solve_stokes_2d_coupled() 1289 element_props[j][i].fy[p] = 0.0; in solve_stokes_2d_coupled() 1294 element_props[j][i].fx[p] = 0.0; in solve_stokes_2d_coupled() 1295 element_props[j][i].fy[p] = -1.0; in solve_stokes_2d_coupled() 1333 element_props[j][i].fx[p] = 0.0; in solve_stokes_2d_coupled() 1334 element_props[j][i].fy[p] = -0.2; in solve_stokes_2d_coupled() [all …]
|
H A D | ex49.c | 704 GaussPointCoefficients **element_props; in solve_elasticity_2d() local 826 element_props[j][i].E[p] = opts_E; in solve_elasticity_2d() 827 element_props[j][i].nu[p] = opts_nu; in solve_elasticity_2d() 829 element_props[j][i].fx[p] = 0.0; in solve_elasticity_2d() 830 element_props[j][i].fy[p] = 0.0; in solve_elasticity_2d() 853 element_props[j][i].E[p] = opts_E0; in solve_elasticity_2d() 854 element_props[j][i].nu[p] = opts_nu0; in solve_elasticity_2d() 860 element_props[j][i].fx[p] = 0.0; in solve_elasticity_2d() 861 element_props[j][i].fy[p] = 0.0; in solve_elasticity_2d() 918 element_props[j][i].E[p] = opts_E0; in solve_elasticity_2d() [all …]
|
/dports/graphics/dia/dia-0.97.3/plug-ins/python/ |
H A D | otypes.py | 48 element_props = ["elem_corner", "elem_width", "elem_height"] 111 elif p in element_props : n_element = n_element + 1 142 elif n_element == len(element_props) :
|
/dports/math/py-pandas/pandas-1.2.5/pandas/io/formats/ |
H A D | html.py | 589 element_props = [ 594 element_props.append(("thead tr th", "text-align", "left")) 596 element_props.append( 600 element_props.append(("thead th", "text-align", "right")) 601 template_mid = "\n\n".join(map(lambda t: template_select % t, element_props))
|
/dports/textproc/libfolia/libfolia-2.10/include/libfolia/ |
H A D | folia_properties.h | 81 extern std::map<ElementType,properties*> element_props;
|