Home
last modified time | relevance | path

Searched refs:AT_START (Results 1 – 25 of 94) sorted by relevance

1234

/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/
H A Dclass.csstidy_print.php228 case AT_START:
358 $this->parser->_add_token(AT_START, $part, true);
362 $this->parser->_add_token(AT_START, $default_media, true);
/dports/security/tor/tor-0.4.6.8/src/feature/dirparse/
H A Dparsecommon.h226 #define AT_START 1 macro
251 #define T1_START(s,t,a,o) { s, t, a, o, 1, 1, AT_START, 0 }
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirparse/
H A Dparsecommon.h226 #define AT_START 1 macro
251 #define T1_START(s,t,a,o) { s, t, a, o, 1, 1, AT_START, 0 }
/dports/www/csstidy/csstidy/
H A Ddatastruct.hpp39 AT_START, AT_END, SEL_START, SEL_END, PROPERTY, VALUE, COMMENT enumerator
H A Dprint_css.cpp39 add_token(AT_START, i->first, true); in _convert_raw_css()
148 case AT_START: in print_css()
/dports/textproc/pear-Horde_Text_Filter_Csstidy/Horde_Text_Filter_Csstidy-2.0.1/lib/Horde/Text/Filter/Csstidy/
H A Dclass.csstidy_print.php157 case AT_START:
249 $this->parser->_add_token(AT_START, $medium, true);
/dports/mail/qpopper/qpopper4.1.0/mmangle/
H A Dstriphtml.c545 me->m_nLineState = AT_START; in textFlowedToHTMLHead()
747 if (me->m_nLineState == AT_START) in textFlowedToHTML()
817 me->m_nLineState = AT_START; in textFlowedToHTML()
864 me->m_nLineState = AT_START; in textFlowedToHTML()
H A Dstriphtml.h140 enum {AT_START, enumerator
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
H A Dwinprefs.c434 pref.sysMenu[i].menuPos == AT_START ? 0 : -1); in SetupSysMenu()
447 if (pref.defaultSysMenuPos == AT_START) in SetupSysMenu()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
H A Dwinprefs.c434 pref.sysMenu[i].menuPos == AT_START ? 0 : -1); in SetupSysMenu()
447 if (pref.defaultSysMenuPos == AT_START) in SetupSysMenu()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
H A Dwinprefs.c434 pref.sysMenu[i].menuPos == AT_START ? 0 : -1); in SetupSysMenu()
447 if (pref.defaultSysMenuPos == AT_START) in SetupSysMenu()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
H A Dwinprefs.c434 pref.sysMenu[i].menuPos == AT_START ? 0 : -1); in SetupSysMenu()
447 if (pref.defaultSysMenuPos == AT_START) in SetupSysMenu()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
H A Dwinprefs.c434 pref.sysMenu[i].menuPos == AT_START ? 0 : -1); in SetupSysMenu()
447 if (pref.defaultSysMenuPos == AT_START) in SetupSysMenu()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xwin/
H A Dwinprefs.h74 AT_START, /* Place menu at the top of the system menu */ enumerator
/dports/textproc/sigil/Sigil-1.8.0/src/Parsers/
H A DqCSSParser.h67 … CHARSET, IMPORT, NAMESP, AT_START, AT_END, SEL_START, SEL_END, PROPERTY, VALUE, COMMENT, CSS_END enumerator
/dports/devel/p5-POE-XS-Queue-Array/POE-XS-Queue-Array-0.006/
H A Dqueue.c22 #define AT_START 0 macro
394 pq_realloc(pq, AT_START); in pq_enqueue()
424 pq_realloc(pq, AT_START); in pq_enqueue()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdater/air/update/core/
H A DUCFUnpackager.as161 protected static const AT_START : uint = 0; constant in air.update.core.UCFUnpackager
264 case AT_START:
276 …if( m_ucfParseState == AT_START ) throw new Error( "not an AIR file", Constants.ERROR_UCF_INVALID_…
579 private var m_ucfParseState:uint = AT_START;

1234