Searched full:sourcetag (Results 1 – 8 of 8) sorted by relevance
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | checkout.yml | 7 - 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/ |
| D | libffi-build.yml | 1 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 .
|
| D | openssl-build.yml | 1 name: $(SourceTag)_$(Date:yyyyMMdd)$(Rev:.rr) 10 # SourceTag: 'openssl-1.1.1k' 47 git clone $(SourcesRepo) -b $(SourceTag) --depth 1 .
|
| D | windows-release.yml | 1 name: Release_$(Build.SourceBranchName)_$(SourceTag)_$(Date:yyyyMMdd)$(Rev:.rr) 17 - name: SourceTag 88 SourceTag: ${{ parameters.SourceTag }}
|
| /external/jsoup/src/main/java/org/jsoup/safety/ |
| D | Cleaner.java | 179 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/ |
| D | numeric_cast.rst | 12 typename SourceTag 39 | ``SourceTag`` | |Integral Constant| | A tag for the conversion's source type. |
|
| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/ |
| D | numeric_cast.hpp | 34 template< typename SourceTag, typename TargetTag > struct BOOST_MPL_AUX_NUMERIC_CAST
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | ShowLanguages.java | 2481 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()
|