Home
last modified time | relevance | path

Searched refs:getLinks (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/dports/biology/jalview/jalview/test/jalview/util/
H A DParseHtmlBodyAndLinksTest.java67 assertEquals(2, testee.getLinks().size()); in testParseHtml_withLinks()
68 assertEquals("on this|http://www.nowhere.com", testee.getLinks().get(0)); in testParseHtml_withLinks()
69 assertEquals("this|http://www.somewhere.com/here", testee.getLinks() in testParseHtml_withLinks()
83 assertEquals(1, testee.getLinks().size()); in testParseHtml_withLinksWithParameters()
85 testee.getLinks().get(0)); in testParseHtml_withLinksWithParameters()
99 assertEquals(1, testee.getLinks().size()); in testParseHtml_withLinksWithEncoding()
103 testee.getLinks().get(0)); in testParseHtml_withLinksWithEncoding()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/
H A DWebLinkExtensionTest.php50 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
58 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
66 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
74 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
82 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
90 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Tests/Extension/
H A DWebLinkExtensionTest.php50 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
58 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
66 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
74 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
82 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
90 … $this->assertEquals([$link], array_values($this->request->attributes->get('_links')->getLinks()));
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/nodeGraph/
H A DNodeGraph.test.tsx18 render(<NodeGraph dataFrames={[]} getLinks={() => []} />);
24 …render(<NodeGraph dataFrames={[makeNodesDataFrame(2), makeEdgesDataFrame([[0, 1]])]} getLinks={() …
45 getLinks={() => []}
58 render(<NodeGraph dataFrames={[makeNodesDataFrame(1)]} getLinks={() => []} />);
68 getLinks={(dataFrame) => {
101 getLinks={() => []}
120 getLinks={() => []}
142 getLinks={() => []}
167 getLinks={() => []}
195 getLinks={() => []}
H A DNodeGraphPanel.tsx10 const getLinks = useLinks(data.timeRange);
22 <NodeGraph dataFrames={memoizedGetNodeGraphDataFrames(data.series)} getLinks={getLinks} />
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Rte/
H A DFooter.php29 private static function getLinks($docu, $priv, $name) function in PhpMyAdmin\\Rte\\Footer
67 return self::getLinks('CREATE_PROCEDURE', 'CREATE ROUTINE', 'ROUTINE');
77 return self::getLinks('CREATE_TRIGGER', 'TRIGGER', 'TRIGGER');
116 $retval .= self::getLinks('CREATE_EVENT', 'EVENT', 'EVENT');
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/legend/
H A DLegendSpriteDrawer.java80 String[][] texts = new String[legend.getLinks().length][1]; in computeTextData()
83 int nbTextItems = Math.min(legend.getLinks().length, textString.length); in computeTextData()
90 if (nbTextItems < legend.getLinks().length) { in computeTextData()
91 for (int i = nbTextItems; i < legend.getLinks().length; i++) { in computeTextData()
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/test/org/olsr/v1/info/api/dto/
H A DTestJsonInfoNeighbours.java35 assertThat(this.impl.getLinks(), notNullValue()); in testGettersAndSetters()
36 assertThat(Integer.valueOf(this.impl.getLinks().size()), equalTo(Integer.valueOf(0))); in testGettersAndSetters()
52 assertThat(this.impl.getLinks(), equalTo(links)); in testGettersAndSetters()
53 assertThat(Integer.valueOf(this.impl.getLinks().size()), equalTo(Integer.valueOf(1))); in testGettersAndSetters()
62 assertThat(this.impl.getLinks(), notNullValue()); in testGettersAndSetters()
63 assertThat(Integer.valueOf(this.impl.getLinks().size()), equalTo(Integer.valueOf(0))); in testGettersAndSetters()
H A DTestJsonInfoLinks.java41 assertThat(this.impl.getLinks(), notNullValue()); in testGettersAndSetters()
42 assertThat(this.impl.getLinks(), not(equalTo(links))); in testGettersAndSetters()
48 assertThat(this.impl.getLinks(), equalTo(links)); in testGettersAndSetters()
52 assertThat(this.impl.getLinks(), equalTo(exp)); in testGettersAndSetters()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmDashboardPlugin/lib/service/
H A DDashboardService.php42 $links = $this->getLinks(array(self::ADMIN_LINK_FILE, self::LINK_FILE));
44 $links = $this->getLinks(array(self::LINK_FILE));
46 $links = $this->getLinks(array(self::ADMIN_LINK_FILE));
74 public function getLinks(array $files) { function in DashboardService
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Unit/Breadcrumbs/
H A DPathBasedBreadcrumbBuilderTest.php153 $this->assertEquals([], $breadcrumb->getLinks());
170 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
205 …ome', new Url('<front>')), 1 => new Link('Example', new Url('example'))], $breadcrumb->getLinks());
260 ], $breadcrumb->getLinks());
292 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
336 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
384 …ome', new Url('<front>')), 1 => new Link('Admin', new Url('user_page'))], $breadcrumb->getLinks());
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmBuzzPlugin/modules/buzz/templates/
H A DviewPostSuccess.php168 <?php if (count($originalPost->getLinks()) > 0) { ?>
169 <?php foreach ($originalPost->getLinks() as $link) { ?>
287 <?php if (count($originalPost->getLinks()) > 0) { ?>
288 <?php foreach ($originalPost->getLinks() as $link) { ?>
H A DviewShareSuccess.php130 <?php if ($originalPost && count($originalPost->getLinks()) > 0) { ?>
131 <?php foreach ($originalPost->getLinks() as $link) { ?>
264 <?php if ($originalPost && count($originalPost->getLinks()) > 0) { ?>
265 <?php foreach ($originalPost->getLinks() as $link) { ?>
/dports/net-mgmt/icingaweb2-module-cube/icingaweb2-module-cube-1.1.1/library/Cube/Web/
H A DActionLinks.php46 foreach ($hook->getActionLinks()->getLinks() as $link) {
89 public function getLinks() function in Icinga\\Module\\Cube\\Web\\ActionLinks
101 $links = $this->getLinks();
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Unit/Breadcrumbs/
H A DPathBasedBreadcrumbBuilderTest.php153 $this->assertEquals([], $breadcrumb->getLinks());
170 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
205 …ome', new Url('<front>')), 1 => new Link('Example', new Url('example'))], $breadcrumb->getLinks());
260 ], $breadcrumb->getLinks());
292 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
336 $this->assertEquals([0 => new Link('Home', new Url('<front>'))], $breadcrumb->getLinks());
384 …ome', new Url('<front>')), 1 => new Link('Admin', new Url('user_page'))], $breadcrumb->getLinks());
/dports/cad/sumo/sumo-1.2.0/src/gui/
H A DGUITLLogicPhasesTrackerWindow.cpp166 FXint height = (FXint)(myTLLogic->getLinks().size() * 20 + 30 + 8 + 30); in FXIMPLEMENT()
168 for (int i = 0; i < (int)myTLLogic->getLinks().size(); ++i) { in FXIMPLEMENT()
192 FXint height = (FXint)(myTLLogic->getLinks().size() * 20 + 30 + 8); in GUITLLogicPhasesTrackerWindow()
195 for (int i = 0; i < (int)myTLLogic->getLinks().size(); ++i) { in GUITLLogicPhasesTrackerWindow()
309 for (int i = 0; i < (int)myTLLogic->getLinks().size() + 1; ++i) { in drawValues()
316 if (i < (int)myTLLogic->getLinks().size()) { in drawValues()
364 for (int j = 0; j < (int) myTLLogic->getLinks().size(); ++j) { in drawValues()
414 double glh = (double)(1.0 - myTLLogic->getLinks().size() * h20 - h10); in drawValues()
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/library/
H A DMultiplexerWorker.cpp234 SAFE_POINT(!port->getLinks().isEmpty(), "No input links", ""); in getInputActorName()
235 Port *inputPort = port->getLinks().keys().first(); in getInputActorName()
332 if (input1->getLinks().size() > 0) { in composeRichDoc()
333 Port *p = input1->getLinks().keys().first(); in composeRichDoc()
337 if (input2->getLinks().size() > 0) { in composeRichDoc()
338 Port *p = input2->getLinks().keys().first(); in composeRichDoc()
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/
H A DNodeGraphContainer.tsx33 const getLinks = useLinks(range, splitOpen);
46 // We don't need proper replace here as it is only used in getLinks and we use getFieldLinks
73 <NodeGraph dataFrames={frames} getLinks={getLinks} />
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/gauge/
H A DGaugePanel.tsx38 const { getLinks, hasLinks } = value;
40 if (hasLinks && getLinks) {
42 <DataLinksContextMenu links={getLinks} config={value.field}>
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/utils/
H A Dtable.ts11 if (field.getLinks) {
12 link = field.getLinks({
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DSharedGroup.java109 public Link[] getLinks() { in getLinks() method in SharedGroup
115 return ((SharedGroupRetained)retained).getLinks(); in getLinks()
/dports/security/lego/lego-4.5.3/acme/api/
H A Dservice.go14 links := getLinks(header, rel)
22 func getLinks(header http.Header, rel string) []string { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/acme/api/
H A Dservice.go14 links := getLinks(header, rel)
22 func getLinks(header http.Header, rel string) []string { func
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/
H A DLink.php53 foreach ($this->getLinks() as $link) {
81 public function getLinks() function in Guzzle\\Http\\Message\\Header\\Link
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Breadcrumb/
H A DBreadcrumbManagerTest.php72 $this->assertEquals([], $breadcrumb->getLinks());
103 $this->assertEquals($links, $breadcrumb->getLinks());
140 $this->assertEquals($links2, $breadcrumb->getLinks());
178 $this->assertEquals($links2, $breadcrumb->getLinks());

12345678910>>...30