Home
last modified time | relevance | path

Searched refs:linkPage (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/
H A DUI.pm354 linkPage=>$args{linkPage}, default=>$args{default},
364 default=>$args{default}, defaults=>$args{defaults}, linkPage=>$args{linkPage},
647 }elsif ( $args{linkPage} && $o->$column ){
648 if ( $args{linkPage} eq '1' || $args{linkPage} eq 'view.html' ){
654 $args{linkPage}, $o->$column->id, $o->$column->get_label);
715 $other_field, $isEditing, $action, $makeLink, $linkPage, $returnAsVar ) =
720 $linkPage ||= "view.html";
979 }elsif ( $linkPage && $value ){
982 if ( $linkPage eq "1" || $linkPage eq "view.html" ){
985 $output .= sprintf("<a href=\"$linkPage?id=%s\"> %s </a>\n", $o->id, $value);
[all …]
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/htdocs/generic/
H A Dform.mhtml91 my $linkPage = $ui->table_view_page($ftable) || 'view.html';
94 linkPage=>$linkPage, adv_search=>$adv_search);
98 …ect=>$obj, column=>$c, edit=>$edit, shortFieldName=>$short_field_names, linkPage=>0, adv_search=>$…
/dports/www/mediawiki137/mediawiki-1.37.1/includes/user/
H A DUserGroupMembership.php128 $linkPage = $linkTitle->getFullText();
129 $groupLink = "[[$linkPage|$groupName]]";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/user/
H A DUserGroupMembership.php146 $linkPage = $linkTitle->getFullText();
147 $groupLink = "[[$linkPage|$groupName]]";
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/htdocs/cable_plant/
H A Dcable_plant_closet.mhtml107 …ld(object=>$closet->room, column=>"name", edit=>($edit eq "cableinfo"), linkPage=>1, returnValOnly…
108 …t=>$closet->room->floor, column=>"level", edit=>($edit eq "cableinfo"), linkPage=>1, returnValOnly…
/dports/www/mediawiki135/mediawiki-1.35.5/includes/user/
H A DUserGroupMembership.php304 $linkPage = $linkTitle->getFullText();
305 $groupLink = "[[$linkPage|$groupName]]";
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst20 The protected method :php:`linkPage()` returns an array with the "uri" and "target".
H A DBreaking-55298-DecoupledHistoryFunctionality.rst70 * :php:`TYPO3\CMS\Backend\History\RecordHistory->linkPage()` (logic moved into view)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst20 The protected method :php:`linkPage()` returns an array with the "uri" and "target".
H A DBreaking-55298-DecoupledHistoryFunctionality.rst70 * :php:`TYPO3\CMS\Backend\History\RecordHistory->linkPage()` (logic moved into view)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-82260-SeparationOfSearchResultPathIntoTitleUriLink.rst20 The protected method :php:`linkPage()` returns an array with the "uri" and "target".
H A DBreaking-55298-DecoupledHistoryFunctionality.rst70 * :php:`TYPO3\CMS\Backend\History\RecordHistory->linkPage()` (logic moved into view)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php503 $this->linkPage($row['page_id'], $copiedRow)
520 $this->linkPage($row['data_page_id'], $row, $markUpSwParams)
548 $pathLinkData = $this->linkPage(
1345 protected function linkPage($pageUid, $row = [], $markUpSwParams = []) function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php496 $this->linkPage($row['page_id'], $copiedRow)
513 $this->linkPage($row['data_page_id'], $row, $markUpSwParams)
541 $pathLinkData = $this->linkPage(
1334 protected function linkPage($pageUid, $row = [], $markUpSwParams = []) function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php502 $this->linkPage($row['page_id'], $copiedRow)
520 $this->linkPage($row['data_page_id'], $row, $markUpSwParams)
548 $pathLinkData = $this->linkPage(
1326 protected function linkPage($pageUid, $row = [], $markUpSwParams = []) function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/example/
H A DViewer.java513 int linkPage = doc.pageNumberFromLocation(doc.resolveLink(node)); in selectOutlineItem() local
514 if (linkPage >= 0 && linkPage <= pagenum) in selectOutlineItem()
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/htdocs/management/
H A Dipblock_list.mhtml84 …i->form_field(object=>$rraddr, column=>"rr", edit=>$edit, returnValOnly=>1, linkPage=>'host.html');
/dports/www/mediawiki135/mediawiki-1.35.5/includes/skins/
H A DSkin.php530 $linkPage = $this->msg( 'pagecategorieslink' )->inContentLanguage()->text();
531 $pageCategoriesLinkTitle = Title::newFromText( $linkPage );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/skins/
H A DSkin.php571 $linkPage = $this->msg( 'pagecategorieslink' )->inContentLanguage()->text();
572 $pageCategoriesLinkTitle = Title::newFromText( $linkPage );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/skins/
H A DSkin.php602 $linkPage = $this->msg( 'pagecategorieslink' )->inContentLanguage()->text();
603 $pageCategoriesLinkTitle = Title::newFromText( $linkPage );
/dports/graphics/okular/okular-21.12.3/generators/plucker/unpluck/
H A Dqunpluck.cpp74 int linkPage; member in Context