Home
last modified time | relevance | path

Searched refs:isRef (Results 76 – 100 of 1279) sorted by relevance

12345678910>>...52

/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOptionalContent.cc58 if (ocgList.arrayGetNF(i, &obj1)->isRef()) { in OptionalContent()
75 if (obj1.arrayGetNF(i, &obj2)->isRef()) { in OptionalContent()
145 if (obj->isRef()) { in evalOCObject()
177 if (obj3.isRef()) { in evalOCObject()
194 if (obj5.isRef()) { in evalOCObject()
240 if (expr->isRef()) { in evalOCVisibilityExpr()
376 if (obj->isRef()) { in parse()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOptionalContent.cc58 if (ocgList.arrayGetNF(i, &obj1)->isRef()) { in OptionalContent()
75 if (obj1.arrayGetNF(i, &obj2)->isRef()) { in OptionalContent()
145 if (obj->isRef()) { in evalOCObject()
177 if (obj3.isRef()) { in evalOCObject()
194 if (obj5.isRef()) { in evalOCObject()
240 if (expr->isRef()) { in evalOCVisibilityExpr()
376 if (obj->isRef()) { in parse()
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOptionalContent.cc58 if (ocgList.arrayGetNF(i, &obj1)->isRef()) { in OptionalContent()
75 if (obj1.arrayGetNF(i, &obj2)->isRef()) { in OptionalContent()
145 if (obj->isRef()) { in evalOCObject()
177 if (obj3.isRef()) { in evalOCObject()
194 if (obj5.isRef()) { in evalOCObject()
240 if (expr->isRef()) { in evalOCVisibilityExpr()
376 if (obj->isRef()) { in parse()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DOptionalContent.cc58 if (ocgList.arrayGetNF(i, &obj1)->isRef()) { in OptionalContent()
75 if (obj1.arrayGetNF(i, &obj2)->isRef()) { in OptionalContent()
145 if (obj->isRef()) { in evalOCObject()
177 if (obj3.isRef()) { in evalOCObject()
194 if (obj5.isRef()) { in evalOCObject()
240 if (expr->isRef()) { in evalOCVisibilityExpr()
376 if (obj->isRef()) { in parse()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/src/
H A Dumc_h265_frame.cpp230 void H265DecoderFrame::SetisShortTermRef(bool isRef) in SetisShortTermRef() argument
232 if (isRef) in SetisShortTermRef()
254 void H265DecoderFrame::SetisLongTermRef(bool isRef) in SetisLongTermRef() argument
256 if (isRef) in SetisLongTermRef()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DBaseGraph.java51 if (edgesOf(v).stream().anyMatch(e -> e.isRef())){ in isReferenceNode()
121 seqGraph.addEdge(seqInV, seqOutV, new BaseEdge(e.isRef(), e.getMultiplicity())); in toSequenceGraph()
156 if (incomingEdgesOf(v).stream().anyMatch(e -> e.isRef())) { in isRefSource()
161 if (outgoingEdgesOf(v).stream().anyMatch(e -> e.isRef())) { in isRefSource()
177 if (outgoingEdgesOf(v).stream().anyMatch(e -> e.isRef())) { in isRefSink()
182 if (incomingEdgesOf(v).stream().anyMatch(e -> e.isRef())) { in isRefSink()
230 if( edgeToTest.isRef() ) { in getNextReferenceVertex()
403 if( edge.isRef() ) { in printGraph()
439 if( !e.isRef() ) { in cleanNonRefPaths()
449 if( !e.isRef() ) { in cleanNonRefPaths()
H A DKBestHaplotype.java28 isReference &= edge.isRef(); in KBestHaplotype()
38 isReference &= edgesToExtend.get(edgesToExtend.size() - 1).isRef(); in KBestHaplotype()
/dports/databases/pear-Horde_Mongo/Horde_Mongo-1.1.0/bundle/vendor/alcaeus/mongo-php-adapter/lib/Mongo/
H A DMongoDBRef.php67 public static function isRef($ref) function in MongoDBRef
84 if (! static::isRef($ref)) {
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DPAG1AnnotationElement.cpp20 …ationElement::PAG1AnnotationElement(PAG1ParserState &state, IWORKXMLContext &container, bool isRef) in PAG1AnnotationElement() argument
23 , m_isRef(isRef) in PAG1AnnotationElement()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/validate/
H A Dhelpers.go245 isRef := param.Ref.String() != ""
258 res.Merge(h.checkExpandedParam(param, param.Name, param.In, operationID, isRef))
262 func (h *paramHelper) checkExpandedParam(pr *spec.Parameter, path, in, operation string, isRef bool…
269 if isRef {
277 if isRef {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/validate/
H A Dhelpers.go245 isRef := param.Ref.String() != ""
258 res.Merge(h.checkExpandedParam(param, param.Name, param.In, operationID, isRef))
262 func (h *paramHelper) checkExpandedParam(pr *spec.Parameter, path, in, operation string, isRef bool…
269 if isRef {
277 if isRef {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/validate/
H A Dhelpers.go245 isRef := param.Ref.String() != ""
258 res.Merge(h.checkExpandedParam(param, param.Name, param.In, operationID, isRef))
262 func (h *paramHelper) checkExpandedParam(pr *spec.Parameter, path, in, operation string, isRef bool…
269 if isRef {
277 if isRef {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/validate/
H A Dhelpers.go245 isRef := param.Ref.String() != ""
258 res.Merge(h.checkExpandedParam(param, param.Name, param.In, operationID, isRef))
262 func (h *paramHelper) checkExpandedParam(pr *spec.Parameter, path, in, operation string, isRef bool…
269 if isRef {
277 if isRef {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/validate/
H A Dhelpers.go245 isRef := param.Ref.String() != ""
258 res.Merge(h.checkExpandedParam(param, param.Name, param.In, operationID, isRef))
262 func (h *paramHelper) checkExpandedParam(pr *spec.Parameter, path, in, operation string, isRef bool…
269 if isRef {
277 if isRef {
/dports/devel/staf/src/staf/stafif/
H A DSTAFDataTypes.cpp59 bool isRef; member
191 obj.isRef = true; in STAFObjectConstructReference()
205 obj.isRef = false; in STAFObjectConstructNone()
220 obj.isRef = false; in STAFObjectConstructScalarString()
238 obj.isRef = false; in STAFObjectConstructList()
274 obj.isRef = false; in STAFObjectConstructMap()
343 obj.isRef = false; in STAFObjectConstructMarshallingContext()
359 if (!obj.isRef) in STAFObjectDestruct()
465 *isRef = object->isRef ? 1 : 0; in STAFObjectIsReference()
1498 obj->isRef = true; in STAFObjectListAppend()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/codeGenerator/
H A Dhelper.py61 if(_stem(_type) in _comparable or isRef(_type)):
117 def isRef(type_name): function
173 if not isRef(type_name) or len(type_name) < 7:
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/haplotype/
H A DHaplotype.java44 public Haplotype( final byte[] bases, final boolean isRef ) { in Haplotype() argument
45 super(Arrays.copyOf(bases, bases.length), isRef); in Haplotype() local
67 …public Haplotype( final byte[] bases, final boolean isRef, final int alignmentStartHapwrtRef, fina… in Haplotype() argument
68 this(bases, isRef); in Haplotype()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/uml1model/
H A Ddatatype.cpp50 void UMLDatatype::setIsReference(bool isRef) in setIsReference() argument
52 m_isRef = isRef; in setIsReference()
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-type.cpp88 constexpr bool isRef() const { return kind == RefKind; } in isRef() function
343 bool Type::isRef() const { in isRef() function in wasm::Type
347 return getTypeInfo(*this)->isRef(); in isRef()
356 return info->isRef() && info->ref.heapType.isSignature(); in isFunction()
365 return info->isRef() && info->ref.heapType.isException(); in isException()
479 if (isRef()) { in getHeapType()
523 if (left.isRef() && right.isRef()) { in isSubType()
554 if (a.isRef()) { in getLeastUpperBound()
555 if (b.isRef()) { in getLeastUpperBound()
/dports/textproc/pear-YAML/YAML-1.0.6/lib/
H A DsfYamlParser.php80 $isRef = $isInPlace = $isProcessed = false;
85 $isRef = $matches['ref'];
166 $isRef = $matches['ref'];
255 if ($isRef)
257 $this->refs[$isRef] = end($data);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Parser/sfYaml/
H A DsfYamlParser.php80 $isRef = $isInPlace = $isProcessed = false;
85 $isRef = $matches['ref'];
179 $isRef = $matches['ref'];
268 if ($isRef)
270 $this->refs[$isRef] = end($data);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/yaml/
H A DsfYamlParser.class.php83 $isRef = $isInPlace = $isProcessed = false;
88 $isRef = $matches['ref'];
182 $isRef = $matches['ref'];
271 if ($isRef)
273 $this->refs[$isRef] = end($data);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h264_dec/src/
H A Dumc_h264_frame.cpp262 void H264DecoderFrame::SetisShortTermRef(bool isRef, int32_t WhichField) in SetisShortTermRef() argument
264 if (isRef) in SetisShortTermRef()
292 void H264DecoderFrame::SetisLongTermRef(bool isRef, int32_t WhichField) in SetisLongTermRef() argument
294 if (isRef) in SetisLongTermRef()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dmsc.cpp50 bool isRef = false; in convertMapFile() local
59 isRef = true; in convertMapFile()
69 if ( isRef ) in convertMapFile()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/symfony/yaml/
H A DParser.php117 $isRef = $mergeNode = false;
125 $isRef = $matches['ref'];
147 if ($isRef) {
148 $this->refs[$isRef] = end($data);
230 $isRef = $matches['ref'];
261 if ($isRef) {
262 $this->refs[$isRef] = $data[$key];

12345678910>>...52