Searched refs:hr (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim6 " Former Maintainer: Kre��imir Mar��i�� (Kresimir Marzic) <kmarzic@fly.srk.fer.hr>
H A Dcss.vim26 syn keyword cssTagName frameset h1 h2 h3 h4 h5 h6 head hr html img i
H A Dhtml.vim50 syn keyword htmlTagName contained form hr html img
H A Ddoxygen.vim290 syn region doxygenHtmlTag contained matchgroup=doxygenHtmlCh start=+\v\</=\ze([biuap]|em|strong|img|br|center|code|dfn|d[ldt]|hr|h[0-3]|li|[ou]l|pre|small|sub|sup|table|tt|var|caption|src|alt|longdesc|name|height|width|usemap|ismap|href|type)>+ skip=+\\<\|\<\k\+=\("[^"]*"\|'[^']*\)+ end=+>+ contains=doxygenHtmlCmd,doxygenContinueComment,doxygenHtmlVar
291 syn keyword doxygenHtmlCmd contained b i em strong u img a br p center code dfn dl dd dt hr h1 h2 h3 li ol ul pre small sub sup table tt var caption nextgroup=doxygenHtmlVar skipwhite
H A Dcucumber.vim33 \"hr": {"and": "I\\>", "background": "Pozadina\\>", "but": "Ali\\>", "examples": "Scenariji\\>\\|Primjeri\\>", "feature": "Mogu\\%u0107nost\\>\\|Mogucnost\\>\\|Osobina\\>", "given": "Zadano\\>\\|Zadani\\>\\|Zadan\\>", "scenario": "Scenarij\\>", "scenario_outline": "Koncept\\>\\|Skica\\>", "then": "Onda\\>", "when": "Kada\\>\\|Kad\\>"},
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.cpp144 HRESULT hr = nc->postNotificationName(webPreferencesChangedNotification(), static_cast<IWebPreferences*>(this), 0); local
145 if (FAILED(hr))
146 return hr;
/macosx-10.9.5/NFS-81/nfsstat/
H A Dnfsstat.c1871 uint32_t now32, hr, min, sec; local
1885 hr = sec / 3600;
1915 hr, min, sec, rec->uid, addr);
1920 hr, min, sec, pw->pw_name, addr);
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex462 \wkey{enter with units}{' 55 mi/hr}
478 \kbd{hr}, \kbd{day}, \kbd{wk}}
/macosx-10.9.5/tcl-102/tcl/tcl/library/msgcat/
H A Dmsgcat.tcl73 1a hr 041a hr_HR 081a sr_YU 0c1a sr_YU@cyrillic
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/apps/
H A Ddtplite1433 append hdr <hr>\ \[\n
1442 append hdr \]\ <hr>\n
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/htmlparse/
H A Dhtmlparse.tcl741 hr - base - meta - li - br - option - input - area - img - p - h1 - h2 - h3 - h4 - h5 - h6 {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DelementsPanel.css598 .panel.elements .sidebar-pane-toolbar > select > option, .panel.elements .sidebar-pane-toolbar > select > hr {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk704 $itk_component(text) tag config hr -relief sunken -borderwidth 2 \
1583 # $_hottext tag config hr$_counter -justify $ar(align)
1588 eval $_hottext tag config hr[incr _counter] $relief $background $font \
1591 $_hottext insert end " \n" hr$_counter
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dclock.tcl3014 set hr [dict get $date hourAMPM]
3015 if { $hr == 12 } {
3016 set hr 0
3019 incr hr 12
3021 dict set date hour $hr
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddate.c143 #define VALID_HOUR(hr) ((hr >= 0) && (hr <= 23))
/macosx-10.9.5/ICU-511.35/icuSources/data/locales/
H A Dresfiles.mk106 he_IL.txt hi.txt hi_IN.txt hr.txt hr_BA.txt\
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1197 HRESULT hr = webView->viewWindow((OLE_HANDLE*)&parentWindow); local
1198 ASSERT(SUCCEEDED(hr));
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A DCatalog.pm1262 id => "hr",
3147 hrv => "hr",
3619 hr Croatian
4076 hrv hr
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dloctest.cpp1356 LocaleTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec) argument
1363 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dhtml.css135 hr {
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim324 if stridx(',a,abbr,acronym,address,area,b,base,bdo,big,blockquote,body,br,button,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,head,h1,h2,h3,h4,h5,h6,hr,html,i,img,input,ins,kbd,label,legend,li,link,map,meta,noscript,object,ol,optgroup,option,p,param,pre,q,samp,script,select,small,span,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,ul,var,', ','.element.',') > -1
H A Dhtmlcomplete.vim573 let b:unaryTagsStack = "base meta link hr br param img area input col"
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dxec.c150 register int hr; local
160 if(hr=t/60)
161 sfprintf(outfile,"%dh",hr);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemastypes.c1115 #define VALID_HOUR(hr) ((hr >= 0) && (hr <= 23))
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd.c840 int hr, min, sec; local
850 hr = ((ptr->expire - now.tv_sec) / 60) / 60;
853 Log("Update from %s, Expires in %d:%d:%d\n\t%s", inet_ntop(AF_INET, &ptr->cli.sin_addr, addrbuf, 16), hr, min, sec,

Completed in 265 milliseconds

1234567891011>>