Searched refs:useLayout (Results 1 – 10 of 10) sorted by relevance
/dports/www/phprecipebook/phprecipebook/modules/lists/ |
H A D | print.php | 14 $useLayout = array(); variable 37 $useLayout = split(',', $rc->fields[0]); variable 38 if (!count($useLayout)) $useLayout[] = ''; //if it does not exist, set it to empty 45 $useLayout[] = $key; // add the section 121 foreach ($useLayout as $section) { 151 foreach ($useLayout as $section) { 179 foreach ($useLayout as $section)
|
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/nodeGraph/ |
H A D | layout.test.ts | 2 import { useLayout } from './layout'; 31 return useLayout(nodes, edges, undefined, 100, 1000); 41 return useLayout(nodes, edges, undefined, 100, 1000);
|
H A D | layout.ts | 42 export function useLayout( function
|
H A D | NodeGraph.tsx | 12 import { Config, defaultConfig, useLayout } from './layout'; 145 const { nodes, edges, markers, bounds, hiddenNodesCount, loading } = useLayout(
|
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/newt/parenting/ |
H A D | TestParenting02AWT.java | 87 …public void runNewtChildOnAWTParent(final boolean useLayout, final boolean deferredPeer) throws In… in runNewtChildOnAWTParent() argument 109 if(useLayout) { in runNewtChildOnAWTParent() 135 if(useLayout) { in runNewtChildOnAWTParent() 163 if(useLayout) { in runNewtChildOnAWTParent() 227 if(useLayout) { in runNewtChildOnAWTParent()
|
/dports/print/lyx/lyx-2.3.4.2/src/ |
H A D | LaTeXFeatures.h | 141 void useLayout(docstring const & lyt); 185 void useLayout(docstring const &, int);
|
H A D | LaTeXFeatures.cpp | 585 void LaTeXFeatures::useLayout(docstring const & layoutname) in useLayout() function in lyx::LaTeXFeatures 587 useLayout(layoutname, 0); in useLayout() 591 void LaTeXFeatures::useLayout(docstring const & layoutname, int level) in useLayout() function in lyx::LaTeXFeatures 613 useLayout(layout.depends_on(), level + 1); in useLayout()
|
H A D | Paragraph.cpp | 1460 features.useLayout(layout_->name()); in validate()
|
/dports/math/ogdf/OGDF/include/ogdf/energybased/ |
H A D | SpringEmbedderKK.h | 113 bool useLayout() { return m_useLayout; } in useLayout() function
|
/dports/www/grafana8/grafana-8.3.6/public/build/ |
H A D | 7095.0e38943fa459e872fe93.js.map | 1 …useLayout(\n rawNodes: NodeDatum[],\n rawEdges: EdgeDatum[],\n config: Config = defaultConfig,\…
|