Home
last modified time | relevance | path

Searched refs:field (Results 276 – 300 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/struct/action/
H A Daggregationeditor.php178 $field = new Value($column, '');
179 echo $edit->makeField($field, "entry[$label]");
/plugin/odtsupport/
H A Dplugin.info.txt6 …he odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT res…
/plugin/groupmail/
H A DCHANGELOG51 * If user is already logged in then email and name field are already filled.
59 * reCaptcha field has now a red border, if there is an error.
/plugin/authwordpress/
H A Dauth.php146 * @param array $filter array of field/pattern pairs
338 foreach ($filter as $field => $value) {
340 $this->filter[$field] = '/' . str_replace('/', '\/', $value) . '/ui';
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst161 ``@Required`` indicates that the field must be specified when the annotation is used.
164 Declaring a required field:
186 public $direction; // Required field missing, throws an AnnotationException
192 - An annotation property marked with ``@Enum`` is a field that accept a fixed set of scalar values.
/plugin/quickstats/scripts/
H A Dextended_data.php470 foreach($fields as $field=>$label) {
471 if(!isset($_POST[$field])) continue;
472 $value = rawurldecode($INPUT->str($field));
473 switch($field) {
/plugin/authyubikey/
H A Dauth.php.org164 …* @param array $changes array of field/value pairs to be changed (password will be clear text)
180 foreach($changes as $field => $value) {
181 if($field == 'user') {
185 if($field == 'pass') $value = auth_cryptPassword($value);
186 $userinfo[$field] = $value;
267 * @param array $filter array of field/pattern pairs
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt19 | field 3 | 4 |
/plugin/oiddelegate/lang/en/
H A Dintro.txt3 …to setup a wiki wide default delegate. Entries can be delted by emptying the page field and saving.
/plugin/sympaauth/lang/en/
H A Dintro.txt6 type, and fill the field matching with the address of the sympa-soap server to use.
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc323 // Dialog window UI element: HTML code field.
327 // HTML code to be shown inside the field.
335 // Text that labels the field.
343 // Text that labels the field.
371 … // Items that will appear inside the selection field, in pairs of displayed text and value.
391 … // Items that will appear inside the selection field, in pairs of displayed text and value.
439 // HTML code to be shown inside the field.
446 // HTML code to be shown inside the field.
504 // HTML code to be shown inside the field.
511 // HTML code to be shown inside the field.
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc323 // Dialog window UI element: HTML code field.
327 // HTML code to be shown inside the field.
335 // Text that labels the field.
343 // Text that labels the field.
371 … // Items that will appear inside the selection field, in pairs of displayed text and value.
391 … // Items that will appear inside the selection field, in pairs of displayed text and value.
439 // HTML code to be shown inside the field.
446 // HTML code to be shown inside the field.
504 // HTML code to be shown inside the field.
511 // HTML code to be shown inside the field.
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_de.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_en.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_it.txt1 //field |type |length |value |description | add info (<-do not delete thi…
/plugin/pagequery/
H A Dsyntax.php109 foreach ($fields as $field) {
110 [$key, $expr] = $this->keyvalue($field);
/plugin/xcom/lang/en/
H A Dhowto.txt40 … each of the three view windows. The status bar also contains a ''Query'' field where the current …
43 …e local wiki. Enter the id of a remote page or media file into the ''ID'' field and click the ''Lo…
54field and return all the pages in that namespace. **''wiki.getAllPages''** will return all the pa…
/plugin/upload/
H A Dsyntax.php118 …// don't name this field here "id" because it is misinterpreted by DokuWiki if the upload form is …
/plugin/adfs/lang/en/
H A Dintro.txt7 … internal certificate you need to download the file yourself and paste it into the XML field below.
/plugin/geonav/
H A Dstyle.css45 .ui-input-field {
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt8 - Search for ''Webhook'' in the search field and choose ''Webhooks by Zapier''
/plugin/dokuprism/
H A DREADME.md9 3. On **Manual Install** tab in field **Install from URL** paste this link:
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64field|xdmp:set-response-encoding|xdmp:set-response-content-type|xdmp:set-response-code|xdmp:set-re…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php369 foreach ($this->excludeFields as $field) {
370 $keys = explode('.', $field);

1...<<11121314151617181920>>...23