Home
last modified time | relevance | path

Searched refs:wlh (Results 1 – 25 of 141) sorted by relevance

123456

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dwaypoint.cpp61 waypointlist_h* wlh = NULL; variable
66 if(!wlh->IsValid())
89 waypointlist_h* wlh = NULL; variable
90 if ( !ade_get_args(L, "o", l_WaypointList.GetPtr(&wlh)) ) {
98 waypointlist_h* wlh = NULL; variable
105 wlh->wlp->set_name(s);
106 strcpy_s(wlh->name,s);
109 return ade_set_args( L, "s", wlh->name);
114 waypointlist_h* wlh = NULL; variable
115 if ( !ade_get_args(L, "o", l_WaypointList.GetPtr(&wlh)) ) {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialMostLinked.php95 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedDBkey() );
98 return $linkRenderer->makeKnownLink( $wlh, $caption );
124 $wlh = $this->makeWlhLink(
129 return $this->getLanguage()->specialList( $link, $wlh );
H A DSpecialMostLinkedTemplates.php123 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
126 return $this->getLinkRenderer()->makeLink( $wlh, $label );
H A DSpecialWhatLinksHere.php414 $wlh = Xml::wrapClass(
420 Xml::openElement( 'li' ) . "$link $propsText $dirmark $wlh\n" :
421 Xml::tags( 'li', null, "$link $propsText $dirmark $wlh" ) . "\n";
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialMostLinked.php107 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedDBkey() );
110 return $linkRenderer->makeKnownLink( $wlh, $caption );
136 $wlh = $this->makeWlhLink(
141 return $this->getLanguage()->specialList( $link, $wlh );
H A DSpecialMostLinkedTemplates.php135 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
138 return $this->getLinkRenderer()->makeLink( $wlh, $label );
H A DSpecialWhatLinksHere.php485 $wlh = Xml::wrapClass(
491 Xml::openElement( 'li' ) . "$link $propsText $dirmark $wlh\n" :
492 Xml::tags( 'li', null, "$link $propsText $dirmark $wlh" ) . "\n";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialMostLinked.php107 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedDBkey() );
110 return $linkRenderer->makeKnownLink( $wlh, $caption );
136 $wlh = $this->makeWlhLink(
141 return $this->getLanguage()->specialList( $link, $wlh );
H A DSpecialMostLinkedTemplates.php135 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
138 return $this->getLinkRenderer()->makeLink( $wlh, $label );
H A DSpecialWhatLinksHere.php449 $wlh = Xml::wrapClass(
455 Xml::openElement( 'li' ) . "$link $propsText $dirmark $wlh\n" :
456 Xml::tags( 'li', null, "$link $propsText $dirmark $wlh" ) . "\n";
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specialpage/
H A DWantedQueryPage.php121 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
123 return $this->getLinkRenderer()->makeLink( $wlh, $label );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specialpage/
H A DWantedQueryPage.php121 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
123 return $this->getLinkRenderer()->makeLink( $wlh, $label );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specialpage/
H A DWantedQueryPage.php121 $wlh = SpecialPage::getTitleFor( 'Whatlinkshere', $title->getPrefixedText() );
123 return $this->getLinkRenderer()->makeLink( $wlh, $label );
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DFindWinHID.cmake90 "lib/wlh/${_arch}" # Win Vista ("Long Horn") min requirement
91 "lib/wlh/um/${_arch8}" # Win Vista ("Long Horn") min requirement
120 "lib/wlh/${_arch}" # Win Vista ("Long Horn") min requirement
121 "lib/wlh/um/${_arch8}" # Win Vista ("Long Horn") min requirement
244 elseif(WINHID_LIBRARY MATCHES "[Ll]ib/wlh")
H A DFindWindowsSDK.cmake517 "lib/wlh/${_winsdk_arch}"
518 "lib/wlh/um/${_winsdk_arch8}" # Win Vista ("Long Horn") min requirement
523 wlh # Win Vista ("Long Horn") min requirement
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c860 u8 *wlh; in brcmf_fws_hdrpush() local
880 wlh = skb->data; in brcmf_fws_hdrpush()
882 wlh[0] = BRCMF_FWS_TYPE_PKTTAG; in brcmf_fws_hdrpush()
883 wlh[1] = BRCMF_FWS_TYPE_PKTTAG_LEN; in brcmf_fws_hdrpush()
884 memcpy(&wlh[2], &pkttag, sizeof(pkttag)); in brcmf_fws_hdrpush()
886 wlh[1] += BRCMF_FWS_TYPE_SEQ_LEN; in brcmf_fws_hdrpush()
890 wlh += wlh[1] + 2; in brcmf_fws_hdrpush()
894 wlh[0] = BRCMF_FWS_TYPE_PENDING_TRAFFIC_BMP; in brcmf_fws_hdrpush()
896 wlh[2] = entry->mac_handle; in brcmf_fws_hdrpush()
897 wlh[3] = entry->traffic_pending_bmp; in brcmf_fws_hdrpush()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c860 u8 *wlh; in brcmf_fws_hdrpush() local
880 wlh = skb->data; in brcmf_fws_hdrpush()
882 wlh[0] = BRCMF_FWS_TYPE_PKTTAG; in brcmf_fws_hdrpush()
883 wlh[1] = BRCMF_FWS_TYPE_PKTTAG_LEN; in brcmf_fws_hdrpush()
884 memcpy(&wlh[2], &pkttag, sizeof(pkttag)); in brcmf_fws_hdrpush()
886 wlh[1] += BRCMF_FWS_TYPE_SEQ_LEN; in brcmf_fws_hdrpush()
890 wlh += wlh[1] + 2; in brcmf_fws_hdrpush()
894 wlh[0] = BRCMF_FWS_TYPE_PENDING_TRAFFIC_BMP; in brcmf_fws_hdrpush()
896 wlh[2] = entry->mac_handle; in brcmf_fws_hdrpush()
897 wlh[3] = entry->traffic_pending_bmp; in brcmf_fws_hdrpush()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c860 u8 *wlh; in brcmf_fws_hdrpush() local
880 wlh = skb->data; in brcmf_fws_hdrpush()
882 wlh[0] = BRCMF_FWS_TYPE_PKTTAG; in brcmf_fws_hdrpush()
883 wlh[1] = BRCMF_FWS_TYPE_PKTTAG_LEN; in brcmf_fws_hdrpush()
884 memcpy(&wlh[2], &pkttag, sizeof(pkttag)); in brcmf_fws_hdrpush()
886 wlh[1] += BRCMF_FWS_TYPE_SEQ_LEN; in brcmf_fws_hdrpush()
890 wlh += wlh[1] + 2; in brcmf_fws_hdrpush()
894 wlh[0] = BRCMF_FWS_TYPE_PENDING_TRAFFIC_BMP; in brcmf_fws_hdrpush()
896 wlh[2] = entry->mac_handle; in brcmf_fws_hdrpush()
897 wlh[3] = entry->traffic_pending_bmp; in brcmf_fws_hdrpush()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/libs/
H A Dmission.cpp953 waypointlist_h *wlh = NULL; variable
954 if(!ade_get_args(L, "|oo", l_Vector.GetPtr(&v3), l_WaypointList.GetPtr(&wlh)))
959 if (wlh && wlh->IsValid())
961 int wp_list_index = find_index_of_waypoint_list(wlh->wlp);
962 int wp_index = (int) wlh->wlp->get_waypoints().size() - 1;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Ds3c2410fb.c254 unsigned wlh = (var->hsync_len >> 4) - 1; in s3c2410fb_calculate_stn_lcd_regs() local
292 if (wlh > 3) in s3c2410fb_calculate_stn_lcd_regs()
293 wlh = 3; in s3c2410fb_calculate_stn_lcd_regs()
299 regs->lcdcon4 = S3C2410_LCDCON4_WLH(wlh); in s3c2410fb_calculate_stn_lcd_regs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Ds3c2410fb.c254 unsigned wlh = (var->hsync_len >> 4) - 1; in s3c2410fb_calculate_stn_lcd_regs() local
292 if (wlh > 3) in s3c2410fb_calculate_stn_lcd_regs()
293 wlh = 3; in s3c2410fb_calculate_stn_lcd_regs()
299 regs->lcdcon4 = S3C2410_LCDCON4_WLH(wlh); in s3c2410fb_calculate_stn_lcd_regs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Ds3c2410fb.c254 unsigned wlh = (var->hsync_len >> 4) - 1; in s3c2410fb_calculate_stn_lcd_regs() local
292 if (wlh > 3) in s3c2410fb_calculate_stn_lcd_regs()
293 wlh = 3; in s3c2410fb_calculate_stn_lcd_regs()
299 regs->lcdcon4 = S3C2410_LCDCON4_WLH(wlh); in s3c2410fb_calculate_stn_lcd_regs()
/dports/devel/kBuild/kBuild-0.1.9998/kBuild/sdks/
H A DWINDDK80.kmk67 PATH_SDK_WINDDK80_LIB_WLH_ROOT ?= $(PATH_SDK_WINDDK80_LIB_ROOT)/wlh
H A DWINDDK71.kmk69 PATH_SDK_WINDDK71_LIB_WLH_ROOT ?= $(PATH_SDK_WINDDK71_LIB_ROOT)/wlh
/dports/games/supertux2/SuperTux-v0.6.3-Source/mk/cmake/
H A DFindWindowsSDK.cmake482 "lib/wlh/${_winsdk_arch}"
483 "lib/wlh/um/${_winsdk_arch8}" # Win Vista ("Long Horn") min requirement
488 wlh # Win Vista ("Long Horn") min requirement

123456