Home
last modified time | relevance | path

Searched +refs:input +refs:available +refs:hook (Results 1 – 25 of 10069) sorted by relevance

12345678910>>...403

/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-acl.t366 no rollback information available
440 no rollback information available
511 no rollback information available
587 no rollback information available
662 no rollback information available
734 no rollback information available
905 no rollback information available
1078 no rollback information available
1152 no rollback information available
1239 no rollback information available
[all …]
/dports/finance/prestashop/prestashop/admin/themes/default/template/controllers/modules_positions/
H A Dform.tpl9 * It is also available through the world-wide-web at this URL:
34 <input type="hidden" name="show_modules" value="{$display_key}" />
59 …<option value="0">{l s='Select a module above before choosing from available hooks' d='Admin.Desig…
63 {foreach $hooks as $hook}
65hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['name']}{if $h…
73hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['name']}{if $h…
86 {l s='Please input each filename, separated by a comma (",").' d='Admin.Design.Help'}<br />
101 <input type="hidden" name="id_module" value="{$id_module}" />
102 <input type="hidden" name="id_hook" value="{$id_hook}" />
103 <input type="hidden" name="new_hook" id="new_hook" value="{$id_hook}" />
[all …]
H A Dlist_modules.tpl9 * It is also available through the world-wide-web at this URL:
61 <div class="input-group">
62 <div class="input-group-addon"><i class="icon icon-search"></i></div>
63 <input type="text" class="form-control" id="hook_search" name="hook_search" placeholder="">
72 <input type="checkbox" id="hook_position"/>
81 {foreach $hooks as $hook}
83 <a name="{$hook['name']}"></a>
89 …<input type="checkbox" id="Ghook{$hook['id_hook']}" onclick="hookCheckboxes({$hook['id_hook']}, 0,…
94 {if !empty($hook['description'])}
99 {if $hook['module_count']}
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/
H A D404.tpl2 {hook h='displayNotFoundTop'}
3 <h2>{l s='This page is not available'}</h2>
4 <p>{l s='We\'re sorry, but the Web address you\'ve entered is no longer available.'}</p>
9 <div class="input-group">
10 <input id="search_query" name="search_query" type="text" class="form-control">
11 <span class="input-group-btn">
18 {hook h='displayNotFoundBottom'}
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/modules_positions/
H A Dform.tpl8 * It is also available through the world-wide-web at this URL:
30 <input type="hidden" name="show_modules" value="{$display_key}" />
55 <option value="0">{l s='Select a module above before choosing from available hooks'}</option>
57 {foreach $hooks as $hook}
58 …alue="{$hook['id_hook']}" {if $id_hook == $hook['id_hook']} selected="selected"{/if}>{$hook['name'…
70 {l s='Please input each filename, separated by a comma (",").'}<br />
85 <input type="hidden" name="id_module" value="{$id_module}" />
86 <input type="hidden" name="id_hook" value="{$id_hook}" />
116 $('form[id="hook_module_form"] input[id^="em_text_"]').each(function(){
H A Dlist_modules.tpl8 * It is also available through the world-wide-web at this URL:
57 <div class="input-group">
58 <div class="input-group-addon"><i class="icon icon-search"></i></div>
59 <input type="text" class="form-control" id="hook_search" name="hook_search" placeholder="">
68 <input type="checkbox" id="hook_position"/>
77 {foreach $hooks as $hook}
79 <a name="{$hook['name']}"></a>
85 …<input type="checkbox" id="Ghook{$hook['id_hook']}" onclick="hookCheckboxes({$hook['id_hook']}, 0,…
87 … {$hook['module_count']} {if $hook['module_count'] > 1}{l s='Modules'}{else}{l s='Module'}{/if}
95 {if $hook['module_count']}
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/docs/appendix/upgrade-notes/
H A D1.x-to-2.0.rst72 It also makes it much easier to explore the available cached resources
191 * input/calendar (Use input/date instead)
192 * input/datepicker (Use input/date instead)
193 * input/pulldown (Use input/select instead)
221 * "options" to input/radio and input/checkboxes which aren't key-value pairs
294 Comments plugin hook
299 Container permissions hook
322 feature is still available as a group tool and all old discussions
361 ``export/`` URLs are no longer available
383 input/autocomplete view
[all …]
/dports/devel/py-cmd2/cmd2-2.3.2/docs/features/
H A Dhooks.rst73 - :data:`~cmd2.Cmd.continuation_prompt` - The prompt issued to solicit input
97 #. Accept user input
98 #. Parse user input into a :class:`~cmd2.Statement` object
139 - modify the user input
155 # the statement object created from the user input
156 # is available as params.statement
167 :class:`~cmd2.Statement` object which describes the parsed user input.
188 instance is available as the :data:`~cmd2.Cmd.statement_parser` attribute.
223 # the statement object created from the user input
224 # is available as data.statement
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/themeconfigurator/views/templates/admin/
H A Ditems.tpl11 * It is also available through the world-wide-web at this URL:
38 {foreach name=hooks from=$langItems key=hook item=hookItems}
39 …<h4 class="hook-title">{l s='Hook' mod='themeconfigurator'} "{$hook|escape:'htmlall':'UTF-8'}"</h4>
97 <div class="hook item-field form-group">
101 <option value="home"{if $hItem.hook == 'home'} selected="selected"{/if}>home</option>
102 <option value="top"{if $hItem.hook == 'top'} selected="selected"{/if}>top</option>
103 <option value="left"{if $hItem.hook == 'left'} selected="selected"{/if}>left</option>
112 <input type="file" name="item_img" />
118 <div class="input-group fixed-width-lg">
127 <div class="input-group fixed-width-lg">
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Improve/Design/
H A Dpositions.html.twig9 * It is also available through the world-wide-web at this URL:
56 <div class="input-group col-7">
57 <div class="input-group-prepend">
58 <div class="input-group-text">
62 … <input type="text" class="form-control" id="hook-search" name="hook-search" placeholder="">
73 <input type="checkbox" id="hook-position" />
90 <input
91 class="switch-input-md hook-switch-action"
93 data-hook-id="{{ hook['id_hook'] }}"
102 …<input type="checkbox" class="hook-checker" id="Ghook{{ hook['id_hook'] }}" data-hook-id="{{ hook[…
[all …]
/dports/vietnamese/x-unikey/x-unikey-1.0.4/doc/
H A Dkeymap-syntax1 An user-defined input method is a set of lines in the following format:
7 actions you can use to describe your input method.
17 hook to any 'u' or 'o' character to make it become 'u+', or 'o+'
32 Hook-Bowl: put a hook to 'u' or 'o', or a bowl to 'a', if applicable
33 Hook-UO: put a hook to 'u' or 'o'
34 Hook-U: put a hook to 'u'
35 Hook-O: put a hook to 'o'
71 An input method does not need to assign keys to all available
75 See im-samples/ folder for some sample input method files.
/dports/textproc/uim-el/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/textproc/uim-gtk/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/textproc/uim-m17nlib/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/textproc/uim-qt5/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/textproc/uim-gtk3/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/japanese/uim-anthy/uim-d1ac9d9/emacs/
H A DREADME15 By introducing uim.el, various IMs become available on your Emacs
105 To show the names of all available IMs of LEIM, type following
125 configuration tools such as uim-pref-gtk is available.
160 (add-hook 'text-mode-hook
202 (add-hook 'uim-load-hook
240 (add-hook 'html-mode-hook
246 (add-hook 'html-mode-hook
352 (add-hook 'c-mode-common-hook
359 (add-hook 'c-mode-common-hook
374 (add-hook 'latex-mode-hook
[all …]
/dports/finance/prestashop/prestashop/modules/ps_emailsubscription/views/templates/hook/
H A Dps_emailsubscription-column.tpl8 * It is also available through the world-wide-web at this URL:
32 …<input type="email" name="email" value="{$value}" placeholder="{l s='Your e-mail' d='Modules.Email…
36 {hook h='displayNewsletterRegistration'}
37 <input type="hidden" name="blockHookName" value="{$hookName}" />
38 <input type="submit" name="submitNewsletter" value="ok" />
39 {hook h='displayGDPRConsent' id_module=$id_module}
40 <input type="hidden" name="action" value="0" />
H A Dps_emailsubscription.tpl8 * It is also available through the world-wide-web at this URL:
32 …<input type="email" name="email" value="{$value}" placeholder="{l s='Your e-mail' d='Modules.Email…
36 {hook h='displayNewsletterRegistration'}
37 <input type="hidden" value="{$hookName}" name="blockHookName" />
38 <input type="submit" value="ok" name="submitNewsletter" />
39 {hook h='displayGDPRConsent' id_module=$id_module}
40 <input type="hidden" name="action" value="0" />
/dports/finance/prestashop/prestashop/themes/classic/modules/ps_emailsubscription/views/templates/hook/
H A Dps_emailsubscription-column.tpl9 * It is also available through the world-wide-web at this URL:
31 <input
37 <div class="input-wrapper">
38 <input
46 <input type="hidden" name="blockHookName" value="{$hookName}" />
47 <input type="hidden" name="action" value="0">
59 {hook h='displayNewsletterRegistration'}
61 {hook h='displayGDPRConsent' id_module=$id_module}
H A Dps_emailsubscription.tpl9 * It is also available through the world-wide-web at this URL:
33 <input
39 <input
45 <div class="input-wrapper">
46 <input
55 <input type="hidden" name="blockHookName" value="{$hookName}" />
56 <input type="hidden" name="action" value="0">
68 {hook h='displayNewsletterRegistration'}
70 {hook h='displayGDPRConsent' id_module=$id_module}
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/doc/
H A Ddevice_settings18 NO_DEVICE/1: The modem goes on-hook.
20 Rockwell: Not available, but mapped for many modem to
24 IS101/V253: "AT+VLS=1" the modem goes off-hook!
26 "ATA" for going off-hook!
28 EXTERNAL_MICROPHONE/3: The modem selects the external microphone for input.
31 INTERNAL_MICROPHONE/4: The modem selects the internal microphone for input.
66 off-hook which disconnects the local-phone from
74 is on-hook. (No problem since the ERROR is catched
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/ctcomp/
H A DREADME7 input windows, i.e. it's possible to make Tkabber offer you
9 input window. Possible completions are looked up in both the
10 input window and the chat log window (also it's possible to
44 Entering each mode is requested by pressing one of the available
48 current input window contain these words: abba, abbot,
60 * Engage one of the available completion modes.
71 menu no change will be made to the input window.
192 Text widgets is available via the
226 Primary intent of this hook (and its "mirror" hook
241 input and chat log windows.
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dplugin.mdwn25 > `canedit` hook.) The `htmlize` hook could just
27 > about evil XML content right now). For extra credit, an `editcontent` hook
28 > could validate the XML. (Can an `editcontent` hook signal a content error?)
32 > notion of an `htmlize` hook, one that specifies its output extension as well
33 > as its input, and isn't assumed to produce html? --ChapmanFlack 17July2008
41 > 1. Process files of various input types _foo_ into a single output type, html, by
44 > 1. Process files of other input types by copying them with no useful transformations at all.
47 > 1. Process files of various input types _foo_ into various output types _bar_, by
57 > easily added without a flag day. Right now, they _all_ apply to any input type for
59 > with an optional hook parameter available to override it.
[all …]
/dports/irc/dancer/dancer-4.16/doc/
H A DFPLinDancer52 <hook> - The name of the hook this concerns.
57 %-codes available include:
58 i - content sensitive input string (see the hook list for info)
92 hook has a regex pattern that has to match the input data in order for the
95 The 'input' to the hook is the one compared with the regex, and also the data
353 Depends on the input parameter.
372 flags available at this point are:
396 flags available at this point are:
425 the hook will be made a post hook.
624 available and in use, otherwise a /msg will be used.
[all …]

12345678910>>...403