| /forgerock/web-agents-v4/zlib/ |
| H A D | inflate.c | 26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset) 30 * - Add comments on state->bits assertion in inffast.c 95 local void fixedtables OF((struct inflate_state FAR *state)); 107 struct inflate_state FAR *state; local 109 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; 110 state = (struct inflate_state FAR *)strm->state; 111 strm->total_in = strm->total_out = state->total = 0; 113 if (state 132 struct inflate_state FAR *state; local 147 struct inflate_state FAR *state; local 187 struct inflate_state FAR *state; local 235 struct inflate_state FAR *state; local 328 struct inflate_state state; local 384 struct inflate_state FAR *state; local 609 struct inflate_state FAR *state; local [all...] |
| H A D | infback.c | 19 local void fixedtables OF((struct inflate_state FAR *state)); 35 struct inflate_state FAR *state; local 58 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 60 if (state == Z_NULL) return Z_MEM_ERROR; 62 strm->state = (struct internal_state FAR *)state; 63 state->dmax = 32768U; 64 state->wbits = windowBits; 65 state->wsize = 1U << windowBits; 66 state 257 struct inflate_state FAR *state; local [all...] |
| H A D | inffast.c | 42 state->mode == LEN 46 state->bits < 8 48 On return, state->mode is one of: 71 struct inflate_state FAR *state; local 97 /* copy state to local variables */ 98 state = (struct inflate_state FAR *)strm->state; 105 dmax = state->dmax; 107 wsize = state->wsize; 108 whave = state [all...] |
| H A D | deflate.c | 74 /* Compression function. Returns the block state after the call. */ 279 strm->state = (struct internal_state FAR *)s; 334 if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL) 336 s = strm->state; 397 if (strm == Z_NULL || strm->state == Z_NULL || 406 s = (deflate_state *)strm->state; 434 lm_init(strm->state); 443 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; 444 if (strm->state->wrap != 2) return Z_STREAM_ERROR; 445 strm->state 796 int val; local 827 int val; local [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
| H A D | StreamSubstituter.java | 68 * @param val string value for representation of the file 70 public void define(String key, String val) { argument 71 ht.put(key, val); 156 int state = st_normal; 162 switch (state) { 167 state = st_tagId; 179 state = st_normal; 185 state = st_subst_attr; 190 state = st_normal; 203 state [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
| H A D | StreamSubstituter.java | 68 * @param val string value for representation of the file 70 public void define(String key, String val) { argument 71 ht.put(key, val); 156 int state = st_normal; 162 switch (state) { 167 state = st_tagId; 179 state = st_normal; 185 state = st_subst_attr; 190 state = st_normal; 203 state [all...] |
| /forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
| H A D | ChoiceValidator.java | 59 IStateAccess state) { 72 String val = (String) me.getValue(); 73 if (val != null) { 75 if (choice.equalsIgnoreCase(val)) { 79 + " comparing value = " + val 86 if (choice.equals(val)) { 90 + " comparing value = " + val 58 isChoiceValid(String choice, Map props, IStateAccess state) argument
|
| /forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
| H A D | ChoiceValidator.java | 59 IStateAccess state) { 72 String val = (String) me.getValue(); 73 if (val != null) { 75 if (choice.equalsIgnoreCase(val)) { 79 + " comparing value = " + val 86 if (choice.equals(val)) { 90 + " comparing value = " + val 58 isChoiceValid(String choice, Map props, IStateAccess state) argument
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/ |
| H A D | BackgridUtils.js | 234 this.collection.state.filters = this.collection.state.filters ? this.collection.state.filters : []; 235 this.collection.state.filters.push(filter); 258 _.each(this.state.filters, function (filter) { 269 if (!this.state.totalRecords) { 270 this.state.totalRecords = resp.remainingPagedResults + resp.resultCount; 272 if (!this.state.totalPages) { 273 this.state.totalPages = Math.ceil(this.state [all...] |
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/common/util/ |
| H A D | BackgridUtils.js | 241 this.collection.state.filters = this.collection.state.filters ? this.collection.state.filters : []; 242 this.collection.state.filters.push(filter); 265 _.each(this.state.filters, function (filter) { 276 if (!this.state.totalRecords) { 277 this.state.totalRecords = resp.remainingPagedResults + resp.resultCount; 279 if (!this.state.totalPages) { 280 this.state.totalPages = Math.ceil(this.state [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/ |
| H A D | ListResourceView.js | 266 state, 270 _.map(this.schema.properties, function (val,key) { 271 if (!defaultSystemResourceSortKey && val.type === "string") { 283 state = BackgridUtils.getState(defaultSystemResourceSortKey); 285 state = BackgridUtils.getState(cols[1].name); 288 state = null; 294 state: state, 362 _.each(collection.state.filters, function (filter) {
|
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/ |
| H A D | LogicalSubject.java | 81 * Sets state of the object 82 * @param state State of the object encoded as string 84 public void setState(String state) { argument 86 JSONObject jo = new JSONObject(state); 96 es.setState(memberSubject.getString("state")); 117 * Returns state of the object 118 * @return state of the object encoded as string 176 subjo.put("state", eSubject.getState()); 271 Set<String> val = map.get(s); 275 val [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
| H A D | LogicalSubject.java | 81 * Sets state of the object 82 * @param state State of the object encoded as string 84 public void setState(String state) { argument 86 JSONObject jo = new JSONObject(state); 96 es.setState(memberSubject.getString("state")); 117 * Returns state of the object 118 * @return state of the object encoded as string 176 subjo.put("state", eSubject.getState()); 271 Set<String> val = map.get(s); 275 val [all...] |
| /forgerock/web-agents-v4/expat/ |
| H A D | xmltok.c | 973 followed by name=val. 1096 const char *val = NULL; variable 1101 if (!parsePseudoAttribute(enc, ptr, end, &name, &nameEnd, &val, &ptr) 1114 *versionPtr = val; 1117 if (!parsePseudoAttribute(enc, ptr, end, &name, &nameEnd, &val, &ptr)) { 1131 int c = toAscii(enc, val, end); 1133 *badPtr = val; 1137 *encodingName = val; 1139 *encoding = encodingFinder(enc, val, ptr - enc->minBytesPerChar); 1140 if (!parsePseudoAttribute(enc, ptr, end, &name, &nameEnd, &val, 1497 initScan(const ENCODING * const *encodingTable, const INIT_ENCODING *enc, int state, const char *ptr, const char *end, const char **nextTokPtr) argument [all...] |
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/ |
| H A D | DataAssociationManagementView.js | 129 this.renderReconResults(this.$el.find("#situationSelection").val().split(","), null); 172 var situations = selectedSituation || $("#situationSelection",this.$el).val().split(","); 199 $("#situationSelection",this.$el).val(selectedSituation.join(",")); 208 this.renderReconResults($(e.target).val().split(",")); 307 _.forIn(options.data, function (val, key) { 313 val += 1; 322 params.push(key + "=" + val); 351 parseState: function (resp, queryParams, state, options) {
|
| /forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/workflow/ |
| H A D | ActiveProcessesView.js | 75 this.model.processes.state.pageSize = null; 76 this.model.processes.state.sortKey = "-startTime"; 216 this.model.processTypeFilter = $(event.target).val();
|
| H A D | ProcessHistoryView.js | 75 this.model.processes.state.pageSize = null; 76 this.model.processes.state.sortKey = "-startTime"; 210 this.model.processTypeFilter = $(event.target).val();
|
| /forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/ |
| H A D | jquery.js | 1482 val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? 1486 return val !== undefined ? 1487 val : 1490 (val = elem.getAttributeNode(name)) && val.specified ? 1491 val.value : 2637 var val; 2640 (val = elem.getAttributeNode( name )) && val.specified ? 2641 val [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
| H A D | AMLoginModule.java | 144 * Each Callbacks Element corresponds to one login state. 146 * generated from user's Login Module for each state. All login state 148 * the next state to go in the process() method. 150 * In the sample module configuration shown above, state one has 156 * state to 2. State two has four Callbacks to request user to change 163 * The optional 'timeout' attribute in each state is used to ensure that the 168 * There are also optional 'html' and 'image' attribute in each state. The 174 * previous state may be retrieved by using the <code>getCallbak(int)</code> 178 * If a module writer need to substitute dynamic text in next state, th 618 replaceCallback(int state, int index, Callback callback) argument 653 replaceHeader(int state, String header) argument 710 substituteInfoText(int state, int callback, String infoText) argument 747 clearInfoText(int state) argument 790 substituteHeader(int state, String header) argument 829 resetCallback(int state, int index) argument 992 process(Callback[] callbacks, int state) argument 1026 wrapProcess(Callback[] callbacks, int state) argument 1812 isRequired(int state, int index) argument 1851 getInfoText(int state, int index) argument 1888 getAttribute(int state, int index) argument 2359 setForceCallbacksRead(boolean val) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/ |
| H A D | AMLoginModule.java | 147 * Each Callbacks Element corresponds to one login state. 149 * generated from user's Login Module for each state. All login state 151 * the next state to go in the process() method. 153 * In the sample module configuration shown above, state one has 159 * state to 2. State two has four Callbacks to request user to change 166 * The optional 'timeout' attribute in each state is used to ensure that the 171 * There are also optional 'html' and 'image' attribute in each state. The 177 * previous state may be retrieved by using the <code>getCallbak(int)</code> 181 * If a module writer need to substitute dynamic text in next state, th 631 replaceCallback(int state, int index, Callback callback) argument 666 replaceHeader(int state, String header) argument 723 substituteInfoText(int state, int callback, String infoText) argument 759 clearInfoText(int state) argument 802 substituteHeader(int state, String header) argument 841 resetCallback(int state, int index) argument 1004 process(Callback[] callbacks, int state) argument 1038 wrapProcess(Callback[] callbacks, int state) argument 1818 isRequired(int state, int index) argument 1857 getInfoText(int state, int index) argument 1894 getAttribute(int state, int index) argument 2387 setForceCallbacksRead(boolean val) argument [all...] |
| /forgerock/web-agents-v4/source/ |
| H A D | utility.h | 156 int state; member in struct:__anon111 294 void am_agent_init_set_value(unsigned long instance_id, char lock, int val); 301 void am_agent_init_set_value(unsigned long instance_id, char lock, int val);
|
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/libs/ |
| H A D | jsoneditor-0.7.22-custom.js | 727 $each(obj1, function(prop,val) { 731 if(prop === 'required' && typeof val === "object" && Array.isArray(val)) { 733 extended.required = val.concat(obj2[prop]).reduce(function(p, c) { 739 else if(prop === 'type' && (typeof val === "string" || Array.isArray(val))) { 741 if(typeof val === "string") val = [val]; 745 extended.type = val [all...] |
| /forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
| H A D | ReplicationTestCase.java | 235 ServerState state = new ServerState(); 241 state, baseDn.toNormalizedString(), serverId, window_size, 304 int port, int timeout, ServerState state) 308 port, timeout, state, getGenerationId(baseDn)); 317 int port, int timeout, ServerState state, long generationId) 321 state, baseDn.toNormalizedString(), serverId, window_size, generationId, 344 ServerState state = new ServerState(); 350 state, baseDn.toNormalizedString(), serverId, window_size, 805 // Check that the task state is as expected. 813 "The task completed in an unexpected state"); 302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument 315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument [all...] |
| /forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
| H A D | ReplicationTestCase.java | 235 ServerState state = new ServerState(); 241 state, baseDn.toNormalizedString(), serverId, window_size, 304 int port, int timeout, ServerState state) 308 port, timeout, state, getGenerationId(baseDn)); 317 int port, int timeout, ServerState state, long generationId) 321 state, baseDn.toNormalizedString(), serverId, window_size, generationId, 344 ServerState state = new ServerState(); 350 state, baseDn.toNormalizedString(), serverId, window_size, 805 // Check that the task state is as expected. 813 "The task completed in an unexpected state"); 302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument 315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument [all...] |
| /forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
| H A D | ReplicationTestCase.java | 235 ServerState state = new ServerState(); 241 state, baseDn.toNormalizedString(), serverId, window_size, 304 int port, int timeout, ServerState state) 308 port, timeout, state, getGenerationId(baseDn)); 317 int port, int timeout, ServerState state, long generationId) 321 state, baseDn.toNormalizedString(), serverId, window_size, generationId, 344 ServerState state = new ServerState(); 350 state, baseDn.toNormalizedString(), serverId, window_size, 805 // Check that the task state is as expected. 813 "The task completed in an unexpected state"); 302 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state) argument 315 openReplicationSession( final DN baseDn, int serverId, int window_size, int port, int timeout, ServerState state, long generationId) argument [all...] |