Home
last modified time | relevance | path

Searched refs:childArray (Results 26 – 50 of 123) sorted by relevance

12345

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/automation_spark/src/spark/automation/delegates/components/
H A DSparkTitleWindowAutomationImpl.as119 var childArray:Array = new Array();
122 childArray.push(sparkTitleWindow.closeButton as IAutomationObject);
130 childArray.push(tempChildren[i] as IAutomationObject);
133 return childArray;
H A DSparkSkinnableDataContainerAutomationImpl.as260 var childArray:Array = new Array();
267 childArray.push(obj as IAutomationObject);
269 childArray = addScrollers(childArray);
271 return childArray;
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/android/
H A DBookmarksSessionHelper.java261 JSONArray childArray = bmk.children; in updateBookkeeping() local
266 parentToChildArray.put(bmk.guid, childArray); in updateBookkeeping()
273 long position = childArray.indexOf(child); in updateBookkeeping()
809 final JSONArray childArray;
811 childArray = getChildrenArrayForRecordCursor(cur, recordGUID, true);
813 childArray = null;
1007 JSONArray childArray = new JSONArray();
1008 getChildrenArray(androidID, persist, childArray);
1011 return childArray;
1083 childArray.add(guid);
[all …]
H A DBookmarksDataAccessor.java160 public int updatePositions(ArrayList<String> childArray) { in updatePositions() argument
161 final int size = childArray.size(); in updatePositions()
167 String[] args = childArray.toArray(new String[size]); in updatePositions()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/effects/effectClasses/
H A DResizeInstance.as616 var childArray:Array = [];
627 childArray.push(child);
636 childArray.push(child);
642 childArray.push(child);
646 restoreVisibleArray[panelIndex] = childArray;
821 var childArray:Array = restoreVisibleArray[i];
822 if (childArray)
824 var m:int = childArray.length;
827 childArray[j].setVisible(true, true);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/effects/effectClasses/
H A DResizeInstance.as666 var childArray:Array = [];
677 childArray.push(child);
686 childArray.push(child);
692 childArray.push(child);
696 restoreVisibleArray[panelIndex] = childArray;
877 var childArray:Array = restoreVisibleArray[i];
878 if (childArray)
880 var m:int = childArray.length;
883 childArray[j].setVisible(true, true);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php142 $childArray = $this->renderChild($data);
143 $html = $childArray['html'];
144 … $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray, false);
284 $childArray = $this->renderChild($childData);
285 $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php134 $childArray = $this->renderChild($data);
135 $html = $childArray['html'];
136 … $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray, false);
306 $childArray = $this->renderChild($childData);
307 $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Form/Container/
H A DInlineRecordContainer.php145 $childArray = $this->renderChild($data);
146 $html = $childArray['html'];
147 … $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray, false);
310 $childArray = $this->renderChild($childData);
311 $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $childArray);
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/Tests/
H A DfuzzTest.cpp97 ABCA::ArrayPropertyReaderPtr childArray = parent->getArrayProperty(i); in walkProps() local
98 if (childArray) in walkProps()
101 for (std::size_t i = 0; i < childArray->getNumSamples(); ++i) in walkProps()
103 childArray->getSample(i, samp); in walkProps()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/url-classifier/
H A DnsUrlClassifierUtils.cpp386 char** childArray; in ReadProvidersFromPrefs() local
387 rv = prefBranch->GetChildList("", &childCount, &childArray); in ReadProvidersFromPrefs()
393 nsCString child(childArray[i]); in ReadProvidersFromPrefs()
403 NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(childCount, childArray); in ReadProvidersFromPrefs()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/repositories/android/
H A DAndroidBrowserBookmarksDataAccessor.java107 public int updatePositions(ArrayList<String> childArray) { in updatePositions() argument
108 final int size = childArray.size(); in updatePositions()
114 String[] args = childArray.toArray(new String[size]); in updatePositions()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPreset.m238 NSMutableArray *childArray = [[NSMutableArray alloc] init];
241 [childArray addObject:[child dictionary]];
244 output[@"ChildrenArray"] = childArray;
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11pars.c838 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
956 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
957 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
965 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
987 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
993 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
999 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dpk11pars.c839 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
957 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
958 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
966 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
988 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
994 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1000 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dpk11pars.c999 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
1117 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
1118 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
1126 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
1148 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
1154 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1160 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11pars.c1105 char **childArray = NULL;
1223 childArray = PORT_NewArray(char *, tokenCount + 1);
1224 if (childArray == NULL) {
1232 PORT_Free(childArray);
1254 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next);
1260 childArray[i] = 0;
1266 *children = childArray;
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dpk11pars.c1105 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
1223 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
1224 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
1232 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
1254 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
1260 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1266 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dpk11pars.c1105 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
1223 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
1224 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
1232 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
1254 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
1260 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1266 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dpk11pars.c1105 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
1223 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
1224 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
1232 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
1254 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
1260 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1266 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dpk11pars.c1105 char **childArray = NULL; in secmod_ParseModuleSpecForTokens() local
1223 childArray = PORT_NewArray(char *, tokenCount + 1); in secmod_ParseModuleSpecForTokens()
1224 if (childArray == NULL) { in secmod_ParseModuleSpecForTokens()
1232 PORT_Free(childArray); in secmod_ParseModuleSpecForTokens()
1254 childArray[i++] = NSSUTIL_ArgFetchValue(tokenIndex, &next); in secmod_ParseModuleSpecForTokens()
1260 childArray[i] = 0; in secmod_ParseModuleSpecForTokens()
1266 *children = childArray; in secmod_ParseModuleSpecForTokens()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/url-classifier/
H A DnsUrlClassifierUtils.cpp761 char** childArray; in ReadProvidersFromPrefs() local
762 rv = prefBranch->GetChildList("", &childCount, &childArray); in ReadProvidersFromPrefs()
768 nsCString child(childArray[i]); in ReadProvidersFromPrefs()
778 NS_FREE_XPCOM_ALLOCATED_POINTER_ARRAY(childCount, childArray); in ReadProvidersFromPrefs()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentPermissionHelper.cpp411 nsTArray<PContentPermissionRequestChild*> childArray; in GetContentPermissionRequestChildById() local
414 childArray.AppendElement(it.first); in GetContentPermissionRequestChildById()
418 return Move(childArray); in GetContentPermissionRequestChildById()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsContentPermissionHelper.cpp445 nsTArray<PContentPermissionRequestChild*> childArray; in GetContentPermissionRequestChildById() local
448 childArray.AppendElement(it.first); in GetContentPermissionRequestChildById()
452 return Move(childArray); in GetContentPermissionRequestChildById()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Dlib.php2280 foreach ($parentArray as $key => $childArray) {
2282 if (arrayKeyHasValue($childArray, $requiredKey, $requiredValue)) {
2284 $parentArraySubset[$key] = $childArray;
2305 foreach ($parentArray as $key => $childArray) {
2306 if (arrayKeyHasNotValue($childArray, $requiredKey, $forbiddenValue)) {
2308 $parentArraySubset[$key] = $childArray;

12345