Home
last modified time | relevance | path

Searched refs:status_name (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/www/habari/habari-0.8/system/admin/
H A Duser.php26 foreach ( $post_statuses as $status_name => $status_id ) {
27 $status_name = Plugins::filter( 'post_status_display', $status_name ); variable
31 … _n( _t( '%1$d %2$s post', array( $count, $status_name ) ), _t( '%1$d %2$s posts', array( $count, …
H A Dusers_items.php42 foreach( $post_statuses as $status_name => $status_id ) {
43 $status_name = Plugins::filter( 'post_status_display', $status_name ); variable
48 … _n( _t( '%1$d %2$s post', array( $count, $status_name ) ), _t( '%1$d %2$s posts', array( $count, …
/dports/devel/grpc134/grpc-1.34.1/src/ruby/spec/
H A Derror_sanity_spec.rb26 StatusCodes.constants.each do |status_name|
28 "#{status_name} that has code: #{StatusCodes.const_get(status_name)}" do
29 camel_case = upper_snake_to_camel(status_name)
36 status_code = StatusCodes.const_get(status_name)
/dports/devel/grpc/grpc-1.42.0/src/ruby/spec/
H A Derror_sanity_spec.rb26 StatusCodes.constants.each do |status_name|
28 "#{status_name} that has code: #{StatusCodes.const_get(status_name)}" do
29 camel_case = upper_snake_to_camel(status_name)
36 status_code = StatusCodes.const_get(status_name)
/dports/devel/grpc130/grpc-1.30.2/src/ruby/spec/
H A Derror_sanity_spec.rb26 StatusCodes.constants.each do |status_name|
28 "#{status_name} that has code: #{StatusCodes.const_get(status_name)}" do
29 camel_case = upper_snake_to_camel(status_name)
36 status_code = StatusCodes.const_get(status_name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/ruby/spec/
H A Derror_sanity_spec.rb26 StatusCodes.constants.each do |status_name|
28 "#{status_name} that has code: #{StatusCodes.const_get(status_name)}" do
29 camel_case = upper_snake_to_camel(status_name)
36 status_code = StatusCodes.const_get(status_name)
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/vdirsyncer/cli/
H A Dutils.py65 def handle_cli_error(status_name=None, e=None): argument
87 name=e.empty_storage.instance_name, status_name=status_name
95 status_name=status_name, storage=e.storage
107 status_name=status_name, e=e, docs=DOCS_HOME
120 status_name=status_name,
151 if status_name:
170 status_name = get_status_name(pair, collection)
171 path = expand_path(os.path.join(base_path, status_name))
238 status_name = get_status_name(pair, collection)
239 path = expand_path(os.path.join(base_path, status_name)) + "." + data_type
H A Dtasks.py53 status_name = get_status_name(pair.name, collection.name)
66 handle_cli_error(status_name, e)
86 handle_cli_error(status_name)
135 status_name = get_status_name(pair.name, collection.name)
158 handle_cli_error(status_name)
/dports/security/py-requests-credssp/requests-credssp-1.2.0/requests_credssp/
H A Dexceptions.py41 status_name = None
44 status_name = status
48 % (self.status, status_name if status_name else "UNKOWN_STATUS",
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php80 $status_name = _('Disabled'); variable
84 $status_name = _('Enabled'); variable
92 $status_name = _('Expired'); variable
101 ? (new CLink($status_name, (new CUrl('zabbix.php'))
111 : new CSpan($status_name);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php80 $status_name = _('Disabled'); variable
84 $status_name = _('Enabled'); variable
92 $status_name = _('Expired'); variable
101 ? (new CLink($status_name, (new CUrl('zabbix.php'))
111 : new CSpan($status_name);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php80 $status_name = _('Disabled'); variable
84 $status_name = _('Enabled'); variable
92 $status_name = _('Expired'); variable
101 ? (new CLink($status_name, (new CUrl('zabbix.php'))
111 : new CSpan($status_name);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php80 $status_name = _('Disabled'); variable
84 $status_name = _('Enabled'); variable
92 $status_name = _('Expired'); variable
101 ? (new CLink($status_name, (new CUrl('zabbix.php'))
111 : new CSpan($status_name);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/partials/
H A Dscheduledreport.table.html.php80 $status_name = _('Disabled'); variable
84 $status_name = _('Enabled'); variable
92 $status_name = _('Expired'); variable
101 ? (new CLink($status_name, (new CUrl('zabbix.php'))
111 : new CSpan($status_name);
/dports/net-mgmt/observium/observium/update/
H A D340.sql1 …_general_ci NOT NULL DEFAULT 'ignore' AFTER `status_last_change`, ADD `status_name` VARCHAR(64) CH…
2 …`status_last_change`, p.`status_event` = s.`status_event`, p.`status_name` = s.`status_name` WHERE…
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/
H A Dbitbucket.py45 debug=None, verify=None, status_key=None, status_name=None, argument
56 debug=None, verify=None, status_key=None, status_name=None, argument
63 self.status_name = status_name or Property('buildername')
110 'name': (yield props.render(self.status_name)),
H A Dbitbucketserver.py186 self.status_name = statusName
294 if self.status_name:
295 status_name = yield props.render(self.status_name)
297 status_name = "{} #{}".format(props.getProperty("buildername"),
300 status_name = "{} #{} \u00BB {}".format(
301 parent_name, build['parentbuild']['number'], status_name
304 status_name = status_name + (yield props.render(self.status_suffix))
359 name=status_name,
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py143 status = status_name = data["status"]
148 status_name = "UNEXPECTED_" + status
150 status_name = "KNOWN_INTERMITTENT"
152 status_name = "EXPECTED_" + status
154 self.test_count[status_name] += 1
242 html.td(status_name, class_="col-result"),
248 class_=status_name.lower() + " results-table-row",
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py143 status = status_name = data["status"]
148 status_name = "UNEXPECTED_" + status
150 status_name = "KNOWN_INTERMITTENT"
152 status_name = "EXPECTED_" + status
154 self.test_count[status_name] += 1
242 html.td(status_name, class_="col-result"),
248 class_=status_name.lower() + " results-table-row",
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py143 status = status_name = data["status"]
148 status_name = "UNEXPECTED_" + status
150 status_name = "KNOWN_INTERMITTENT"
152 status_name = "EXPECTED_" + status
154 self.test_count[status_name] += 1
242 html.td(status_name, class_="col-result"),
248 class_=status_name.lower() + " results-table-row",
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/formatters/html/
H A Dhtml.py123 status = status_name = data["status"]
128 status_name = "UNEXPECTED_" + status
130 status_name = "KNOWN_INTERMITTENT"
132 status_name = "EXPECTED_" + status
134 self.test_count[status_name] += 1
213 html.tr([html.td(status_name, class_='col-result'),
218 class_=status_name.lower() + ' results-table-row'))
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/src/show_commit/
H A Dutil.rs66 let status_name = if is_full_width { in get_stat_item_segments() localVariable
80 LineSegment::new_with_color(status_name.as_str(), color), in get_stat_item_segments()
88 LineSegment::new_with_color(status_name.as_str(), color), in get_stat_item_segments()
96 LineSegment::new_with_color(status_name.as_str(), color), in get_stat_item_segments()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dgeneric_commit_status_spec.rb50 let(:attributes) { { name: status_name } }
61 name: status_name
71 create(:generic_commit_status, pipeline: pipeline, name: status_name)
79 create(:ci_build, pipeline: pipeline, name: status_name)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dexception.h69 #define PARQUET_ASSIGN_OR_THROW_IMPL(status_name, lhs, rexpr) \ argument
70 auto status_name = (rexpr); \
71 PARQUET_THROW_NOT_OK(status_name.status()); \
72 lhs = std::move(status_name).ValueOrDie();
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/ci/
H A Dref.rb50 def failing_state?(status_name) argument
51 FAILING_STATUSES.include?(status_name)
72 self.status_name

12345678