Home
last modified time | relevance | path

Searched full:sourcetag (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/.azure-pipelines/windows-release/
Dcheckout.yml7 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(SourceTag) --single-br…
8 displayName: 'git clone ($(GitRemote)/$(SourceTag))'
9 condition: and(succeeded(), and(variables['GitRemote'], variables['SourceTag']))
11 - script: git clone --progress -v --depth ${{ parameters.depth }} --branch $(SourceTag) --single-br…
12 displayName: 'git clone (<default>/$(SourceTag))'
13 condition: and(succeeded(), and(not(variables['GitRemote']), variables['SourceTag']))
17 condition: and(succeeded(), and(variables['GitRemote'], not(variables['SourceTag'])))
21 condition: and(succeeded(), and(not(variables['GitRemote']), not(variables['SourceTag'])))
/external/python/cpython3/.azure-pipelines/
Dlibffi-build.yml1 name: $(SourceTag)_$(Date:yyyyMMdd)$(Rev:.rr)
10 # SourceTag: 'libffi-3.4.2'
33 git clone $(SourcesRepo) -b $(SourceTag) --depth 1 -c core.autocrlf=false -c core.eol=lf .
Dopenssl-build.yml1 name: $(SourceTag)_$(Date:yyyyMMdd)$(Rev:.rr)
10 # SourceTag: 'openssl-1.1.1k'
47 git clone $(SourcesRepo) -b $(SourceTag) --depth 1 .
Dwindows-release.yml1 name: Release_$(Build.SourceBranchName)_$(SourceTag)_$(Date:yyyyMMdd)$(Rev:.rr)
17 - name: SourceTag
88 SourceTag: ${{ parameters.SourceTag }}
/external/jsoup/src/main/java/org/jsoup/safety/
DCleaner.java179 String sourceTag = sourceEl.tagName(); in createSafeElement() local
186 if (safelist.isSafeAttribute(sourceTag, sourceEl, sourceAttr)) in createSafeElement()
191 Attributes enforcedAttrs = safelist.getEnforcedAttributes(sourceTag); in createSafeElement()
/external/sdv/vsomeip/third_party/boost/mpl/doc/src/refmanual/
Dnumeric_cast.rst12 typename SourceTag
39 | ``SourceTag`` | |Integral Constant| | A tag for the conversion's source type. |
/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/
Dnumeric_cast.hpp34 template< typename SourceTag, typename TargetTag > struct BOOST_MPL_AUX_NUMERIC_CAST
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowLanguages.java2481 String sourceTag = "<td class='source'>"; in printCharacters() local
2483 sourceTag = "<td class='source' rowSpan='" + substitutes.size() + "'>"; in printCharacters()
2505 : sourceTag in printCharacters()
2508 + sourceTag in printCharacters()
2512 + sourceTag in printCharacters()