Home
last modified time | relevance | path

Searched refs:insertBase (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/tests/
H A Dtest_browserresponse.py93 insertBase = response._BrowserResponse__insertBase
99 insertBase('<html><head></head><body>Page</body></html>'))
103 body = insertBase('<html><head></head><body>Page</body></html>')
109 result = insertBase(
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/intplugins/GeniePlugin/
H A DGeniePlugin.c148 sqInt insertBase; in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount() local
266 insertBase = rowBase[jM1]; in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
276 insertBase += insert; in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
278 insertBase = (insertBase + insertRemove) + (insert * (rowInsertRemoveCount[jM1])); in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
287 if ((substBase <= removeBase) && (substBase <= insertBase)) { in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
292 if (removeBase <= insertBase) { in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
297 base = insertBase; in primSameClassAbsoluteStrokeDistanceMyPoints_otherPoints_myVectors_otherVectors_mySquaredLengths_otherSquaredLengths_myAngles_otherAngles_maxSizeAndReferenceFlag_rowBase_rowInsertRemove_rowInsertRemoveCount()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/chartClasses/
H A DInstanceCache.as143 var insertBase:int;
146 insertBase = Math.min(_insertPosition,
167 if (insertBase >= 0)
168 _parent.addChildAt(_instances[i],insertBase + i);
180 if (insertBase > 0)
181 _parent.addChildAt(newInst, insertBase + i);
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DChromatogramUtils.h53 …static void insertBase(DNAChromatogram &chromatogram, int posUngapped, const QList<U2MsaGap> &gapM…
H A DMcaDbiUtils.cpp311 ChromatogramUtils::insertBase(chrom, posInSeq, row.gaps, pos); in replaceCharactersInRow()
362 ChromatogramUtils::insertBase(chrom, posInSeq, row.gaps, pos); in replaceCharactersInRow()
H A DChromatogramUtils.cpp288 void ChromatogramUtils::insertBase(DNAChromatogram &chromatogram, int posUngapped, const QList<U2Ms… in insertBase() function in U2::ChromatogramUtils
/dports/devel/ispc/ispc-1.16.1/src/
H A Dllvmutil.cpp629 llvm::Value *insertBase = ie->getOperand(0); in LLVMFlattenInsertChain() local
630 ie = llvm::dyn_cast<llvm::InsertElementInst>(insertBase); in LLVMFlattenInsertChain()
635 if (llvm::isa<llvm::UndefValue>(insertBase)) { in LLVMFlattenInsertChain()
639 …if (llvm::isa<llvm::ConstantVector>(insertBase) || llvm::isa<llvm::ConstantAggregateZero>(insertBa… in LLVMFlattenInsertChain()
640 llvm::Constant *cv = llvm::dyn_cast<llvm::Constant>(insertBase); in LLVMFlattenInsertChain()
/dports/irc/ergo/ergo-2.8.0/irc/mysql/
H A Dhistory.go604 id, err := mysql.insertBase(ctx, item)
640 func (mysql *MySQL) insertBase(ctx context.Context, item history.Item) (id int64, err error) { func
688 id, err := mysql.insertBase(ctx, item)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/util/
H A DModelUtil.java170 public static void insertBase(Document dom, String baseURL) { in insertBase() method in ModelUtil
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A Dhelper.cpp1660 llvm::Value* insertBase = ie->getOperand(0); in ExtractElementFromInsertChain() local
1661 ie = llvm::dyn_cast<llvm::InsertElementInst>(insertBase); in ExtractElementFromInsertChain()
1693 llvm::Value* insertBase = ie->getOperand(0); in ExtractVec4FromInsertChain() local
1694 ie = llvm::dyn_cast<llvm::InsertElementInst>(insertBase); in ExtractVec4FromInsertChain()
H A DCShader.cpp3406 llvm::Value* insertBase = ie->getOperand(0); in GetPayloadElementSymbols() local
3407 ie = llvm::dyn_cast<llvm::InsertElementInst>(insertBase); in GetPayloadElementSymbols()
3412 if (llvm::isa<llvm::UndefValue>(insertBase)) { in GetPayloadElementSymbols()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/
H A DAbstractIntroPage.java656 ModelUtil.insertBase(dom, ModelUtil.getParentFolderOSString(content)); in resolvePage()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-2.11.2.api9191 ZPublisher.HTTPResponse.HTTPResponse.insertBase?4(base_re_search=re.compile('(<base.*?>)', re.I).se…
H A Dzope-2.10.7.api10133 ZPublisher.HTTPResponse.HTTPResponse.insertBase?4(base_re_search=re.compile('(<base.*?>)', re.I).se…