Home
last modified time | relevance | path

Searched refs:linkattr (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/mediawiki135/mediawiki-1.35.5/extensions/CategoryTree/includes/
H A DCategoryTree.php646 $linkattr = [];
648 $linkattr[ 'class' ] = "CategoryTreeToggle";
649 $linkattr['data-ct-title'] = $key;
656 $linkattr[ 'data-ct-state' ] = 'collapsed';
659 $linkattr[ 'data-ct-loaded' ] = true;
660 $linkattr[ 'data-ct-state' ] = 'expanded';
663 $bullet = Html::element( 'span', $linkattr, $txt ) . ' ';
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/CategoryTree/includes/
H A DCategoryTree.php649 $linkattr = [];
651 $linkattr[ 'class' ] = "CategoryTreeToggle";
652 $linkattr['data-ct-title'] = $key;
655 $linkattr[ 'data-ct-state' ] = 'collapsed';
657 $linkattr[ 'data-ct-loaded' ] = true;
658 $linkattr[ 'data-ct-state' ] = 'expanded';
661 $bullet = Html::element( 'span', $linkattr ) . ' ';
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/CategoryTree/includes/
H A DCategoryTree.php646 $linkattr = [];
648 $linkattr[ 'class' ] = "CategoryTreeToggle";
649 $linkattr['data-ct-title'] = $key;
656 $linkattr[ 'data-ct-state' ] = 'collapsed';
659 $linkattr[ 'data-ct-loaded' ] = true;
660 $linkattr[ 'data-ct-state' ] = 'expanded';
663 $bullet = Html::element( 'span', $linkattr, $txt ) . ' ';
/dports/www/mod_proxy_xml/mod_proxy_xml-0.1/
H A Dmod_proxy_xml.c243 const char** linkattr ; in xstart_element() local
278 linkattr = linkattrs ; in xstart_element()
280 if ( !strcmp(*linkattr, name) ) { in xstart_element()
284 } while ( *++linkattr ) ; in xstart_element()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1942 linkattr = 0; in t4vf_handle_get_port_info()
1944 linkattr |= FW_PORT_CAP32_FC_RX; in t4vf_handle_get_port_info()
1946 linkattr |= FW_PORT_CAP32_FC_TX; in t4vf_handle_get_port_info()
1948 linkattr |= FW_PORT_CAP32_SPEED_100M; in t4vf_handle_get_port_info()
1950 linkattr |= FW_PORT_CAP32_SPEED_1G; in t4vf_handle_get_port_info()
1952 linkattr |= FW_PORT_CAP32_SPEED_10G; in t4vf_handle_get_port_info()
1954 linkattr |= FW_PORT_CAP32_SPEED_25G; in t4vf_handle_get_port_info()
1956 linkattr |= FW_PORT_CAP32_SPEED_40G; in t4vf_handle_get_port_info()
1958 linkattr |= FW_PORT_CAP32_SPEED_100G; in t4vf_handle_get_port_info()
1986 fc = fwcap_to_cc_pause(linkattr); in t4vf_handle_get_port_info()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1942 linkattr = 0; in t4vf_handle_get_port_info()
1944 linkattr |= FW_PORT_CAP32_FC_RX; in t4vf_handle_get_port_info()
1946 linkattr |= FW_PORT_CAP32_FC_TX; in t4vf_handle_get_port_info()
1948 linkattr |= FW_PORT_CAP32_SPEED_100M; in t4vf_handle_get_port_info()
1950 linkattr |= FW_PORT_CAP32_SPEED_1G; in t4vf_handle_get_port_info()
1952 linkattr |= FW_PORT_CAP32_SPEED_10G; in t4vf_handle_get_port_info()
1954 linkattr |= FW_PORT_CAP32_SPEED_25G; in t4vf_handle_get_port_info()
1956 linkattr |= FW_PORT_CAP32_SPEED_40G; in t4vf_handle_get_port_info()
1958 linkattr |= FW_PORT_CAP32_SPEED_100G; in t4vf_handle_get_port_info()
1986 fc = fwcap_to_cc_pause(linkattr); in t4vf_handle_get_port_info()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1942 linkattr = 0; in t4vf_handle_get_port_info()
1944 linkattr |= FW_PORT_CAP32_FC_RX; in t4vf_handle_get_port_info()
1946 linkattr |= FW_PORT_CAP32_FC_TX; in t4vf_handle_get_port_info()
1948 linkattr |= FW_PORT_CAP32_SPEED_100M; in t4vf_handle_get_port_info()
1950 linkattr |= FW_PORT_CAP32_SPEED_1G; in t4vf_handle_get_port_info()
1952 linkattr |= FW_PORT_CAP32_SPEED_10G; in t4vf_handle_get_port_info()
1954 linkattr |= FW_PORT_CAP32_SPEED_25G; in t4vf_handle_get_port_info()
1956 linkattr |= FW_PORT_CAP32_SPEED_40G; in t4vf_handle_get_port_info()
1958 linkattr |= FW_PORT_CAP32_SPEED_100G; in t4vf_handle_get_port_info()
1986 fc = fwcap_to_cc_pause(linkattr); in t4vf_handle_get_port_info()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_hw.c1653 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
1660 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
1662 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
1664 linkattr |= FW_PORT_CAP32_SPEED_100M; in lstatus_to_fwcap()
1666 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
1668 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
1670 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
1672 linkattr |= FW_PORT_CAP32_SPEED_40G; in lstatus_to_fwcap()
1674 linkattr |= FW_PORT_CAP32_SPEED_100G; in lstatus_to_fwcap()
1676 return linkattr; in lstatus_to_fwcap()
H A Dcsio_mb.c1413 fw_port_cap32_t linkattr; in csio_mb_fwevt_handler() local
1431 linkattr = lstatus_to_fwcap(link_status); in csio_mb_fwevt_handler()
1439 linkattr = ntohl(pcmd->u.info32.linkattr32); in csio_mb_fwevt_handler()
1445 hw->pport[port_id].link_speed = fwcap_to_fwspeed(linkattr); in csio_mb_fwevt_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_hw.c1653 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
1660 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
1662 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
1664 linkattr |= FW_PORT_CAP32_SPEED_100M; in lstatus_to_fwcap()
1666 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
1668 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
1670 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
1672 linkattr |= FW_PORT_CAP32_SPEED_40G; in lstatus_to_fwcap()
1674 linkattr |= FW_PORT_CAP32_SPEED_100G; in lstatus_to_fwcap()
1676 return linkattr; in lstatus_to_fwcap()
H A Dcsio_mb.c1413 fw_port_cap32_t linkattr; in csio_mb_fwevt_handler() local
1431 linkattr = lstatus_to_fwcap(link_status); in csio_mb_fwevt_handler()
1439 linkattr = ntohl(pcmd->u.info32.linkattr32); in csio_mb_fwevt_handler()
1445 hw->pport[port_id].link_speed = fwcap_to_fwspeed(linkattr); in csio_mb_fwevt_handler()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_hw.c1653 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
1660 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
1662 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
1664 linkattr |= FW_PORT_CAP32_SPEED_100M; in lstatus_to_fwcap()
1666 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
1668 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
1670 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
1672 linkattr |= FW_PORT_CAP32_SPEED_40G; in lstatus_to_fwcap()
1674 linkattr |= FW_PORT_CAP32_SPEED_100G; in lstatus_to_fwcap()
1676 return linkattr; in lstatus_to_fwcap()
H A Dcsio_mb.c1413 fw_port_cap32_t linkattr; in csio_mb_fwevt_handler() local
1431 linkattr = lstatus_to_fwcap(link_status); in csio_mb_fwevt_handler()
1439 linkattr = ntohl(pcmd->u.info32.linkattr32); in csio_mb_fwevt_handler()
1445 hw->pport[port_id].link_speed = fwcap_to_fwspeed(linkattr); in csio_mb_fwevt_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8548 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
8555 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
8557 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
8561 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
8563 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
8565 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
8571 return linkattr; in lstatus_to_fwcap()
8633 fc = fwcap_to_cc_pause(linkattr); in t4_handle_get_port_info()
8634 speed = fwcap_to_speed(linkattr); in t4_handle_get_port_info()
8804 fw_port_cap32_t linkattr; in t4_get_link_params() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8548 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
8555 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
8557 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
8561 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
8563 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
8565 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
8571 return linkattr; in lstatus_to_fwcap()
8633 fc = fwcap_to_cc_pause(linkattr); in t4_handle_get_port_info()
8634 speed = fwcap_to_speed(linkattr); in t4_handle_get_port_info()
8804 fw_port_cap32_t linkattr; in t4_get_link_params() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8548 fw_port_cap32_t linkattr = 0; in lstatus_to_fwcap() local
8555 linkattr |= FW_PORT_CAP32_FC_RX; in lstatus_to_fwcap()
8557 linkattr |= FW_PORT_CAP32_FC_TX; in lstatus_to_fwcap()
8561 linkattr |= FW_PORT_CAP32_SPEED_1G; in lstatus_to_fwcap()
8563 linkattr |= FW_PORT_CAP32_SPEED_10G; in lstatus_to_fwcap()
8565 linkattr |= FW_PORT_CAP32_SPEED_25G; in lstatus_to_fwcap()
8571 return linkattr; in lstatus_to_fwcap()
8633 fc = fwcap_to_cc_pause(linkattr); in t4_handle_get_port_info()
8634 speed = fwcap_to_speed(linkattr); in t4_handle_get_port_info()
8804 fw_port_cap32_t linkattr; in t4_get_link_params() local
[all …]
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/topo/lib/
H A Dtextread.c881 static struct attrcheck linkattr [] = { in process_link() local
904 if (! check_attr (attrtab, linkattr)) in process_link()
/dports/www/moodle310/moodle/lib/
H A Dnavigationlib.php4612 $linkattr = \core_course\output\content_export_link::get_attributes($coursecontext);
4613 …$actionlink = new action_link($linkattr->url, $linkattr->displaystring, null, $linkattr->elementat…
4615 … $coursenode->add($linkattr->displaystring, $actionlink, self::TYPE_SETTING, null, 'download',

12