Home
last modified time | relevance | path

Searched refs:bHead (Results 1 – 25 of 30) sorted by relevance

12

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/http/
H A Dlibkvihttp.cpp80 bool bHead = c->switches()->find('h', "head"); in http_kvs_complete_get() local
84 if(bHead) in http_kvs_complete_get()
87 bHead = false; in http_kvs_complete_get()
93 …hft->request()->setProcessingType(bHead ? KviHttpRequest::HeadersOnly : KviHttpRequest::StoreToFil… in http_kvs_complete_get()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/fs/
H A Dfs_mock.go125 bHead, bTail := splitOnSlash(base)
127 if bHead != tHead {
/dports/devel/esbuild/esbuild-0.12.23/internal/fs/
H A Dfs_mock.go125 bHead, bTail := splitOnSlash(base)
127 if bHead != tHead {
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangdoc/
H A Dfinddocwidget.cpp555 bool bHead = false; in parserPkgDoc() local
572 bHead = false; in parserPkgDoc()
575 if (bHead) { in parserPkgDoc()
631 bHead = true; in parserPkgDoc()
/dports/net-mgmt/pads/pads-1.2/lib/bstring/
H A Dbstraux.h45 extern bstring bHead (bstring b, int n);
H A Dbstraux.c50 bstring bHead (bstring b, int n) { in bHead() function
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp230 bool bHead = false; in run() local
260 bHead = true; in run()
363 initializeMixer(chanmasks, bHead); in run()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp230 bool bHead = false; in run() local
260 bHead = true; in run()
363 initializeMixer(chanmasks, bHead); in run()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltabw.cxx269 bool bHead = false; in OutTableCell() local
295 bHead = (RES_POOLCOLL_TABLE_HDLN==nPoolId); in OutTableCell()
306 OString aTag(bHead ? OOO_STRING_SVTOOLS_HTML_tableheader : OOO_STRING_SVTOOLS_HTML_tabledata); in OutTableCell()
504 aTag = bHead ? OOO_STRING_SVTOOLS_HTML_tableheader : OOO_STRING_SVTOOLS_HTML_tabledata; in OutTableCell()
H A Dhtmltab.cxx578 inline void CloseSection( bool bHead );
2045 inline void HTMLTable::CloseSection( bool bHead ) in CloseSection() argument
2051 if( bHead ) in CloseSection()
3128 bool bHead ) in InsertTableContents() argument
3178 bool bHead ) in BuildTableCell() argument
3632 InsertTableContents(bHead ) ); in BuildTableCell()
3735 InsertTableContents( bHead ) ); in BuildTableCell()
3752 InsertTableContents( bHead ) ); in BuildTableCell()
4086 bool bHead ) in BuildTableSection() argument
4230 m_vPendingStack.emplace_back( bHead ? HtmlTokenId::THEAD_ON in BuildTableSection()
[all …]
H A Dswhtml.hxx828 std::unique_ptr<HTMLTableCnts> InsertTableContents( bool bHead );
834 void BuildTableCell( HTMLTable *pTable, bool bReadOptions, bool bHead );
837 void BuildTableSection( HTMLTable *pTable, bool bReadOptions, bool bHead );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltabw.cxx265 bool bHead = false; in OutTableCell() local
291 bHead = (RES_POOLCOLL_TABLE_HDLN==nPoolId); in OutTableCell()
302 OString aTag(bHead ? OOO_STRING_SVTOOLS_HTML_tableheader : OOO_STRING_SVTOOLS_HTML_tabledata); in OutTableCell()
492 aTag = bHead ? OOO_STRING_SVTOOLS_HTML_tableheader : OOO_STRING_SVTOOLS_HTML_tabledata; in OutTableCell()
H A Dswhtml.hxx809 std::unique_ptr<HTMLTableCnts> InsertTableContents( bool bHead );
815 void BuildTableCell( HTMLTable *pTable, bool bReadOptions, bool bHead );
818 void BuildTableSection( HTMLTable *pTable, bool bReadOptions, bool bHead );
H A Dhtmltab.cxx571 inline void CloseSection( bool bHead );
2055 inline void HTMLTable::CloseSection( bool bHead ) in CloseSection() argument
2061 if( bHead ) in CloseSection()
3137 bool bHead ) in InsertTableContents() argument
3187 bool bHead ) in BuildTableCell() argument
3641 InsertTableContents(bHead ) ); in BuildTableCell()
3744 InsertTableContents( bHead ) ); in BuildTableCell()
3761 InsertTableContents( bHead ) ); in BuildTableCell()
4091 bool bHead ) in BuildTableSection() argument
4235 m_vPendingStack.emplace_back( bHead ? HtmlTokenId::THEAD_ON in BuildTableSection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewtab.cxx516 const bool bHead = bool(nFrameType & FrameTypeFlags::HEADER); in ExecTabWin() local
518 if ( bHead ) in ExecTabWin()
524 if( (bHead && pHeaderFormat) || (!bHead && pFooterFormat) ) in ExecTabWin()
526 SwFormatFrameSize aSz( bHead ? pHeaderFormat->GetFrameSize() : in ExecTabWin()
531 if ( bHead ) in ExecTabWin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewtab.cxx510 const bool bHead = bool(nFrameType & FrameTypeFlags::HEADER); in ExecTabWin() local
512 if ( bHead ) in ExecTabWin()
518 if( (bHead && pHeaderFormat) || (!bHead && pFooterFormat) ) in ExecTabWin()
520 SwFormatFrameSize aSz( bHead ? pHeaderFormat->GetFrameSize() : in ExecTabWin()
525 if ( bHead ) in ExecTabWin()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_DocLayout.h205 void queueBlockForBackgroundCheck(UT_uint32 reason, fl_BlockLayout *pBlock, bool bHead=false);
H A Dfl_DocLayout.cpp3349 bool bHead) in queueBlockForBackgroundCheck() argument
3399 if (bHead) in queueBlockForBackgroundCheck()
3404 else if (bHead) in queueBlockForBackgroundCheck()
3475 bool bHead = (vBL.findItem(static_cast<fl_BlockLayout *>(b)) >= 0); in queueAll() local
3476 queueBlockForBackgroundCheck(iReason, static_cast<fl_BlockLayout *>(b), bHead); in queueAll()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltbli.cxx893 bool bHead );
906 bool bHead ) : in SwXMLTableRowsContext_Impl() argument
909 bHeader( bHead ) in SwXMLTableRowsContext_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltbli.cxx969 bool bHead );
982 bool bHead ) : in SwXMLTableRowsContext_Impl() argument
985 bHeader( bHead ) in SwXMLTableRowsContext_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtparai.cxx1782 bool bHead ) : in XMLParaContext() argument
1790 bHeading( bHead ), in XMLParaContext()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/renderhal/
H A Drenderhal_dsh.cpp310 …al_DSH_KernelAttach(PRENDERHAL_KRN_ALLOC_LIST pList, PRENDERHAL_KRN_ALLOCATION pKernel, bool bHead) in RenderHal_DSH_KernelAttach() argument
320 if (bHead) in RenderHal_DSH_KernelAttach()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/renderhal/
H A Drenderhal_dsh.cpp310 …al_DSH_KernelAttach(PRENDERHAL_KRN_ALLOC_LIST pList, PRENDERHAL_KRN_ALLOCATION pKernel, bool bHead) in RenderHal_DSH_KernelAttach() argument
320 if (bHead) in RenderHal_DSH_KernelAttach()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxint.h1635 …nMultiformDestination ( bool & bHead, int & iDestCount ) const { return m_pTokenizer->WasTokenMult… in WasTokenMultiformDestination() argument
H A Dsphinx.h272 void sphSetProcessInfo ( bool bHead );
670 virtual bool WasTokenMultiformDestination ( bool & bHead, int & iDestCount ) const = 0;

12