Home
last modified time | relevance | path

Searched refs:hpattern (Results 1 – 22 of 22) sorted by relevance

/dports/www/srt/srt-1.4.4/scripts/
H A Dgenerate-logging-defs.tcl312 lassign [dict get $::generation $target] format_model pattern hpattern
377 if {$hpattern != ""} {
378 if {$hpattern == "="} {
379 set hpattern $pattern
381 set hpattern [string trim $hpattern]
387 append entries "${ptabprefix}[subst -nobackslashes $hpattern]\n"
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dhistory.c19 static wordlist *hpattern(char*);
27 static wordlist *hpattern();
137 wl = hpattern(buf);
314 hpattern(buf) in hpattern() function
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_history.c27 static wordlist *hpattern(char *buf);
132 wl = hpattern(buf); in dohsubst()
313 hpattern(char *buf) in hpattern() function
/dports/mail/rspamd/rspamd-3.1/lualib/rspamadm/
H A Dmime.lua735 local hname,hpattern = h:match('^([^=]+)=(.+)$')
737 local new_value = string.format(hpattern, hdr.decoded)
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/rspamadm/
H A Dmime.lua735 local hname,hpattern = h:match('^([^=]+)=(.+)$')
737 local new_value = string.format(hpattern, hdr.decoded)
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_entities.h873 solid = hpattern = 1; in DRW_Hatch()
893 int hpattern; /*!< hatch pattern type, code 76 */ variable
H A Ddrw_entities.cpp1778 hpattern = reader->getInt32(); in parseCode()
1947 hpattern = buf->getBitShort(); in parseDwg()
1948 DRW_DBG("\nhatch style: "); DRW_DBG(hstyle); DRW_DBG(" pattern type"); DRW_DBG(hpattern); in parseDwg()
H A Dlibdxfrw.cpp960 writer->writeInt16(76, ent->hpattern); in writeHatch()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_entities.h1047 hpattern(1), in DRW_Hatch()
1087 int hpattern; /*!< hatch pattern type, code 76 */ variable
H A Ddrw_entities.cpp831 hpattern = reader->getInt32(); in parseCode()
H A Dlibdxfrw.cpp1009 writer->writeInt16(76, ent->hpattern); in writeHatch()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_entities.h993 solid = hpattern = 1; in DRW_Hatch()
1018 int hpattern; /*!< hatch pattern type, code 76 */ variable
H A Ddrw_entities.cpp1835 hpattern = reader->getInt32(); in parseCode()
2003 hpattern = buf->getBitShort(); in parseDwg()
2004 DRW_DBG("\nhatch style: "); DRW_DBG(hstyle); DRW_DBG(" pattern type"); DRW_DBG(hpattern); in parseDwg()
H A Dlibdxfrw.cpp940 writer->writeInt16(76, ent->hpattern); in writeHatch()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_entities.h1068 , hpattern( 1 ) in DRW_Point()
1103 int hpattern; //!< Hatch pattern type, code 76 variable
H A Ddrw_entities.cpp2206 hpattern = reader->getInt32(); in parseCode()
2465 hpattern = buf->getBitShort(); in parseDwg()
2467 …QgsDebugMsgLevel( QStringLiteral( "hatch style:%1 pattern type:%2" ).arg( hstyle ).arg( hpattern )… in parseDwg()
H A Dlibdxfrw.cpp1159 writer->writeInt16( 76, ent->hpattern ); in writeHatch()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_entities.h899 int hpattern{1}; /*!< hatch pattern type, code 76 */
H A Ddrw_entities.cpp1793 hpattern = reader->getInt32(); in parseCode()
1970 hpattern = buf->getBitShort(); in parseDwg()
1971 DRW_DBG("\nhatch style: "); DRW_DBG(hstyle); DRW_DBG(" pattern type"); DRW_DBG(hpattern); in parseDwg()
H A Dlibdxfrw.cpp1145 writer->writeInt16( 76, ent->hpattern ); in writeHatch()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp2435 SETINTEGER( hpattern ); in addHatch()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp2628 SETINTEGER( hpattern ); in addHatch()