Searched refs:attributes (Results 1 - 25 of 86) sorted by relevance

1234

/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DViz.java131 static String getAttribute(String attributeName,Attributes attributes) { argument
132 return getAttribute(attributeName,attributes,null);
135 Attributes attributes,String defaultValue) {
136 String e = attributes.getValue(attributeName);
144 static int getInteger(String attributeName,Attributes attributes) { argument
145 return getInteger(attributeName,attributes,0);
147 static int getInteger(String attributeName,Attributes attributes, argument
149 String e = attributes.getValue(attributeName);
172 private String getShow(Attributes attributes) { argument
173 return getAttribute("show",attributes,"tre
134 getAttribute(String attributeName, Attributes attributes,String defaultValue) argument
175 getType(Attributes attributes) argument
178 getDisplay(Attributes attributes) argument
181 getRepeat(Attributes attributes) argument
184 getWidth(Attributes attributes) argument
187 getHeight(Attributes attributes) argument
190 getDirectory(Attributes attributes) argument
193 getIdx(Attributes attributes) argument
196 getFileRoot(Attributes attributes) argument
200 getVersion(Attributes attributes) argument
214 startElement(String uri, String localname, String qname, Attributes attributes) argument
246 getId(Attributes attributes) argument
249 getParent(Attributes attributes) argument
252 getName(Attributes attributes) argument
255 getChoice(Attributes attributes) argument
258 getSize(Attributes attributes) argument
261 getValue(Attributes attributes) argument
264 getVersion(Attributes attributes) argument
280 startElement(String uri, String localname, String qname, Attributes attributes) argument
361 startElement(String uri, String localName, String qName, Attributes attributes) argument
475 getVisualizer(Attributes attributes) argument
478 getId(Attributes attributes) argument
481 getTreeNode(Attributes attributes) argument
484 getIndex(Attributes attributes) argument
487 getValue(Attributes attributes) argument
490 getX(Attributes attributes) argument
493 getY(Attributes attributes) argument
496 getWidth(Attributes attributes) argument
499 getHeight(Attributes attributes) argument
502 getMin(Attributes attributes) argument
505 getMax(Attributes attributes) argument
508 getDomain(Attributes attributes) argument
511 getGroup(Attributes attributes) argument
515 getType(Attributes attributes) argument
518 getDisplay(Attributes attributes) argument
521 getIndexStart(Attributes attributes) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dx_req.c66 * encode the attributes field if it is empty. This is in
68 * this by making the attributes field OPTIONAL then using
75 * the information is now contained in the attributes field:
78 * 3. If it is not empty then some attributes are present.
88 rinf->attributes = sk_X509_ATTRIBUTE_new_null();
89 if(!rinf->attributes) return 0;
101 ASN1_IMP_SET_OF_OPT(X509_REQ_INFO, attributes, X509_ATTRIBUTE, 0)
H A Dp8_pkey.c82 ASN1_IMP_SET_OF_OPT(PKCS8_PRIV_KEY_INFO, attributes, X509_ATTRIBUTE, 0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/store/
H A Dstr_mem.c73 from the range of attributes associated with the object (basically,
92 be used to add attributes
101 attributes to search for. Each
103 int search_index; /* which of the search attributes we
113 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
115 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
117 STORE_OBJECT *data, OPENSSL_ITEM attributes[],
124 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
126 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
130 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
172 mem_generate(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
178 mem_get(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
192 mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
207 mem_delete(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
221 mem_list_start(STORE *s, STORE_OBJECT_TYPES type, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
352 mem_lock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
357 mem_unlock(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
[all...]
H A Dstore.h172 /* Store functions take attribute lists. Those attributes come with codes.
236 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
238 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
243 int STORE_revoke_certificate(STORE *e, OPENSSL_ITEM attributes[],
245 int STORE_delete_certificate(STORE *e, OPENSSL_ITEM attributes[],
247 void *STORE_list_certificate_start(STORE *e, OPENSSL_ITEM attributes[],
252 EVP_PKEY *STORE_generate_key(STORE *e, OPENSSL_ITEM attributes[],
254 EVP_PKEY *STORE_get_private_key(STORE *e, OPENSSL_ITEM attributes[],
257 OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]);
261 int STORE_revoke_private_key(STORE *e, OPENSSL_ITEM attributes[],
[all...]
H A Dstr_lib.c254 X509 *STORE_get_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
264 attributes, parameters);
280 int STORE_store_certificate(STORE *s, X509 *data, OPENSSL_ITEM attributes[], argument
304 object, attributes, parameters);
335 int STORE_revoke_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
342 attributes, parameters))
351 int STORE_delete_certificate(STORE *s, OPENSSL_ITEM attributes[], argument
358 attributes, parameters))
367 void *STORE_list_certificate_start(STORE *s, OPENSSL_ITEM attributes[], argument
376 STORE_OBJECT_TYPE_X509_CERTIFICATE, attributes, parameter
438 STORE_generate_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
464 STORE_get_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
490 STORE_store_private_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
552 STORE_revoke_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
572 STORE_delete_private_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
588 STORE_list_private_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
659 STORE_get_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
685 STORE_store_public_key(STORE *s, EVP_PKEY *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
747 STORE_revoke_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
767 STORE_delete_public_key(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
783 STORE_list_public_key_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
854 STORE_generate_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
880 STORE_get_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
906 STORE_store_crl(STORE *s, X509_CRL *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
961 STORE_delete_crl(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
977 STORE_list_crl_start(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1048 STORE_store_number(STORE *s, BIGNUM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1099 STORE_get_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1122 STORE_delete_number(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1138 STORE_store_arbitrary(STORE *s, BUF_MEM *data, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1189 STORE_get_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1212 STORE_delete_arbitrary(STORE *s, OPENSSL_ITEM attributes[], OPENSSL_ITEM parameters[]) argument
1537 OPENSSL_ITEM *attributes; member in struct:attr_list_ctx_st
1539 STORE_parse_attrs_start(OPENSSL_ITEM *attributes) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Devp_pkey.c186 return X509at_get_attr_count(key->attributes);
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
203 return X509at_get_attr(key->attributes, loc);
208 return X509at_delete_attr(key->attributes, loc);
213 if(X509at_add1_attr(&key->attributes, attr)) return 1;
221 if(X509at_add1_attr_by_OBJ(&key->attributes, obj,
230 if(X509at_add1_attr_by_NID(&key->attributes, nid,
239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
H A Dp_lib.c198 ret->attributes=NULL;
406 if (x->attributes)
407 sk_X509_ATTRIBUTE_pop_free(x->attributes, X509_ATTRIBUTE_free);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dx509_req.c238 if (!req->req_info->attributes)
240 if (!(req->req_info->attributes = sk_X509_ATTRIBUTE_new_null()))
243 if(!sk_X509_ATTRIBUTE_push(req->req_info->attributes, attr)) goto err;
260 return X509at_get_attr_count(req->req_info->attributes);
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
277 return X509at_get_attr(req->req_info->attributes, loc);
282 return X509at_delete_attr(req->req_info->attributes, loc);
287 if(X509at_add1_attr(&req->req_info->attributes, attr)) return 1;
295 if(X509at_add1_attr_by_OBJ(&req->req_info->attributes, ob
[all...]
H A Dx509_r2x.c83 if (sk_X509_ATTRIBUTE_num(r->req_info->attributes) != 0)
87 /* xi->extensions=ri->attributes; <- bad, should not ever be done
88 ri->attributes=NULL; */
/barrelfish-2018-10-04/lib/angler/
H A Dangler.c173 char *attributes = NULL; local
180 /* Build attributes. */
183 attributes = malloc(attributes_len + 1);
184 assert(attributes != NULL);
185 snprintf(attributes, attributes_len + 1, SESSION_OCT_RECORD, session_iref,
190 err = rpc_client->rpc_tx_vtbl.set_with_idcap(rpc_client, *session_id, attributes,
202 free(attributes);
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dparse.y58 %type <nPtr> attributes
73 | name RCURLY attributes LCURLY { $$ = ast_object($1, $3); }
81 attributes: label
83 | attribute COMMA attributes { $$ = ast_attribute($1, $3); }
H A Dtest_parser.c42 struct writer attributes; member in struct:skb_record
106 w = &sr->attributes;
188 w = &sr->attributes;
267 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
270 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
273 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
276 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
279 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
282 printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes.output, sr->constraints.output);
285 //printf("result: %s:\n\t%s\n\t%s\n", sr->name.output, sr->attributes
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs12/
H A Dp12_attr.c81 if (X509at_add1_attr_by_NID(&p8->attributes, NID_key_usage,
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex58 (a relation's name \& attributes correspond to a predicate's functor \& arguments, and
144 attributes. This information is entered in the database with the
150 attributes `name', `salary', `department' and
201 The two examples produce relations with the same attributes, but
236 for all the attributes) must not exceed 1000 bytes, where a term field counts
247 allows to index equally on several attributes using a single index
256 If no index attribute is given, all attributes (except the
279 The maximum number of attributes allowed in a relation is 50.
320 (the synonym allows the attributes of the two occurrences of the
386 will succeed if the number and types of the attributes o
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dextmeta.tex34 represents a variable together with attached attributes.
53 \item an attributed variable has a number of associated \emph{attributes};
54 \item the attributes are included in the module system;
61 An attributed variable can have any number of attributes.
62 The attributes are accessed by their name.
91 are the values of the corresponding attributes.
126 The following is a syntax error (even when the attributes are identical):
148 \about{Attr} and all its other attributes are free variables.
157 The attributes of an attributed variable can be accessed using one-way
216 the contents of their attributes an
[all...]
/barrelfish-2018-10-04/include/nfs/
H A Dnfs.h218 const char *name, bool guarded, sattr3 attributes,
221 sattr3 attributes, nfs_mkdir_callback_t callback, void *cbarg);
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2bench2.c108 static void construct_record(size_t attributes) { argument
113 uint64_t map = 0; // ensure attributes are unique
115 for(size_t i=0; i<attributes;) {
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dfacts.pl45 % internal abbreviations of Scribe attributes
75 % internal abbreviations of LOB specific attributes
84 % translation of attributes to variable names
120 % translation of attributes into strings
175 % relations between attributes and document types (used by UPDATE, SEARCH)
178 % lists of attributes the interactive input will prompt
216 % attributes of educe relations
240 % attributes of document types
246 % mandatory attributes
300 % attributes fo
[all...]
/barrelfish-2018-10-04/lib/octopus/client/
H A Dgetset.c289 * \param attributes Attributes of the record.
290 * \param ... Additional arguments to format the attributes using
298 errval_t oct_set_with_idcap(struct capref idcap, const char *attributes, ...) argument
301 assert(attributes != NULL);
306 FORMAT_QUERY(attributes, args, buf);
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c334 resok->obj_attributes.post_op_attr_u.attributes.type == NF3REG) {
337 // resok->obj_attributes.post_op_attr_u.attributes.ctime;
341 resok->obj_attributes.post_op_attr_u.attributes.size );
351 resok->obj_attributes.post_op_attr_u.attributes.size );
357 e->hbuff->len = resok->obj_attributes.post_op_attr_u.attributes.size;
/barrelfish-2018-10-04/lib/octopus/server/
H A Dservice.c355 const char *attributes)
370 if (attributes == NULL) {
371 attributes = "";
374 // build query using the idcapid and the attributes
376 attributes);
382 "%" PRIxIDCAPID "%s", id, attributes);
465 const char *attributes, uint64_t mode,
476 err = build_query_with_idcap(&query, idcap, attributes);
354 build_query_with_idcap(char **query_p, struct capref idcap, const char *attributes) argument
464 set_with_idcap_handler(struct octopus_binding *b, struct capref idcap, const char *attributes, uint64_t mode, octopus_trigger_t trigger, bool get) argument
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dcardinal_functions.pl96 % and domain attributes.
108 % and domain attributes.
H A Dxml.pl26 * <atom>=<string> attributes from the (possibly implicit) XML signature of the
67 * : attributes when it's the same as the
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dnot_equals.pl144 var(Attr). % Ignore if no attributes for this extension
175 var(Attr). % Ignore if no attributes for this extension

Completed in 133 milliseconds

1234