/third_party/markupsafe/ |
D | _native.py | 6 def escape(s: t.Any) -> Markup: 30 def escape_silent(s: t.Optional[t.Any]) -> Markup: 46 def soft_str(s: t.Any) -> str: 66 def soft_unicode(s: t.Any) -> str:
|
D | __init__.py | 23 def wrapped(self: "Markup", *args: t.Any, **kwargs: t.Any) -> "Markup": 70 cls, base: t.Any = "", encoding: t.Optional[str] = None, errors: str = "strict" 103 def __mod__(self, arg: t.Any) -> "Markup": 160 def escape(cls, s: t.Any) -> "Markup": 203 def format(self, *args: t.Any, **kwargs: t.Any) -> "Markup": 217 def __init__(self, escape: t.Callable[[t.Any], Markup]) -> None: 221 def format_field(self, value: t.Any, format_spec: str) -> str: 243 obj: _ListOrDict, iterable: t.Iterable[t.Any], escape: t.Callable[[t.Any], Markup] 258 def __init__(self, obj: t.Any, escape: t.Callable[[t.Any], Markup]) -> None: 262 def __getitem__(self, item: t.Any) -> "_MarkupEscapeHelper":
|
/third_party/flutter/skia/src/sfnt/ |
D | SkPanose.h | 18 Any = 0, enumerator 29 Any = 0, enumerator 48 Any = 0, enumerator 63 Any = 0, enumerator 76 Any = 0, enumerator 92 Any = 0, enumerator 106 Any = 0, enumerator 121 Any = 0, enumerator 136 Any = 0, enumerator 155 Any = 0, enumerator [all …]
|
/third_party/skia/src/sfnt/ |
D | SkPanose.h | 18 Any = 0, enumerator 29 Any = 0, enumerator 48 Any = 0, enumerator 63 Any = 0, enumerator 76 Any = 0, enumerator 92 Any = 0, enumerator 106 Any = 0, enumerator 121 Any = 0, enumerator 136 Any = 0, enumerator 155 Any = 0, enumerator [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | parser509630.js | 5 class Any extends Type { field in Type 31 var Any = /** @class */ (function (_super) { class 33 function Any() { class in Any
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _simple_stubs.py | 173 request_serializer: Optional[Callable[[Any], bytes]] = None, 174 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument 254 request_serializer: Optional[Callable[[Any], bytes]] = None, 255 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument 334 request_serializer: Optional[Callable[[Any], bytes]] = None, 335 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument 414 request_serializer: Optional[Callable[[Any], bytes]] = None, 415 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument
|
/third_party/python/Tools/peg_generator/scripts/ |
D | download_pypi_packages.py | 37 def download_package_code(name: str, package_json: Dict[Any, Any]) -> None: argument
|
D | grammar_grapher.py | 55 def references_for_item(item: Any) -> List[Any]:
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Any.cs | 122 public sealed partial class Any : pb::IMessage<Any> class 143 public Any() { in Any() method in Google.Protobuf.WellKnownTypes.Any 150 public Any(Any other) : this() { in Any() method in Google.Protobuf.WellKnownTypes.Any
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wsdtypes.h | 156 WSDXML_ELEMENT *Any; member 178 WSDXML_ELEMENT *Any; member 185 WSDXML_ELEMENT *Any; member 195 WSDXML_ELEMENT *Any; member 250 WSDXML_ELEMENT *Any; member 259 WSDXML_ELEMENT *Any; member 264 WSDXML_ELEMENT *Any; member 273 WSDXML_ELEMENT *Any; member 283 WSDXML_ELEMENT *Any; member 289 WSDXML_ELEMENT *Any; member [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Any.h | 56 Any(const Any &Other) in Any() function 79 Any(T &&Value) { in Any() function 84 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | PassTimingInfo.cpp | 267 [this](StringRef P, Any) { return this->runBeforePass(P); }); in registerCallbacks() argument 269 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() argument 273 [this](StringRef P, Any) { this->runBeforePass(P); }); in registerCallbacks() argument 275 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() argument
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegressionTests/ |
D | parser509630.ts | 4 class Any extends Type { class
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/ |
D | Any.php | 7 class Any class
|
/third_party/protobuf/src/google/protobuf/ |
D | any.proto | 122 message Any { message
|
D | any.pb.h | 58 class Any; variable 72 inline Any() : Any(nullptr) {} in Any() function 76 Any(Any&& from) noexcept in Any() function
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _server.py | 39 interceptors: Optional[Sequence[Any]], 177 interceptors: Optional[Sequence[Any]] = None,
|
D | _metadata.py | 103 def __eq__(self, other: Any) -> bool: 110 def __add__(self, other: Any) -> 'Metadata':
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _server.py | 39 interceptors: Optional[Sequence[Any]], 174 interceptors: Optional[Sequence[Any]] = None,
|
D | _metadata.py | 103 def __eq__(self, other: Any) -> bool: 110 def __add__(self, other: Any) -> 'Metadata':
|
/third_party/skia/include/private/ |
D | SkBitmaskEnum.h | 16 std::enable_if_t<sknonstd::is_bitmask_enum<E>::value, bool> constexpr Any(E e) { in Any() function
|
/third_party/boost/boost/hana/ |
D | any.hpp | 27 using Any = BOOST_HANA_DISPATCH_IF(any_impl<S>, in operator ()() typedef
|
/third_party/python/Lib/test/test_peg_generator/ |
D | test_pegen.py | 598 def visit(self, node: Any, *args: Any, **kwargs: Any) -> None:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Comdat.h | 34 Any, ///< The linker may choose any COMDAT. enumerator
|
/third_party/typescript/tests/cases/compiler/ |
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts | 49 interface Any extends Type<any, any, any> {} interface
|