Lines Matching refs:regular

110 The value of some properties might be a regular expression.  In that
111 case, they must comply with the syntax of `extended POSIX regular
113 …s/manual/html_node/find_html/posix_002dextended-regular-expression-syntax.html#posix_002dextended-
114 Note that Libabigail uses the regular expression engine of the `GNU C
117 Escaping a character in a regular expression
122 character ``*`` is a special character in the extended POSIX regular
123 expression syntax. And that character must be escaped for the regular
124 expression engine. Thus the regular expression that would match the
133 that is handed to the regular expression engine. Hence the ``\\``
136 So, in short, to escape a character in a regular expression, always
220 ``file_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
223 regular expression specified as value of this property.
229 ``file_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
232 the regular expression specified as value of this property.
239 ``soname_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
242 property that matches the regular expression of this property. Note
250 ``soname_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
253 property that does *NOT* match the regular expression of this
289 ``file_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
292 binary file which name matches the regular expression specified as
299 ``file_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
302 binary file which name does not match the regular expression
310 ``soname_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
313 shared library which SONAME property matches the regular expression
320 ``soname_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
323 shared library which SONAME property does not match the regular
330 ``name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
333 regular expression specified as value of this property.
340 ``name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
343 the regular expression specified as value of this property. Said
413 ``source_location_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
416 which path does *NOT* match the :ref:`regular expression
423 defined in header files whose path match the regular expression
653 ``file_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
656 binary file which name matches the regular expression specified as
664 ``file_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
667 binary file which name does not match the regular expression
674 ``soname_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
677 shared library which SONAME property matches the regular expression
684 ``soname_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
687 shared library which SONAME property does not match the regular
704 ``name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
707 regular expression specified as value of this property.
713 In this case, if the regular expression matches the name of
723 ``name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
726 the regular expression specified as value of this property.
780 ``'`` ``<parameter-index>`` ``<space>`` ``<type-name-or-regular-expression>``
785 or a regular expression describing a family of parameter
788 If the parameter type name is designated by a regular
789 expression, then said regular expression must be enclosed
790 between two slashes; like ``/some-regular-expression/``.
829 ``return_type_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
832 matches the regular expression specified as value of this property.
847 ``symbol_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
850 matches the regular expression specified as value of this property.
856 In this case, the regular expression must match the names of all of
864 ``symbol_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
867 not match the regular expression specified as value of this property.
882 ``symbol_version_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
885 matches the regular expression specified as value of this property.
941 ``file_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
944 binary file which name matches the regular expression specified as
951 ``file_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
954 binary file which name does not match the regular expression
962 ``soname_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
965 shared library which SONAME property matches the regular expression
973 ``soname_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
976 shared library which SONAME property does not match the regular
993 ``name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
996 regular expression specified as value of this property.
1022 ``symbol_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
1025 matches the regular expression specified as value of this property.
1032 ``symbol_name_not_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
1035 not match the regular expression specified as value of this property.
1050 ``symbol_version_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
1053 matches the regular expression specified as value of this property.
1068 ``type_name_regexp`` ``=`` <:ref:`regular-expression <suppr_regexp_label>`>
1071 the regular expression specified as value of this property.
1652 :ref:`regular expressions <suppr_regexp_label>`: ::