Home
last modified time | relevance | path

Searched refs:label_hash (Results 1 – 21 of 21) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/github_import/importer/
H A Dlabels_importer_spec.rb12 label_hash = { title: 'bug', color: '#fffaaa' }
16 .and_return([label_hash])
20 .with(Label, [label_hash])
67 expect(label_hash).to be_an_instance_of(Hash)
72 expect(label_hash[:title]).to eq('bug')
76 expect(label_hash[:color]).to eq('#ffffff')
80 expect(label_hash[:project_id]).to eq(project.id)
84 expect(label_hash[:type]).to eq('ProjectLabel')
89 expect(label_hash[:created_at]).to eq(Time.zone.now)
95 expect(label_hash[:updated_at]).to eq(Time.zone.now)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/sql/
H A Ddatabase.go90 label_hash ` + htyp + `,
99 …E INDEX spo_unique ON quads (subject_hash, predicate_hash, object_hash) WHERE label_hash IS NULL;`,
100 …l_unique ON quads (subject_hash, predicate_hash, object_hash, label_hash) WHERE label_hash IS NOT …
105 …`CREATE UNIQUE INDEX spol_unique ON quads (subject_hash, predicate_hash, object_hash, label_hash);…
113 …`ALTER TABLE quads ADD CONSTRAINT label_hash_fk FOREIGN KEY (label_hash) REFERENCES nodes (hash);`,
H A Dshape_test.go101 …_subject, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label
107 …_subject, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label
118 …_subject, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label
135 …qu: `SELECT subject_hash AS ` + tagNode + `, object_hash AS o1, object_hash AS o2, label_hash AS "…
155 … AS sub, subject_hash AS ` + tagNode + `, object_hash AS o1, object_hash AS o2, label_hash AS "l 1"
174 …_subject, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label
199 …t, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label, t_2.…
221 …_subject, t_1.predicate_hash AS __predicate, t_1.object_hash AS __object, t_1.label_hash AS __label
313 …ct_hash AS sub, t_3.subject_hash AS __node, t_3.object_hash AS o1, t_3.label_hash AS "l 1", t_2.ob…
H A Dquadstore.go377 …[0] + ` and predicate_hash=` + p[1] + ` and object_hash=` + p[2] + ` and label_hash=` + p[3] + `;`)
381 …` + p[0] + ` and predicate_hash=` + p[1] + ` and object_hash=` + p[2] + ` and label_hash is null;`)
/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_header.c57 struct HashElem *elem = mutt_hash_find_elem(m->label_hash, label); in label_ref_dec()
64 mutt_hash_delete(m->label_hash, label, NULL); in label_ref_dec()
81 struct HashElem *elem = mutt_hash_find_elem(m->label_hash, label); in label_ref_inc()
85 mutt_hash_insert(m->label_hash, label, (void *) count); in label_ref_inc()
371 m->label_hash = mutt_hash_new(131, MUTT_HASH_STRDUP_KEYS); in mutt_make_label_hash()
381 if (!m || !m->label_hash) in mutt_label_hash_add()
394 if (!m || !m->label_hash) in mutt_label_hash_remove()
H A Dinit.c1317 if (!Context || !Context->mailbox->label_hash) in mutt_label_complete()
1333 while ((entry = mutt_hash_walk(Context->mailbox->label_hash, &state))) in mutt_label_complete()
H A Dmx.c448 mutt_hash_free(&m->label_hash); in mx_fastclose_mailbox()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/resource_events/
H A Dchange_labels_service.rb13 label_hash = {
20 label_hash.merge(label_id: label.id, action: ResourceLabelEvent.actions['add'])
23 label_hash.merge(label_id: label.id, action: ResourceLabelEvent.actions['remove'])
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-keypad.c30 GtkWidget *label_hash; member
230 gtk_style_context_add_provider (gtk_widget_get_style_context (priv->label_hash), in hdy_keypad_constructed()
300 gtk_widget_class_bind_template_child_private (widget_class, HdyKeypad, label_hash); in hdy_keypad_class_init()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmap_shp.c776 label_string *label_hash[256]; in draw_shapefile_map() local
793 label_hash[i] = NULL; in draw_shapefile_map()
2140 ptr2 = label_hash[hash_index]; in draw_shapefile_map()
2265 ptr2->next = label_hash[hash_index]; in draw_shapefile_map()
2266 label_hash[hash_index] = ptr2; in draw_shapefile_map()
3363 ptr2 = label_hash[i]; in draw_shapefile_map()
3366 label_hash[i] = ptr2->next; in draw_shapefile_map()
3369 ptr2 = label_hash[i]; in draw_shapefile_map()
/dports/mail/neomutt/neomutt-20211029/core/
H A Dmailbox.h129 struct HashTable *label_hash; ///< Hash Table for x-labels member
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/sql/mysql/
H A Dmysql.go109 …RT` + ignore + ` INTO quads(subject_hash, predicate_hash, object_hash, label_hash, ts) VALUES (?, …
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-keypad.c33 GtkWidget *label_hash;
356 gtk_widget_class_bind_template_child_private (widget_class, HdyKeypad, label_hash);
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-keypad.c33 GtkWidget *label_hash; member
356 gtk_widget_class_bind_template_child_private (widget_class, HdyKeypad, label_hash); in hdy_keypad_class_init()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/sql/postgres/
H A Dpostgres.go185 ….Prepare(`INSERT INTO quads(subject_hash, predicate_hash, object_hash, label_hash, ts) VALUES ($1,…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/docs/
H A DMigration.md59 (SELECT count(1) FROM quads WHERE label_hash = nodes.hash);
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Ddeclarative.py1994 label_hash = sum(map(ord, str(label)))
2002 geo_obj = geo_obj[label_hash % len(geo_obj)]
2010 position = coords[label_hash % len(coords)]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c81 static unsigned int label_hash(const void *p);
600 static unsigned int label_hash(const void *p) in label_hash() function
4089 hash_create(label_hash, label_cmp, "ZEBRA SLSP table"); in zebra_mpls_init_tables()
4090 zvrf->lsp_table = hash_create(label_hash, label_cmp, "ZEBRA LSP table"); in zebra_mpls_init_tables()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_mpls.c81 static unsigned int label_hash(const void *p);
600 static unsigned int label_hash(const void *p) in label_hash() function
4089 hash_create(label_hash, label_cmp, "ZEBRA SLSP table"); in zebra_mpls_init_tables()
4090 zvrf->lsp_table = hash_create(label_hash, label_cmp, "ZEBRA LSP table"); in zebra_mpls_init_tables()
/dports/lang/seed7/seed7/prg/
H A Dbas7.sd7116 const type: label_hash is hash [string] integer;
117 var label_hash: label is label_hash.EMPTY_HASH;
118 var label_hash: subprogram is label_hash.EMPTY_HASH;
119 var label_hash: subfunction is label_hash.EMPTY_HASH;
120 var label_hash: sub_declared is label_hash.EMPTY_HASH;
10147 label := label_hash.EMPTY_HASH;
10148 subprogram := label_hash.EMPTY_HASH;
10149 subfunction := label_hash.EMPTY_HASH;
10150 sub_declared := label_hash.EMPTY_HASH;
/dports/mail/neomutt/neomutt-20211029/mbox/
H A Dmbox.c575 mutt_hash_free(&m->label_hash); in reopen_mailbox()