Home
last modified time | relevance | path

Searched refs:listElements (Results 1 – 25 of 86) sorted by relevance

1234

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_refineirr.c502 if (listElements) in RefineICubes()
745 if (listElements) in RefineIQuads()
923 if (listElements) in RefineILines()
924 if (listElements) in RefineILines()
1143 if (listElements) in RefineITetras()
1363 if (listElements) in RefineITriangles()
1962 *listElements = NULL; in SetupIPTables()
1985 if (! *listElements) in SetupIPTables()
2001 if (*listElements) in SetupIPTables()
2004 *listElements = NULL; in SetupIPTables()
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/core/shared/src/main/scala/coursier/util/
H A DWebPage.scala5 def listElements(url: String, page: String, directories: Boolean): Seq[String] = method
17 listElements(url, page, directories = true)
20 listElements(url, page, directories = false)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/metadata/
H A DXMPMetadataReader.java280 final Node[] listElements = in readSeqList() local
282 if ( listElements.length == 0 ) in readSeqList()
284 final String[] values = new String[ listElements.length ]; in readSeqList()
285 for ( int i = 0; i < listElements.length; ++i ) { in readSeqList()
286 final Element listElement = (Element)listElements[i]; in readSeqList()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dactioninstance.h215 const Tools::StringListPair &listElements,
234 for(int i=0;i<listElements.first.size();++i)
236 if(listElements.first.at(i) == result)
241 for(int i=0;i<listElements.second.size();++i)
243 if(listElements.second.at(i) == result)
260 if(!ok || back < 0 || back >= listElements.first.count())
275 const Tools::StringListPair &listElements,
/dports/textproc/libabw/libabw-0.1.3/src/lib/
H A DABWParser.cpp65 static int _findAndUpdateListElementId(std::map<int, std::shared_ptr<ABWListElement>> &listElements in _findAndUpdateListElementId() argument
67 if (listElements.find(id)==listElements.end() || !listElements.find(id)->second) in _findAndUpdateListElementId()
69 const std::shared_ptr<ABWListElement> &tmpElement= listElements.find(id)->second; in _findAndUpdateListElementId()
84 tmpElement->m_listId=_findAndUpdateListElementId(listElements, tmpElement->m_parentId, seen); in _findAndUpdateListElementId()
89 static void updateListElementIds(std::map<int, std::shared_ptr<ABWListElement>> &listElements) in updateListElementIds() argument
92 for (const auto &elem : listElements) in updateListElementIds()
95 _findAndUpdateListElementId(listElements, elem.first, seens); in updateListElementIds()
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/MarkupProviders/
H A DHtmlProvider.py384 listElements, ok = QInputDialog.getInt(
392 if listElements == 0:
393 listElements = 1
396 listElements * " <li></li>{0}".format(lineSeparator)
H A DMarkdownProvider.py380 listElements, ok = QInputDialog.getInt(
389 if listElements == 0:
390 listElements = 1
393 listElements * "{1}{0}".format(lineSeparator, markup)
H A DRestructuredTextProvider.py408 listElements, ok = QInputDialog.getInt(
417 if listElements == 0:
418 listElements = 1
421 listElements * "{1}{0}".format(lineSeparator, markup)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DProductAction.java181 …list = versionElements(listElements(product.getFeatures(), ".feature.group"), IInstallableUnit.NAM…
182 …list.addAll(versionElements(listElements(product.getBundles(true), null), IInstallableUnit.NAMESPA…
185 …list = versionElements(listElements(product.getFeatures(), ".feature.group"), IInstallableUnit.NAM…
192 …list = versionElements(listElements(product.getBundles(true), null), IInstallableUnit.NAMESPACE_IU…
249 private Collection<IVersionedId> listElements(List<IVersionedId> elements, String suffix) {
/dports/editors/e93/e93/xgui/
H A Ddialogs.h73 bool SimpleListBoxDialog(const char *title,UINT32 numElements,const char **listElements,bool *selec…
74 bool OpenFileDialog(const char *title,char *fullPath,UINT32 stringBytes,char ***listElements,bool *…
H A Dlistbox.c53 **listElements; // pointer to NULL terminated array of pointers to items in the list member
523 …y+ITEM_SPACE_TOP+listBox->font->ascent,listBox->listElements[currentElement],strlen(listBox->listE… in DrawListBox()
770 …result=strncmp(listBox->charBuffer,listBox->listElements[previousElement],listBox->charBufferLengt… in BetterMatch()
776 …result=strcmp(listBox->listElements[element],listBox->listElements[previousElement]); // see which… in BetterMatch()
779 …return(strcmp(listBox->charBuffer,listBox->listElements[previousElement])>0); // if char buffer is… in BetterMatch()
783 …return(strcmp(listBox->charBuffer,listBox->listElements[element])<=0); // if char buffer is smal… in BetterMatch()
1075 listBox->listElements=list; in ResetListBoxLists()
1124 listBox->listElements=description->listElements; in CreateListBox()
H A Dlistbox.h28 **listElements; // pointer to NULL terminated array of pointers to items in the list member
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/config/
H A Dconfmodules.php225 $listElements = array();
236 $listElements[] = $el;
238 $selSortable = new htmlSortableList($listElements, $type->getId() . '_selected', null);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/
H A DTGBrowserConnection.java150 public void listElements(final int callId){ in listElements() method in TGBrowserConnection
157 List elements = getBrowser().listElements(); in listElements()
/dports/www/apache24/httpd-2.4.53/test/pyhttpd/htdocs/test1/006/
H A D006.css19 .listElements{
/dports/www/apache24/httpd-2.4.53/test/pyhttpd/htdocs/test2/006/
H A D006.css19 .listElements{
/dports/www/mod_http2/mod_h2-2.0.2/test/pyhttpd/htdocs/test1/006/
H A D006.css19 .listElements{
/dports/www/mod_http2/mod_h2-2.0.2/test/pyhttpd/htdocs/test2/006/
H A D006.css19 .listElements{
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/base/
H A DTGBrowser.java23 public abstract List listElements()throws TGBrowserException; in listElements() method in TGBrowser
/dports/games/openmw/openmw-openmw-0.47.0/components/shader/
H A Dshadermanager.cpp188 std::vector<std::string> listElements; in parseFors() local
190 Misc::StringUtils::split (list, listElements, ","); in parseFors()
220 … (std::vector<std::string>::const_iterator element = listElements.cbegin(); element != listElement… in parseFors()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/test/
H A DTestDataStructures.java374 Iterator listElements = list.iterator();
379 while (listElements.hasNext()) {
380 listObj = listElements.next();
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/Widgets/
H A DList.hs42 , listElements
126 List { listElements :: !(t e) function
203 EvKey KEnd [] -> return $ listMoveTo (length $ listElements theList) theList
233 EvKey (KChar 'G') [] -> return $ listMoveTo (length $ listElements theList) theList
/dports/editors/e93/e93/
H A Dguidefs.h112 bool SimpleListBoxDialog(const char *title,UINT32 numElements,const char **listElements,bool *selec…
113 bool OpenFileDialog(const char *title,char *fullPath,UINT32 stringBytes,char ***listElements,bool *…
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-community/src/org/herac/tuxguitar/community/browser/
H A DTGBrowserImpl.java46 public List listElements() throws TGBrowserException { in listElements() method in TGBrowserImpl
/dports/science/gromacs/gromacs-2021.4/api/nblib/
H A Dtopology.cpp104 std::vector<int> listElements(exclusionsListOfListsGlobal.elementsView().begin(), in createExclusionsLists() local
108 exclusionListsGlobal.ListElements = std::move(listElements); in createExclusionsLists()

1234