Home
last modified time | relevance | path

Searched refs:state_symbol (Results 1 – 10 of 10) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/graphql/types/ci/
H A Dpipeline_config_source_enum.rb6 ::Enums::Ci::Pipeline.config_sources.keys.each do |state_symbol|
7 …description = state_symbol == :auto_devops_source ? "Auto DevOps source." : "#{state_symbol.to_s.t…
8 value state_symbol.to_s.upcase, value: state_symbol.to_s, description: description
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/dataio/
H A Dnexmlreader.py760 state_symbol = nxstate.get('symbol', None)
767 state = state_alphabet.new_multistate(symbol=state_symbol,
773 state_alphabet.new_symbol_synonym(token, state_symbol)
783 state_symbol = nxstate.get('symbol', None)
792 state = state_alphabet.new_multistate(symbol=state_symbol,
798 state_alphabet.new_symbol_synonym(token, state_symbol)
812 state_symbol = nxstate.get('symbol', None)
813 state = state_alphabet.new_fundamental_state(symbol=state_symbol)
818 state_alphabet.new_symbol_synonym(token, state_symbol)
/dports/devel/py-rq/rq-1.3.0/rq/cli/
H A Dhelpers.py76 def state_symbol(state): function
135 click.echo('%s: %s %s' % (name, state_symbol(worker.get_state()), queue_names))
154 … map(lambda w: '%s (%s)' % (w.name, state_symbol(w.get_state())), queue_dict[queue])
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dmpris.py296 state_symbol = self.state_play
299 state_symbol = self.state_pause
302 state_symbol = self.state_stop
324 "state": state_symbol,
/dports/math/gap/gap-4.11.0/pkg/automgrp-1.3.2/gap/
H A Dglobals.g20 state_symbol := "a",
H A Dautomaton.gi44 states := List([1..Length(table)], i -> Concatenation(AG_Globals.state_symbol, String(i)));
593 states := List([1..n], i -> Concatenation(AG_Globals.state_symbol, String(i)));
734 states := List([1..n*m], i -> Concatenation(AG_Globals.state_symbol, String(i)));
763 states := List([1..n+m], i -> Concatenation(AG_Globals.state_symbol, String(i)));
H A Dautomfam.gi256 i -> Concatenation(AG_Globals.state_symbol, String(i))),
H A Dselfsimfam.gi288 i -> Concatenation(AG_Globals.state_symbol, String(i))),
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/datamodel/
H A Dcharstatemodel.py241 for state_symbol, state in self.symbol_state_pair_iter(include_synonyms=True):
242 if state_symbol == symbol:
262 for state_symbol, state in self.symbol_state_pair_iter(include_synonyms=True):
263 if state_symbol == symbol:
/dports/audio/moc/moc-2.5.2/
H A Dinterface_elements.c2834 const char *state_symbol; in info_win_draw_state() local
2840 state_symbol = " >"; in info_win_draw_state()
2843 state_symbol = "[]"; in info_win_draw_state()
2846 state_symbol = "||"; in info_win_draw_state()
2854 xmvwaddstr (w->win, 1, 1, state_symbol); in info_win_draw_state()