!_TAG_EXTRA_DESCRIPTION	anonymous	/Include tags for non-named objects like lambda/
!_TAG_EXTRA_DESCRIPTION	fileScope	/Include tags of file scope/
!_TAG_EXTRA_DESCRIPTION	pseudo	/Include pseudo tags/
!_TAG_EXTRA_DESCRIPTION	subparser	/Include tags generated by subparsers/
!_TAG_FIELD_DESCRIPTION	epoch	/the last modified time of the input file (only for F\/file kind tag)/
!_TAG_FIELD_DESCRIPTION	file	/File-restricted scoping/
!_TAG_FIELD_DESCRIPTION	input	/input file/
!_TAG_FIELD_DESCRIPTION	name	/tag name/
!_TAG_FIELD_DESCRIPTION	pattern	/pattern/
!_TAG_FIELD_DESCRIPTION	typeref	/Type and name of a variable or typedef/
!_TAG_FIELD_DESCRIPTION!Python	nameref	/the original name for the tag/
!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_KIND_DESCRIPTION!Python	I,namespace	/name referring a module defined in other file/
!_TAG_KIND_DESCRIPTION!Python	Y,unknown	/name referring a class\/variable\/function\/module defined in other module/
!_TAG_KIND_DESCRIPTION!Python	c,class	/classes/
!_TAG_KIND_DESCRIPTION!Python	f,function	/functions/
!_TAG_KIND_DESCRIPTION!Python	m,member	/class members/
!_TAG_KIND_DESCRIPTION!Python	v,variable	/variables/
!_TAG_OUTPUT_EXCMD	mixed	/number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP	slash	/slash or backslash/
!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
!_TAG_OUTPUT_VERSION	1.1	/current.age/
!_TAG_PARSER_VERSION!Python	1.1	/current.age/
!_TAG_PATTERN_LENGTH_LIMIT	96	/0 for no limit/
!_TAG_PROC_CWD	/home/jschnell/src/orstools-qgis-plugin/ORStools/proc/	//
!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
!_TAG_PROGRAM_VERSION	6.2.1	//
!_TAG_ROLE_DESCRIPTION!Python!function	entryPoint	/specified as an entry point/
!_TAG_ROLE_DESCRIPTION!Python!unknown	imported	/imported from the other module/
!_TAG_ROLE_DESCRIPTION!Python!unknown	indirectlyImported	/classes\/variables\/functions\/modules imported in alternative name/
DEFAULT_SETTINGS	__init__.py	/^DEFAULT_SETTINGS = {$/;"	v
ENDPOINTS	__init__.py	/^ENDPOINTS = {$/;"	v
ORSBaseProcessingAlgorithm	base_processing_algorithm.py	/^class ORSBaseProcessingAlgorithm(QgsProcessingAlgorithm):$/;"	c
ORSDirectionsLinesAlgo	directions_lines_proc.py	/^class ORSDirectionsLinesAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSDirectionsPointsLayerAlgo	directions_points_layer_proc.py	/^class ORSDirectionsPointsLayerAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSDirectionsPointsLayersAlgo	directions_points_layers_proc.py	/^class ORSDirectionsPointsLayersAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSExportAlgo	export_proc.py	/^class ORSExportAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSIsochronesLayerAlgo	isochrones_layer_proc.py	/^class ORSIsochronesLayerAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSIsochronesPointAlgo	isochrones_point_proc.py	/^class ORSIsochronesPointAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSMatrixAlgo	matrix_proc.py	/^class ORSMatrixAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSSnapLayerAlgo	snap_layer_proc.py	/^class ORSSnapLayerAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORSSnapPointAlgo	snap_point_proc.py	/^class ORSSnapPointAlgo(ORSBaseProcessingAlgorithm):$/;"	c
ORStoolsProvider	provider.py	/^class ORStoolsProvider(QgsProcessingProvider):$/;"	c
__init__	base_processing_algorithm.py	/^    def __init__(self) -> None:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:None
__init__	directions_lines_proc.py	/^    def __init__(self):$/;"	m	class:ORSDirectionsLinesAlgo
__init__	directions_points_layer_proc.py	/^    def __init__(self):$/;"	m	class:ORSDirectionsPointsLayerAlgo
__init__	directions_points_layers_proc.py	/^    def __init__(self):$/;"	m	class:ORSDirectionsPointsLayersAlgo
__init__	export_proc.py	/^    def __init__(self):$/;"	m	class:ORSExportAlgo
__init__	isochrones_layer_proc.py	/^    def __init__(self):$/;"	m	class:ORSIsochronesLayerAlgo
__init__	isochrones_point_proc.py	/^    def __init__(self):$/;"	m	class:ORSIsochronesPointAlgo
__init__	matrix_proc.py	/^    def __init__(self):$/;"	m	class:ORSMatrixAlgo
__init__	provider.py	/^    def __init__(self):$/;"	m	class:ORStoolsProvider
__init__	snap_layer_proc.py	/^    def __init__(self) -> None:$/;"	m	class:ORSSnapLayerAlgo	typeref:typename:None
__init__	snap_point_proc.py	/^    def __init__(self) -> None:$/;"	m	class:ORSSnapPointAlgo	typeref:typename:None
_get_ors_client_from_provider	base_processing_algorithm.py	/^    def _get_ors_client_from_provider($/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:client.Client
_get_route_dict	directions_points_layers_proc.py	/^    def _get_route_dict($/;"	m	class:ORSDirectionsPointsLayersAlgo	typeref:typename:dict
_get_sorted_lines	directions_lines_proc.py	/^    def _get_sorted_lines(layer: QgsProcessingFeatureSource, field_name: str) -> Generator:$/;"	m	class:ORSDirectionsLinesAlgo	typeref:typename:Generator
createInstance	base_processing_algorithm.py	/^    def createInstance(self) -> Any:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:Any
crs_out	isochrones_layer_proc.py	/^    crs_out = QgsCoordinateReferenceSystem.fromEpsgId(4326)$/;"	v	class:ORSIsochronesLayerAlgo
crs_out	isochrones_point_proc.py	/^    crs_out = QgsCoordinateReferenceSystem.fromEpsgId(4326)$/;"	v	class:ORSIsochronesPointAlgo
crs_out	snap_point_proc.py	/^    crs_out = QgsCoordinateReferenceSystem.fromEpsgId(4326)$/;"	v	class:ORSSnapPointAlgo
dest_id	isochrones_layer_proc.py	/^    dest_id = None$/;"	v	class:ORSIsochronesLayerAlgo
dest_id	isochrones_point_proc.py	/^    dest_id = None$/;"	v	class:ORSIsochronesPointAlgo
displayName	directions_lines_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSDirectionsLinesAlgo	typeref:typename:str
displayName	directions_points_layer_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSDirectionsPointsLayerAlgo	typeref:typename:str
displayName	directions_points_layers_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSDirectionsPointsLayersAlgo	typeref:typename:str
displayName	export_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSExportAlgo	typeref:typename:str
displayName	isochrones_layer_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSIsochronesLayerAlgo	typeref:typename:str
displayName	isochrones_point_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSIsochronesPointAlgo	typeref:typename:str
displayName	matrix_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSMatrixAlgo	typeref:typename:str
displayName	snap_layer_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSSnapLayerAlgo	typeref:typename:str
displayName	snap_point_proc.py	/^    def displayName(self) -> str:$/;"	m	class:ORSSnapPointAlgo	typeref:typename:str
get_client	base_processing_algorithm.py	/^    def get_client($/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:client.Client
get_endpoint_names_from_provider	base_processing_algorithm.py	/^    def get_endpoint_names_from_provider(self, provider: str) -> dict:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:dict
get_fields	matrix_proc.py	/^    def get_fields(source_type=QMetaType.Type.Int, destination_type=QMetaType.Type.Int):$/;"	m	class:ORSMatrixAlgo
get_fields_line	export_proc.py	/^    def get_fields_line():$/;"	m	class:ORSExportAlgo
get_fields_point	export_proc.py	/^    def get_fields_point():$/;"	m	class:ORSExportAlgo
get_sorted_feature_parameters	isochrones_layer_proc.py	/^    def get_sorted_feature_parameters($/;"	m	class:ORSIsochronesLayerAlgo
group	base_processing_algorithm.py	/^    def group(self) -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
groupId	base_processing_algorithm.py	/^    def groupId(self) -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
helpUrl	base_processing_algorithm.py	/^    def helpUrl() -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
icon	base_processing_algorithm.py	/^    def icon(self) -> QIcon:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:QIcon
icon	directions_lines_proc.py	/^    def icon(self):$/;"	m	class:ORSDirectionsLinesAlgo
icon	directions_points_layer_proc.py	/^    def icon(self):$/;"	m	class:ORSDirectionsPointsLayerAlgo
icon	directions_points_layers_proc.py	/^    def icon(self):$/;"	m	class:ORSDirectionsPointsLayersAlgo
icon	export_proc.py	/^    def icon(self):$/;"	m	class:ORSExportAlgo
icon	isochrones_layer_proc.py	/^    def icon(self):$/;"	m	class:ORSIsochronesLayerAlgo
icon	isochrones_point_proc.py	/^    def icon(self):$/;"	m	class:ORSIsochronesPointAlgo
icon	matrix_proc.py	/^    def icon(self):$/;"	m	class:ORSMatrixAlgo
icon	provider.py	/^    def icon():$/;"	m	class:ORStoolsProvider
icon	snap_layer_proc.py	/^    def icon(self):$/;"	m	class:ORSSnapLayerAlgo
icon	snap_point_proc.py	/^    def icon(self):$/;"	m	class:ORSSnapPointAlgo
id	provider.py	/^    def id() -> str:$/;"	m	class:ORStoolsProvider	typeref:typename:str
initAlgorithm	base_processing_algorithm.py	/^    def initAlgorithm(self, configuration: Dict) -> None:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:None
isochrones	isochrones_layer_proc.py	/^    isochrones = isochrones_core.Isochrones()$/;"	v	class:ORSIsochronesLayerAlgo
isochrones	isochrones_point_proc.py	/^    isochrones = isochrones_core.Isochrones()$/;"	v	class:ORSIsochronesPointAlgo
loadAlgorithms	provider.py	/^    def loadAlgorithms(self) -> None:$/;"	m	class:ORStoolsProvider	typeref:typename:None
longName	provider.py	/^    def longName() -> str:$/;"	m	class:ORStoolsProvider	typeref:typename:str
name	base_processing_algorithm.py	/^    def name(self) -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
name	provider.py	/^    def name() -> str:$/;"	m	class:ORStoolsProvider	typeref:typename:str
option_parameters	base_processing_algorithm.py	/^    def option_parameters(self) -> [QgsProcessingParameterDefinition]:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:[QgsProcessingParameterDefinition]
output_parameter	base_processing_algorithm.py	/^    def output_parameter(self) -> QgsProcessingParameterFeatureSink:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:QgsProcessingParameterFeatureSink
parseOptions	base_processing_algorithm.py	/^    def parseOptions(self, parameters: dict, context: QgsProcessingContext) -> dict:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:dict
postProcessAlgorithm	isochrones_layer_proc.py	/^    def postProcessAlgorithm($/;"	m	class:ORSIsochronesLayerAlgo	typeref:typename:Dict[str,str]
postProcessAlgorithm	isochrones_point_proc.py	/^    def postProcessAlgorithm(self, context, feedback) -> Dict[str, str]:$/;"	m	class:ORSIsochronesPointAlgo	typeref:typename:Dict[str,str]
processAlgorithm	directions_lines_proc.py	/^    def processAlgorithm($/;"	m	class:ORSDirectionsLinesAlgo	typeref:typename:Dict[str,str]
processAlgorithm	directions_points_layer_proc.py	/^    def processAlgorithm($/;"	m	class:ORSDirectionsPointsLayerAlgo	typeref:typename:Dict[str,str]
processAlgorithm	directions_points_layers_proc.py	/^    def processAlgorithm($/;"	m	class:ORSDirectionsPointsLayersAlgo	typeref:typename:Dict[str,str]
processAlgorithm	export_proc.py	/^    def processAlgorithm($/;"	m	class:ORSExportAlgo	typeref:typename:Dict[str,str]
processAlgorithm	isochrones_layer_proc.py	/^    def processAlgorithm($/;"	m	class:ORSIsochronesLayerAlgo	typeref:typename:Dict[str,str]
processAlgorithm	isochrones_point_proc.py	/^    def processAlgorithm($/;"	m	class:ORSIsochronesPointAlgo	typeref:typename:Dict[str,str]
processAlgorithm	matrix_proc.py	/^    def processAlgorithm($/;"	m	class:ORSMatrixAlgo	typeref:typename:Dict[str,str]
processAlgorithm	snap_layer_proc.py	/^    def processAlgorithm($/;"	m	class:ORSSnapLayerAlgo	typeref:typename:Dict[str,str]
processAlgorithm	snap_point_proc.py	/^    def processAlgorithm($/;"	m	class:ORSSnapPointAlgo	typeref:typename:Dict[str,str]
profile_parameter	base_processing_algorithm.py	/^    def profile_parameter(self) -> QgsProcessingParameterEnum:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:QgsProcessingParameterEnum
provider_parameter	base_processing_algorithm.py	/^    def provider_parameter(self) -> QgsProcessingParameterEnum:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:QgsProcessingParameterEnum
setToolTip	base_processing_algorithm.py	/^    def setToolTip(self, parameter, text):$/;"	m	class:ORSBaseProcessingAlgorithm
shortHelpString	base_processing_algorithm.py	/^    def shortHelpString(self) -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
sort	directions_points_layer_proc.py	/^            def sort(f):$/;"	f	member:ORSDirectionsPointsLayerAlgo.processAlgorithm	file:
sort_end	directions_points_layers_proc.py	/^            def sort_end(f):$/;"	f	member:ORSDirectionsPointsLayersAlgo.processAlgorithm	file:
sort_start	directions_points_layers_proc.py	/^            def sort_start(f):$/;"	f	member:ORSDirectionsPointsLayersAlgo.processAlgorithm	file:
tr	base_processing_algorithm.py	/^    def tr(self, string: str, context=None) -> str:$/;"	m	class:ORSBaseProcessingAlgorithm	typeref:typename:str
unload	provider.py	/^    def unload(self) -> None:$/;"	m	class:ORStoolsProvider	typeref:typename:None
