Home
last modified time | relevance | path

Searched refs:pLE (Results 1 – 25 of 28) sorted by relevance

12

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/test/
H A DTestRenderInformationBase.cpp185 fail_unless ( pLE != NULL ); in START_TEST()
189 fail_unless( pLE == pLE2 ); in START_TEST()
258 fail_unless ( pLE != NULL ); in START_TEST()
259 pLE->setId("lineending_1"); in START_TEST()
263 delete pLE; in START_TEST()
265 fail_unless ( pLE != NULL ); in START_TEST()
268 delete pLE; in START_TEST()
269 pLE = new LineEnding(2,1); in START_TEST()
270 fail_unless ( pLE != NULL ); in START_TEST()
271 pLE->setId("lineending_5"); in START_TEST()
[all …]
H A DTestLineEnding.cpp336 LineEnding* pLE = new LineEnding(*pNode1, 4); in START_TEST() local
337 fail_unless(pLE != NULL); in START_TEST()
339 XMLNode* pNode2 = new XMLNode(pLE->toXML()); in START_TEST()
346 delete pLE; in START_TEST()
364 pLE = new LineEnding(*pNode1, 4); in START_TEST()
365 fail_unless(pLE != NULL); in START_TEST()
367 pNode2 = new XMLNode(pLE->toXML()); in START_TEST()
374 delete pLE; in START_TEST()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DreadWf.c54 int pLE, pTE; in readWf() local
137 pLE=(wedgePoint[1]+wedgePoint[2])/2; in readWf()
148 for(i=0; i<pLE; i++) seta(seqa,"p",pnr[i]); in readWf()
153 for(i=pLE-1; i<=pLE+1; i++) seta(seqa,"p",pnr[i]); in readWf()
158 for(i=pLE+1; i<pTE; i++) seta(seqa,"p",pnr[i]); in readWf()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dcalbck.hxx361 if (auto const pLE = dynamic_cast<sw::ListenerEntry const*>(pCurrent)) in Last() local
363 pCurrent = pLE->m_pToTell; in Last()
382 if (auto const pLE = dynamic_cast<sw::ListenerEntry const*>(m_pPosition)) in Next() local
384 pCurrent = pLE->m_pToTell; in Next()
406 if (auto const pLE = dynamic_cast<sw::ListenerEntry const*>(m_pPosition)) in Previous() local
408 pCurrent = pLE->m_pToTell; in Previous()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbastype3.cxx395 for (SvTreeListEntry* pLE : aEntries) in GetEntryDescriptor()
397 assert(pLE && "Entry not found in array"); in GetEntryDescriptor()
398 Entry* pBE = static_cast<Entry*>(pLE->GetUserData()); in GetEntryDescriptor()
405 aLibName = GetEntryText( pLE ); in GetEntryDescriptor()
411 aName = GetEntryText( pLE ); in GetEntryDescriptor()
417 aMethodName = GetEntryText( pLE ); in GetEntryDescriptor()
423 aName = GetEntryText( pLE ); in GetEntryDescriptor()
432 aLibSubName = GetEntryText( pLE ); in GetEntryDescriptor()
/dports/devel/xelfviewer/XELFViewer-0.03/FormatWidgets/LE/
H A Dleprocessdata.cpp23 LEProcessData::LEProcessData(int nType, QStandardItemModel **ppModel, XLE *pLE, qint64 nOffset, qin… in LEProcessData() argument
27 this->g_pLE=pLE; in LEProcessData()
H A Dleprocessdata.h32 …explicit LEProcessData(int nType,QStandardItemModel **ppModel,XLE *pLE,qint64 nOffset,qint64 nSize…
/dports/databases/cego/cego-2.47.11/src/
H A DCegoXMLSpace.cc1131 pLE->setAttribute(XML_NAME_ATTR, logName); in setTSLogNum()
1135 (*pTSE)->addContent(pLE); in setTSLogNum()
1788 Element *pLE = new Element(XML_LOGFILE_ELEMENT); in addTableSetDef() local
1791 pLE->setAttribute(XML_NAME_ATTR, logName); in addTableSetDef()
1795 pTSE->addContent(pLE); in addTableSetDef()
2016 Element **pLE = logElementList.First(); in getOccupiedLogList() local
2017 while ( pLE ) in getOccupiedLogList()
2021 pLE = logElementList.Next(); in getOccupiedLogList()
2047 Element **pLE = logElementList.First(); in setLogFileStatus() local
2048 while ( pLE ) in setLogFileStatus()
[all …]
H A DCegoAdminThread.cc7559 Element *pLE = new Element(XML_LOGFILE_ELEMENT); in getDetailedTSInfo() local
7560 pLE->setAttribute(XML_NAME_ATTR, *pLogName); in getDetailedTSInfo()
7561 pLE->setAttribute(XML_SIZE_ATTR, Chain(*pSize)); in getDetailedTSInfo()
7563 pLE->setAttribute(XML_STATUS_ATTR, *pStatus); in getDetailedTSInfo()
7567 pLE->setAttribute(XML_OFFSET_ATTR, Chain(_pDBMng->getLogOffset(tabSetId))); in getDetailedTSInfo()
7571 pLE->setAttribute(XML_OFFSET_ATTR, Chain(0)); in getDetailedTSInfo()
7574 pTSInfo->addContent(pLE); in getDetailedTSInfo()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Analyse.cxx837 const TopTools_ListOfShape *pLE = Descendants (Face); in AddFaces() local
838 if (!pLE) in AddFaces()
840 for (TopTools_ListOfShape::Iterator it (*pLE); it.More(); it.Next()) in AddFaces()
871 const TopTools_ListOfShape *pLE = Descendants (Face); in AddFaces() local
872 if (!pLE) in AddFaces()
874 for (TopTools_ListOfShape::Iterator it (*pLE); it.More(); it.Next()) in AddFaces()
H A DBRepOffset_MakeOffset_1.cxx1902 TopTools_ListOfShape* pLE = aDMVE.ChangeSeek (aV); in FindInvalidEdges() local
1903 if (!pLE) in FindInvalidEdges()
1905 pLE = &aDMVE (aDMVE.Add (aV, TopTools_ListOfShape())); in FindInvalidEdges()
1907 AppendToList (*pLE, aE); in FindInvalidEdges()
4500 const TopTools_ListOfShape* pLE = aDMVE.Seek (aV); in RemoveHangingParts() local
4501 if (pLE) in RemoveHangingParts()
4503 TopTools_ListIteratorOfListOfShape aItLE (*pLE); in RemoveHangingParts()
5863 const TopTools_ListOfShape* pLE = theDMVEFull.Seek (aV); in FindVerticesToAvoid() local
5864 if (!pLE) in FindVerticesToAvoid()
5876 TopTools_ListIteratorOfListOfShape aItLE (*pLE); in FindVerticesToAvoid()
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt16 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt16 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt16 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt16 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dcalbck.hxx342 if (auto const pLE = dynamic_cast<sw::ListenerEntry const*>(m_pPosition)) in Next() local
344 pCurrent = pLE->m_pToTell; in Next()
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A Doptiondialog.cpp896 …OptionLineEdit* pLE = new OptionLineEdit("", "PreProcessorCmd", &m_options->m_PreProcessorCmd, pag… in setupDiffPage() local
897 gbox->addWidget(pLE, line, 1); in setupDiffPage()
898 addOptionItem(pLE); in setupDiffPage()
904pLE = new OptionLineEdit("", "LineMatchingPreProcessorCmd", &m_options->m_LineMatchingPreProcessor… in setupDiffPage()
905 gbox->addWidget(pLE, line, 1); in setupDiffPage()
906 addOptionItem(pLE); in setupDiffPage()
1101 …OptionLineEdit* pLE = new OptionLineEdit("", "IrrelevantMergeCmd", &m_options->m_IrrelevantMergeCm… in setupMergePage() local
1102 gbox->addWidget(pLE, line, 1); in setupMergePage()
1103 addOptionItem(pLE); in setupMergePage()
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt21 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt21 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt21 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dstrripos_variation4.phpt21 var_dump( strripos($special_chars_str, "Ex'pLE", 0) );
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_DS.cxx623 TColStd_ListOfInteger* pLE = myMapVE.ChangeSeek(nV); in Init() local
624 if (!pLE) { in Init()
625 pLE = myMapVE.Bound(nV, TColStd_ListOfInteger(myAllocator)); in Init()
626 pLE->Append(nE); in Init()
631 for (aIt2.Initialize(*pLE); aIt2.More(); aIt2.Next()) in Init()
637 pLE->Append(nE); in Init()
2116 const TColStd_ListOfInteger* pLE = myMapVE.Seek(theNV); in InitPaveBlocksForVertex() local
2117 if (!pLE) in InitPaveBlocksForVertex()
2120 TColStd_ListIteratorOfListOfInteger aItLE(*pLE); in InitPaveBlocksForVertex()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dpixelization_routines.pyx777 cdef np.float64_t pLE[3]
832 pLE[i] = extents[i][0]
834 dds[i] = (pRE[i] - pLE[i])/buff_size[i]
859 if RE[i] < pLE[i] or LE[i] >= pRE[i]:
862 pstart[i] = i64max(<np.int64_t> ((LE[i] - pLE[i])*idds[i]) - 1, 0)
863 pend[i] = i64min(<np.int64_t> ((RE[i] - pLE[i])*idds[i]) + 1, img.shape[i]-1)
880 ppoint[0] = (pi + 0.5) * dds[0] + pLE[0]
882 ppoint[1] = (pj + 0.5) * dds[1] + pLE[1]
884 ppoint[2] = (pk + 0.5) * dds[2] + pLE[2]
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Djunklib.c406 UTF16 *pLE = sourceLE; in ConvertUTF16BEtoUTF8() local
408 *pLE++ = extract_i16((const uint8_t *)p); in ConvertUTF16BEtoUTF8()
411 ConversionResult res = ConvertUTF16toUTF8(&leStart, pLE, targetStart, targetEnd, flags); in ConvertUTF16BEtoUTF8()
412 *sourceStart += pLE - sourceLE; in ConvertUTF16BEtoUTF8()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/ncurses-0.2.16/lib/UI/
H A DNCurses.chs463 withMaybeGlyph le $ \pLE ->
471 {# call wborder_set #} win pLE pRE pTE pBE pTL pTR pBL pBR

12