Home
last modified time | relevance | path

Searched refs:JSONArray (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java313 JSONArray params = new JSONArray(); in log()
336 JSONArray params = new JSONArray(); in clientInit()
373 JSONArray array = new JSONArray(); in setArrayString()
380 JSONArray array = new JSONArray(); in setArrayString()
387 JSONArray array = new JSONArray(); in setArrayNumber()
425 JSONArray params = new JSONArray(); in quitSession()
533 JSONArray params = new JSONArray(); in updateClientState()
595 JSONArray params = new JSONArray(); in adaptToLanguage()
604 JSONArray params = new JSONArray(); in executeCode()
621 JSONArray params = new JSONArray(); in searchCode()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/json/
H A Djson-array.cpp37 String JSONArray :: toString () const in toString()
46 String JSONArray :: toJSON () const in toJSON()
114 JSONValueRef JSONArray :: clone () const in clone()
121 JSONArrayRef copy ( new JSONArray () ); in cloneArray()
128 void JSONArray :: invalidate () in invalidate()
140 bool JSONArray :: isEmpty () const in isEmpty()
268 JSONArray & JSONArray :: operator = ( const JSONArray & a ) in operator =()
290 JSONArray :: JSONArray ( const JSONArray & a ) in JSONArray() function in ncbi::JSONArray
302 JSONArray :: ~ JSONArray () noexcept in ~JSONArray()
314 void JSONArray :: clear () in clear()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/pandocfilter/json/
H A DJSONArray.java31 public JSONArray() { in JSONArray() method in JSONArray
35 public JSONArray(JSONValue[] array) { in JSONArray() method in JSONArray
43 if (value instanceof JSONArray) { in append()
70 public JSONArray asArray() { in asArray()
104 public JSONArray setNull(int i) { in setNull()
109 public JSONArray add(boolean value) { in add()
114 public JSONArray add(int value) { in add()
119 public JSONArray add(long value) { in add()
124 public JSONArray add(String value) { in add()
129 public JSONArray add(double value) { in add()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/pandocfilter/json/
H A DJSONArray.java31 public JSONArray() { in JSONArray() method in JSONArray
35 public JSONArray(JSONValue[] array) { in JSONArray() method in JSONArray
43 if (value instanceof JSONArray) { in append()
70 public JSONArray asArray() { in asArray()
104 public JSONArray setNull(int i) { in setNull()
109 public JSONArray add(boolean value) { in add()
114 public JSONArray add(int value) { in add()
119 public JSONArray add(long value) { in add()
124 public JSONArray add(String value) { in add()
129 public JSONArray add(double value) { in add()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/pandocfilter/json/
H A DJSONArray.java31 public JSONArray() { in JSONArray() method in JSONArray
35 public JSONArray(JSONValue[] array) { in JSONArray() method in JSONArray
43 if (value instanceof JSONArray) { in append()
70 public JSONArray asArray() { in asArray()
104 public JSONArray setNull(int i) { in setNull()
109 public JSONArray add(boolean value) { in add()
114 public JSONArray add(int value) { in add()
119 public JSONArray add(long value) { in add()
124 public JSONArray add(String value) { in add()
129 public JSONArray add(double value) { in add()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/json/
H A DCDL.java102 JSONArray ja = new JSONArray(); in rowToJSONArray()
139 JSONArray ja = rowToJSONArray(x); in rowToJSONObject()
152 public static JSONArray toJSONArray(String string) throws JSONException { in toJSONArray()
165 public static JSONArray toJSONArray(JSONTokener x) throws JSONException { in toJSONArray()
180 public static JSONArray toJSONArray(JSONArray names, String string) throws JSONException { in toJSONArray()
195 public static JSONArray toJSONArray(JSONArray names, JSONTokener x) throws JSONException { in toJSONArray()
199 JSONArray ja = new JSONArray(); in toJSONArray()
222 public static String rowToString(JSONArray ja) { in rowToString()
261 public static String toString(JSONArray ja) throws JSONException { in toString()
264 JSONArray names = jo.names(); in toString()
[all …]
H A DJSONArray.java82 public class JSONArray {
92 public JSONArray() {
281 if (o instanceof JSONArray) {
282 return (JSONArray) o;
494 return o instanceof JSONArray ? (JSONArray) o : null;
578 public JSONArray put(boolean value) {
592 put(new JSONArray(value));
619 public JSONArray put(int value) {
631 public JSONArray put(long value) {
644 public JSONArray put(Map value) {
[all …]
H A DJSONObject.java351 put(key, value instanceof JSONArray ? new JSONArray().put(value) : value); in accumulate()
353 ((JSONArray) o).put(value); in accumulate()
501 if (o instanceof JSONArray) { in getJSONArray()
502 return (JSONArray) o; in getJSONArray()
679 public JSONArray names() { in names()
680 JSONArray ja = new JSONArray(); in names()
834 return o instanceof JSONArray ? (JSONArray) o : null; in optJSONArray()
978 put(key, new JSONArray(value)); in put()
1291 public JSONArray toJSONArray(JSONArray names) throws JSONException { in toJSONArray()
1295 JSONArray ja = new JSONArray(); in toJSONArray()
[all …]
/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/rest/
H A DJSONSerializer.java201 JSONArray candidatesJSONArray; in serializeCandidates()
382 JSONArray jsonArray; in serializeChannelBundles()
403 JSONArray jsonArray; in serializeEndpoints()
491 JSONArray jsonArray; in serializeChannels()
616 JSONArray jsonArray; in serializeContents()
710 JSONArray rtcpFbsJSON = new JSONArray(); in serializeRtcpFbs()
825 JSONArray jsonArray; in serializeSctpConnections()
861 JSONArray ssrcsJSONArray = new JSONArray(); in serializeSourceGroup()
896 JSONArray sourcesJSONArray; in serializeSources()
913 JSONArray ssrcsJSONArray; in serializeSSRCs()
[all …]
H A DJSONDeserializer.java111 JSONArray candidates, in deserializeCandidates()
325 JSONArray endpoints, in deserializeEndpoints()
396 JSONArray channels, in deserializeChannels()
533 JSONArray contents, in deserializeContents()
587 JSONArray fingerprints, in deserializeFingerprints()
625 JSONArray rtcpFbs, in deserializeRtcpFbs()
689 JSONArray headerExtensions, in deserializeHeaderExtensions()
739 JSONArray payloadTypes, in deserializePayloadTypes()
884 JSONArray sourcesJSONArray = (JSONArray) sourcesObject; in deserializeSourceGroup()
931 JSONArray sources, in deserializeSources()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit3/src/org/mozilla/gecko/background/testhelpers/
H A DCommandHelpers.java6 import org.json.simple.JSONArray;
13 JSONArray args = new JSONArray(); in getCommand1()
20 JSONArray args = new JSONArray(); in getCommand2()
27 JSONArray args = new JSONArray(); in getCommand3()
34 JSONArray args = new JSONArray(); in getCommand4()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/background/testhelpers/
H A DCommandHelpers.java6 import org.json.simple.JSONArray;
13 JSONArray args = new JSONArray(); in getCommand1()
20 JSONArray args = new JSONArray(); in getCommand2()
27 JSONArray args = new JSONArray(); in getCommand3()
34 JSONArray args = new JSONArray(); in getCommand4()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/androidTest/java/org/mozilla/gecko/background/sync/helpers/
H A DBookmarkHelpers.java6 import org.json.simple.JSONArray;
47 JSONArray tags = new JSONArray(); in createBookmark1()
66 JSONArray tags = new JSONArray(); in createBookmark2()
84 JSONArray tags = new JSONArray(); in createBookmark3()
102 JSONArray tags = new JSONArray(); in createBookmark4()
120 JSONArray tags = new JSONArray(); in createMicrosummary()
141 record.tags = new JSONArray(); in createQuery()
156 JSONArray children = new JSONArray(); in createFolder1()
171 JSONArray children = new JSONArray(); in createFolder2()
185 JSONArray children = new JSONArray(); in createFolder3()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit3/src/org/mozilla/gecko/background/sync/helpers/
H A DBookmarkHelpers.java6 import org.json.simple.JSONArray;
47 JSONArray tags = new JSONArray(); in createBookmark1()
66 JSONArray tags = new JSONArray(); in createBookmark2()
84 JSONArray tags = new JSONArray(); in createBookmark3()
102 JSONArray tags = new JSONArray(); in createBookmark4()
120 JSONArray tags = new JSONArray(); in createMicrosummary()
141 record.tags = new JSONArray(); in createQuery()
156 JSONArray children = new JSONArray(); in createFolder1()
171 JSONArray children = new JSONArray(); in createFolder2()
185 JSONArray children = new JSONArray(); in createFolder3()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/test/java/org/mozilla/gecko/background/testhelpers/
H A DCommandHelpers.java6 import org.json.simple.JSONArray;
13 JSONArray args = new JSONArray(); in getCommand1()
20 JSONArray args = new JSONArray(); in getCommand2()
27 JSONArray args = new JSONArray(); in getCommand3()
34 JSONArray args = new JSONArray(); in getCommand4()
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/json/
H A DJSONArray.java84 public class JSONArray implements JSONElement, List { class
96 public JSONArray() { in JSONArray() method in JSONArray
158 public JSONArray(Collection collection) { in JSONArray() method in JSONArray
309 if (o instanceof JSONArray) { in getJSONArray()
310 return (JSONArray) o; in getJSONArray()
519 public JSONArray optJSONArray(int index) { in optJSONArray()
521 return o instanceof JSONArray ? (JSONArray) o : null; in optJSONArray()
603 public JSONArray put(boolean value) { in put()
630 public JSONArray put(int value) { in put()
642 public JSONArray put(long value) { in put()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/pandocfilter/
H A DPandocFilter.java4 import build.tools.pandocfilter.json.JSONArray;
24 if (obj instanceof JSONArray) { in traverse()
25 JSONArray array = (JSONArray) obj; in traverse()
27 JSONArray processed_array = new JSONArray(); in traverse()
30 … = callback.invoke(elem.get("t").asString(), elem.contains("c") ? elem.get("c") : new JSONArray()); in traverse()
34 } else if (replacement instanceof JSONArray) { in traverse()
36 JSONArray replacement_array = (JSONArray) replacement; in traverse()
51 …ent = callback.invoke(obj.get("t").asString(), obj.contains("c") ? obj.get("c") : new JSONArray()); in traverse()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/pandocfilter/
H A DPandocFilter.java4 import build.tools.pandocfilter.json.JSONArray;
24 if (obj instanceof JSONArray) { in traverse()
25 JSONArray array = (JSONArray) obj; in traverse()
27 JSONArray processed_array = new JSONArray(); in traverse()
30 … = callback.invoke(elem.get("t").asString(), elem.contains("c") ? elem.get("c") : new JSONArray()); in traverse()
34 } else if (replacement instanceof JSONArray) { in traverse()
36 JSONArray replacement_array = (JSONArray) replacement; in traverse()
51 …ent = callback.invoke(obj.get("t").asString(), obj.contains("c") ? obj.get("c") : new JSONArray()); in traverse()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/pandocfilter/
H A DPandocFilter.java4 import build.tools.pandocfilter.json.JSONArray;
24 if (obj instanceof JSONArray) { in traverse()
25 JSONArray array = (JSONArray) obj; in traverse()
27 JSONArray processed_array = new JSONArray(); in traverse()
30 … = callback.invoke(elem.get("t").asString(), elem.contains("c") ? elem.get("c") : new JSONArray()); in traverse()
34 } else if (replacement instanceof JSONArray) { in traverse()
36 JSONArray replacement_array = (JSONArray) replacement; in traverse()
51 …ent = callback.invoke(obj.get("t").asString(), obj.contains("c") ? obj.get("c") : new JSONArray()); in traverse()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/inc/ncbi/
H A Djson.hpp62 class JSONArray;
82 typedef XRef < JSONArray > JSONArrayRef;
471 virtual JSONArray & toArray ();
646 class JSONArray : public JSONValue class
664 virtual JSONArray & toArray () override in toArray()
801 virtual ~JSONArray () noexcept override;
810 JSONArray & operator = ( const JSONArray & array );
811 JSONArray & operator = ( const JSONArray && array );
812 JSONArray ( const JSONArray & a );
813 JSONArray ( const JSONArray && a );
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DJSONUtils.java21 import com.google.gwt.json.client.JSONArray;
27 public static <T extends Number> JSONArray toJSONNumberArray (List<T> list) in toJSONNumberArray()
29 JSONArray json = new JSONArray(); in toJSONNumberArray()
37 public static <T> JSONArray toJSONStringArray(List<T> list) in toJSONStringArray()
39 JSONArray json = new JSONArray(); in toJSONStringArray()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/tools/contributors/
H A DSourceForgeContributorsGenerator.java15 import org.json.simple.JSONArray;
51 JSONArray tickets = (JSONArray) file.get("forums"); in parseDiscussionFile()
53 JSONArray threads = (JSONArray) ((JSONObject) ticket).get("threads"); in parseDiscussionFile()
55 JSONArray posts = (JSONArray) ((JSONObject) thread).get("posts"); in parseDiscussionFile()
62 JSONArray tickets = (JSONArray) file.get("tickets"); in parseTrackerFile()
65 JSONArray posts = (JSONArray) discussionThread.get("posts"); in parseTrackerFile()
70 …rsePosts(Map<String, Map<String, Object>> contributors, String contributionType, JSONArray posts) { in parsePosts()
75 …updateContributionsObject((JSONArray) contributors.get(name).get("contributions"), contributionTyp… in parsePosts()
90 private static void updateContributionsObject(JSONArray contributions, String contributionType) { in updateContributionsObject()
114 JSONArray contributions = new JSONArray(); in generateContributionsObject()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/common/tests/functional/yui/src/test/java/com/yahoo/test/SelNG/YUI/library/
H A DJSONObject.java444 } else if (o instanceof JSONArray) { in accumulate()
445 ((JSONArray)o).put(value); in accumulate()
593 if (o instanceof JSONArray) { in getJSONArray()
594 return (JSONArray)o; in getJSONArray()
739 public JSONArray names() { in names()
740 JSONArray ja = new JSONArray(); in names()
826 put(key, new JSONArray(value)); in put()
909 return o instanceof JSONArray ? (JSONArray)o : null; in optJSONArray()
1301 public JSONArray toJSONArray(JSONArray names) throws JSONException { in toJSONArray()
1305 JSONArray ja = new JSONArray(); in toJSONArray()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/common/tests/functional/yui/src/test/java/org/json/
H A DJSONObject.java444 } else if (o instanceof JSONArray) { in accumulate()
445 ((JSONArray)o).put(value); in accumulate()
593 if (o instanceof JSONArray) { in getJSONArray()
594 return (JSONArray)o; in getJSONArray()
739 public JSONArray names() { in names()
740 JSONArray ja = new JSONArray(); in names()
826 put(key, new JSONArray(value)); in put()
909 return o instanceof JSONArray ? (JSONArray)o : null; in optJSONArray()
1301 public JSONArray toJSONArray(JSONArray names) throws JSONException { in toJSONArray()
1305 JSONArray ja = new JSONArray(); in toJSONArray()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/common/tests/functional/yui/yui/src/test/java/com/yahoo/test/SelNG/YUI/library/
H A DJSONObject.java444 } else if (o instanceof JSONArray) { in accumulate()
445 ((JSONArray)o).put(value); in accumulate()
593 if (o instanceof JSONArray) { in getJSONArray()
594 return (JSONArray)o; in getJSONArray()
739 public JSONArray names() { in names()
740 JSONArray ja = new JSONArray(); in names()
826 put(key, new JSONArray(value)); in put()
909 return o instanceof JSONArray ? (JSONArray)o : null; in optJSONArray()
1301 public JSONArray toJSONArray(JSONArray names) throws JSONException { in toJSONArray()
1305 JSONArray ja = new JSONArray(); in toJSONArray()
[all …]

12345678910>>...34