Home
last modified time | relevance | path

Searched refs:abbr (Results 1 – 25 of 7188) sorted by last modified time

12345678910>>...288

/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/
H A Dutils.py158 def is_snippet(abbr, syntax = 'html'): argument
215 def get_abbreviation(syntax, abbr): argument
224 return zen_resources.get_abbreviation(syntax, abbr)
482 def parse_into_tree(abbr, syntax='html'): argument
500 abbr = re_filter.sub(filter_replace, abbr)
504 abbr_tree = zen_parser.parse(abbr)
882 abbr = None
885 if abbr and abbr.type == 'zen-reference':
886 abbr = get_abbreviation(syntax, filter_node_name(abbr.value))
888 self.name = abbr and abbr.value['name'] or node.name
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/actions/
H A Dbasic.py59 abbr = find_abbreviation(editor)
62 if abbr:
63 content = zencoding.expand_abbreviation(abbr, syntax, profile_name)
65 editor.replace_content(content, caret_pos - len(abbr), caret_pos)
167 def wrap_with_abbreviation(editor, abbr=None, syntax=None, profile_name=None): argument
177 if abbr is None:
178 abbr = editor.prompt('Enter abbreviation')
180 if not abbr: return None
202 …result = zencoding.wrap_with_abbreviation(abbr, zencoding.utils.unindent_text(new_content, padding…
/dports/www/e107/e107/e107_web/lib/bootstrap/3/css/
H A Dbootstrap.min.css.map1abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n a[href^=\"#\"]:after,\n a[hre…
H A Dbootstrap.css52 abbr[title] {
212 abbr[title]:after {
1468 abbr[title],
1469 abbr[data-original-title] {
H A Dbootstrap.css.map1abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n a[href^=\"#\"]:after,\n a[hre…
H A Dbootstrap.min.css5abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;…
/dports/www/e107/e107/e107_web/lib/bootstrap/4/css/
H A Dbootstrap.css86 abbr[title],
87 abbr[data-original-title] {
9970 abbr[title]::after {
H A Dbootstrap.min.css6abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline …
/dports/www/e107/e107/e107_themes/bootstrap3/css/
H A Dbootstrap-dark.min.css39 abbr[title]:after{content:" (" attr(title) ")"}
383 abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #c6c6c6}
H A Dcorporate.css49 abbr[title] {
201 abbr[title]:after {
1399 abbr[title],
1400 abbr[data-original-title] {
/dports/textproc/s5/s5-1.1_2/s5-blank/ui/default/
H A Dpretty.css46 h1 abbr {font-variant: small-caps;}
/dports/textproc/s5/s5-1.1_2/ui/default/
H A Dpretty.css46 h1 abbr {font-variant: small-caps;}
/dports/textproc/p5-Unicode-Tussle/Unicode-Tussle-1.111/script/
H A Dunilook1083 abbr => qr{ \b abbr \. }x,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Dmigrating_roles.rst79 …except you need to move plugins out of the individual roles, and use the :abbr:`FQCN (Fully Qualif…
150 8. Change any references to the role to use the :abbr:`FQCN (Fully Qualified Collection Name)`.
199 #. Change the Python namespace for custom ``module_utils`` to use the :abbr:`FQCN (Fully Qualified …
211 …a collection, the Python import statement needs to take into account the :abbr:`FQCN (Fully Qualif…
223 In the Python example the ``module_utils`` is ``helper`` and the :abbr:`FQCN (Fully Qualified Colle…
249 In the PowerShell example the ``module_utils`` is ``hyperv`` and the :abbr:`FQCN (Fully Qualified C…
326 …ver.py`` to the destination file ``manage.py``. This is optional but the :abbr:`FQCN (Fully Qualif…
332 … changed the original module name, but illustrates content referenced by :abbr:`FQCN (Fully Qualif…
347abbr:`FQCN (Fully Qualified Collection Name)` so even though they are no longer embedded, they can…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/locales/ja/LC_MESSAGES/
H A Ddev_guide.po7273 …たは複数のロールを含めることができ、これらのロールはスタンドアロンロールとほぼ同じです。ただし、個別のロールからプラグインを外に移動し、一部では :abbr:`FQCN (Fully Qualif…
7337 msgid "Change any references to the role to use the :abbr:`FQCN (Fully Qualified Collection Name)`."
7338 msgstr ":abbr:`FQCN (Fully Qualified Collection Name)` を使用するように、ロールへの参照を変更します。"
7370 msgstr "カスタム ``module_utils`` の Python 名前空間が、``ansible_collections`` 規則と共に :abbr:`FQCN (Fully Quali…
7386 … を使用してコーディングする場合、Python の import ステートメントは ``ansible_collections`` 規則とともに :abbr:`FQCN (Fully Qualif…
7397 msgid "In the Python example the ``module_utils`` is ``helper`` and the :abbr:`FQCN (Fully Qualifie…
7398 msgstr "Python の例では、``module_utils`` が ``helper`` で、:abbr:`FQCN (Fully Qualified Collection Name)` …
7401 msgid "In the PowerShell example the ``module_utils`` is ``hyperv`` and the :abbr:`FQCN (Fully Qual…
7402 msgstr "PowerShell の例では、``module_utils`` が ``hyperv`` で、:abbr:`FQCN (Fully Qualified Collection Nam…
7434 msgstr "この例では、元のソースファイル ``manage_webserver.py`` を宛先ファイル ``manage.py`` に変更しました。これは任意ですが、:abbr:`FQCN …
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/templates/munstrap/static/css/
H A Dbootstrap.min.css.map1abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n\n // Don't show links …
H A Dbootstrap.min.css5abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67e…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/_static/
H A Dcore.css30 …sited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{conten…
H A Dansible.css30 …sited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{conten…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Dmigrating_roles.rst79 …except you need to move plugins out of the individual roles, and use the :abbr:`FQCN (Fully Qualif…
151 8. Change any references to the role to use the :abbr:`FQCN (Fully Qualified Collection Name)`.
200 #. Change the Python namespace for custom ``module_utils`` to use the :abbr:`FQCN (Fully Qualified …
212 …a collection, the Python import statement needs to take into account the :abbr:`FQCN (Fully Qualif…
224 In the Python example the ``module_utils`` is ``helper`` and the :abbr:`FQCN (Fully Qualified Colle…
250 In the PowerShell example the ``module_utils`` is ``hyperv`` and the :abbr:`FQCN (Fully Qualified C…
327 …ver.py`` to the destination file ``manage.py``. This is optional but the :abbr:`FQCN (Fully Qualif…
333 … changed the original module name, but illustrates content referenced by :abbr:`FQCN (Fully Qualif…
348abbr:`FQCN (Fully Qualified Collection Name)` so even though they are no longer embedded, they can…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/_themes/sphinx_rtd_theme/static/css/
H A Dtheme.css3 …t:100%;-ms-text-size-adjust:100%}body{margin:0}a:hover,a:active{outline:0}abbr[title]{border-botto…
6 … .section>img,.rst-content .section>a>img{margin-bottom:24px}.rst-content abbr[title]{text-decorat…
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/_static/
H A Dansible.css29 …sited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{conten…
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/_themes/sphinx_rtd_theme/static/css/
H A Dtheme.css3 …t:100%;-ms-text-size-adjust:100%}body{margin:0}a:hover,a:active{outline:0}abbr[title]{border-botto…
6 … .section>img,.rst-content .section>a>img{margin-bottom:24px}.rst-content abbr[title]{text-decorat…
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dbestups.c54 static void model_set(const char *abbr, const char *rating) in model_set() argument
56 if (!strncmp(abbr, "FOR", 3)) { in model_set()
62 if (!strncmp(abbr, "FTC", 3)) { in model_set()
68 if (!strncmp(abbr, "PRO", 3)) { in model_set()
75 if (!strncmp(abbr, "PR2", 3)) { in model_set()
82 if (!strncmp(abbr, "325", 3)) { in model_set()
88 if (!strncmp(abbr, "520", 3)) { in model_set()
94 if (!strncmp(abbr, "610", 3)) { in model_set()
100 if (!strncmp(abbr, "620", 3)) { in model_set()
106 if (!strncmp(abbr, "AX1", 3)) { in model_set()
[all …]
/dports/shells/fish/fish-3.3.1/share/tools/web_config/
H A Dwebconfig.py1236 _, abbr = line.split(" -- ", 1)
1237 word, phrase = abbr.split(" ", 1)

12345678910>>...288