Home
last modified time | relevance | path

Searched refs:ok_code (Results 1 – 25 of 32) sorted by relevance

12

/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/
H A Dajax.pyj50 def workaround_qt_bug(xhr, end_type, ok_code=200):
51 …if end_type is 'error' and xhr.status is ok_code and window.navigator.userAgent.indexOf('calibre-v…
56 …rogress=None, bypass_cache=True, method='GET', query=None, timeout=None, ok_code=200, progress_tot…
109 if xhr.status is not ok_code and end_type is 'load':
111 end_type = workaround_qt_bug(xhr, end_type, ok_code)
126 def ajax_send(path, data, on_complete, on_progress=None, query=None, timeout=None, ok_code=200):
129 xhr = ajax(path, on_complete, on_progress, False, 'POST', query, timeout, ok_code)
135 def ajax_send_file(path, file, on_complete, on_progress, timeout=None, ok_code=200):
136 xhr = ajax(path, on_complete, on_progress, False, 'POST', timeout, ok_code)
H A Dviewer-main.pyj60 xhr = ajax('book/' + name, file_received.bind(None, name, entry, proceed), ok_code=0)
226 … manifest_received.bind(None, key, initial_position, pathtoebook, highlights, book_url), ok_code=0)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/container/hub/ingress/
H A Denable.py102 ok_code = client.MESSAGES_MODULE.FeatureStateDetails.CodeValueValuesEnum.OK
130 return feature_state.details.code != ok_code
/dports/mail/pyzor/pyzor-1.0.0/pyzor/
H A Dmessage.py55 ok_code = 200 variable in Response
64 return self.get_code() == self.ok_code
H A Dclient.py121 b"WL-Count: 0" % (pyzor.message.Response.ok_code,
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/native/4 tryrun/
H A Dmeson.build14 ok_code = '''#include<stdio.h> variable
31 ['String', ok_code, error_code, no_compile_code],
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/common/36 tryrun/
H A Dmeson.build14 ok_code = '''#include<stdio.h> variable
31 ['String', ok_code, error_code, no_compile_code],
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/common/36 tryrun/
H A Dmeson.build14 ok_code = '''#include<stdio.h> variable
31 ['String', ok_code, error_code, no_compile_code],
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/native/4 tryrun/
H A Dmeson.build14 ok_code = '''#include<stdio.h> variable
31 ['String', ok_code, error_code, no_compile_code],
/dports/devel/meson/meson-0.60.3/test cases/native/4 tryrun/
H A Dmeson.build14 ok_code = '''#include<stdio.h> variable
31 ['String', ok_code, error_code, no_compile_code],
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Droutes.py67 ok_code=None, argument
87 f.ok_code = ok_code
307 if endpoint_.ok_code is not None:
308 data.status_code = endpoint_.ok_code
/dports/sysutils/webmin/webmin-1.981/
H A Dminiserv.pl1343 $ok_code = 200;
2424 local $resp = "HTTP/1.0 $ok_code $ok_message\r\n".
2454 &log_request($loghost, $authuser, $reqline, $ok_code, &byte_count());
2731 &write_data("HTTP/1.0 $ok_code $ok_message\r\n");
2773 local $resp = "HTTP/1.0 $ok_code $ok_message\r\n".
2820 $cgiheader{"location"} ? "302" : $ok_code, &byte_count());
2839 $ok_code = $code;
3569 &write_data("HTTP/1.0 $ok_code $ok_message\r\n");
3604 $cgiheader{"location"} ? "302" : $ok_code, &byte_count());
/dports/sysutils/usermin/usermin-1.830/
H A Dminiserv.pl1343 $ok_code = 200;
2424 local $resp = "HTTP/1.0 $ok_code $ok_message\r\n".
2454 &log_request($loghost, $authuser, $reqline, $ok_code, &byte_count());
2731 &write_data("HTTP/1.0 $ok_code $ok_message\r\n");
2773 local $resp = "HTTP/1.0 $ok_code $ok_message\r\n".
2820 $cgiheader{"location"} ? "302" : $ok_code, &byte_count());
2839 $ok_code = $code;
3569 &write_data("HTTP/1.0 $ok_code $ok_message\r\n");
3604 $cgiheader{"location"} ? "302" : $ok_code, &byte_count());
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_executor.cc2882 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
2967 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
2988 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_executor.cc2882 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
2967 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
2988 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_executor.cc3015 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3101 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3123 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_executor.cc3015 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3101 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3123 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3027 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3113 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3135 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3027 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3113 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3135 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_executor.cc3015 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3101 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3123 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_executor.cc3027 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
3113 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
3135 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_executor.cc2882 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
2967 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
2988 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_executor.cc2872 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
2957 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
2978 DBUG_RETURN(ok_code); in end_send_group()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_executor.cc2872 enum_nested_loop_state ok_code= NESTED_LOOP_OK; in end_send_group() local
2957 ok_code= NESTED_LOOP_CURSOR_LIMIT; in end_send_group()
2978 DBUG_RETURN(ok_code); in end_send_group()
/dports/devel/py-sh/sh-1.14.2/
H A DCHANGELOG.md151 * allowed `ok_code` to take a `range` object. [#PR 210](https://github.com/amoffat/sh/pull/210/fi…

12