Home
last modified time | relevance | path

Searched refs:PROTO_FILE (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/
H A Dgenerate_descriptor_proto.sh76 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
77 BASE_NAME=${PROTO_FILE%.*}
91 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
92 BASE_NAME=${PROTO_FILE%.*}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/
H A Dgenerate_descriptor_proto.sh76 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
77 BASE_NAME=${PROTO_FILE%.*}
91 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
92 BASE_NAME=${PROTO_FILE%.*}
/dports/devel/protobuf/protobuf-3.17.3/
H A Dgenerate_descriptor_proto.sh76 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
77 BASE_NAME=${PROTO_FILE%.*}
91 for PROTO_FILE in ${RUNTIME_PROTO_FILES[@]} ${COMPILER_PROTO_FILES[@]}; do
92 BASE_NAME=${PROTO_FILE%.*}
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-proto-name.h28 #define PROTO_FILE "/etc/protocols" macro
30 #define PROTO_FILE "C:\\Windows\\system32\\drivers\\etc\\protocol" macro
H A Dutil-proto-name.c57 FILE *fp = fopen(PROTO_FILE,"r"); in SCProtoNameInit()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/
H A Dprocess_protobuf_file.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/protocol/protobuf/
H A Dtransform_to_lite.cmake26 # PROTO_FILE - path to proto file being converted to protobuf-lite version
30 GET_FILENAME_COMPONENT(PROTO_FILE_WD ${PROTO_FILE} NAME)
32 FILE(READ ${PROTO_FILE} PROTO_FILE_CONTENTS)
/dports/math/py-or-tools/or-tools-9.2/cmake/
H A Dcpp.cmake170 foreach(PROTO_FILE IN LISTS proto_files)
171 #message(STATUS "protoc proto(cc): ${PROTO_FILE}")
172 get_filename_component(PROTO_DIR ${PROTO_FILE} DIRECTORY)
173 get_filename_component(PROTO_NAME ${PROTO_FILE} NAME_WE)
184 ${PROTO_FILE}
185 DEPENDS ${PROTO_FILE} ${PROTOC_PRG}
186 COMMENT "Generate C++ protocol buffer for ${PROTO_FILE}"
H A Djava.cmake90 foreach(PROTO_FILE IN LISTS proto_java_files)
91 #message(STATUS "protoc proto(java): ${PROTO_FILE}")
92 get_filename_component(PROTO_DIR ${PROTO_FILE} DIRECTORY)
94 get_filename_component(PROTO_NAME ${PROTO_FILE} NAME_WE)
105 ${PROTO_FILE}
108 ${PROJECT_SOURCE_DIR}/${PROTO_FILE}
110 COMMENT "Generate Java protocol buffer for ${PROJECT_SOURCE_DIR}/${PROTO_FILE}"
H A Dpython.cmake128 foreach(PROTO_FILE IN LISTS proto_py_files)
129 #message(STATUS "protoc proto(py): ${PROTO_FILE}")
130 get_filename_component(PROTO_DIR ${PROTO_FILE} DIRECTORY)
131 get_filename_component(PROTO_NAME ${PROTO_FILE} NAME_WE)
141 ${PROTO_FILE}
142 DEPENDS ${PROTO_FILE} ${PROTOC_PRG}
143 COMMENT "Generate Python 3 protocol buffer for ${PROTO_FILE}"
H A Ddotnet.cmake105 foreach(PROTO_FILE IN LISTS proto_dotnet_files)
106 #message(STATUS "protoc proto(dotnet): ${PROTO_FILE}")
107 get_filename_component(PROTO_DIR ${PROTO_FILE} DIRECTORY)
108 get_filename_component(PROTO_NAME ${PROTO_FILE} NAME_WE)
119 ${PROTO_FILE}
120 DEPENDS ${PROTO_FILE} ${PROTOC_PRG}
121 COMMENT "Generate C# protocol buffer for ${PROTO_FILE}"
H A Dglop.cmake23 foreach(PROTO_FILE IN LISTS proto_files)
24 #message(STATUS "protoc proto(cc): ${PROTO_FILE}")
25 get_filename_component(PROTO_DIR ${PROTO_FILE} DIRECTORY)
26 get_filename_component(PROTO_NAME ${PROTO_FILE} NAME_WE)
37 ${PROTO_FILE}
38 DEPENDS ${PROTO_FILE} ${PROTOC_PRG}
39 COMMENT "Generate C++ protocol buffer for ${PROTO_FILE}"
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/bookshelfwizard/
H A Dcswordsetupinstallsourcesdialog.cpp32 const QString PROTO_FILE( QObject::tr("Local") ); //Local path variable
79 m_protocolCombo->addItem( PROTO_FILE ); in CSwordSetupInstallSourcesDialog()
126 if ( m_protocolCombo->currentText() == PROTO_FILE) { in slotOk()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dcmd-folder.c222 case PROTO_FILE: in c_remove()
320 case PROTO_FILE: in c_rename()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dconnect.c504 PROTO_FILE, enumerator
521 case PROTO_FILE: in prot_name()
543 return PROTO_FILE; in get_protocol()
918 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
922 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-svn/git-2.34.1/
H A Dconnect.c630 PROTO_FILE, enumerator
647 case PROTO_FILE: in prot_name()
669 return PROTO_FILE; in get_protocol()
1044 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-gui/git-2.34.1/
H A Dconnect.c630 PROTO_FILE, enumerator
647 case PROTO_FILE: in prot_name()
669 return PROTO_FILE; in get_protocol()
1044 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-p4/git-2.34.1/
H A Dconnect.c630 PROTO_FILE, enumerator
647 case PROTO_FILE: in prot_name()
669 return PROTO_FILE; in get_protocol()
1044 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git/git-2.34.1/
H A Dconnect.c630 PROTO_FILE, enumerator
647 case PROTO_FILE: in prot_name()
669 return PROTO_FILE; in get_protocol()
1044 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()
/dports/devel/git-cvs/git-2.34.1/
H A Dconnect.c630 PROTO_FILE, enumerator
647 case PROTO_FILE: in prot_name()
669 return PROTO_FILE; in get_protocol()
1044 else if (protocol == PROTO_FILE && *host != '/' && in parse_connect_url()
1048 else if (protocol == PROTO_FILE && has_dos_drive_prefix(end)) in parse_connect_url()

12