Home
last modified time | relevance | path

Searched refs:field (Results 376 – 400 of 555) sorted by path

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

/plugin/flowplayer/player/
H A DREADME.txt197 … event dispatching when embedding flowplayer without flowplayer.js (=without playlist config field)
/plugin/genericsso/
H A Daction.php21 foreach($event->data->_content as $i => $field) {
22 if(!is_array($field)) continue;
23 if(!array_key_exists('name', $field)) continue;
24 if(!in_array($field['name'], array('u', 'p', 'r'))) continue;
/plugin/geonav/
H A Dsidebar.css26 .ui-input-field {
H A Dstyle.css45 .ui-input-field {
/plugin/glossary/
H A Dglossary.class.php259 foreach ($this->statusFields [$status] as $field)
260 $result [$field] = $root->getElementsByTagName ($field)->item (0)->nodeValue;
270 foreach ($this->statusFields [$status] as $field)
271 $root->appendChild ($xml->createElement ($field, htmlspecialchars ($values [$field])));
311 if ((!isset ($request[$field]) || $request[$field] == "") &&
312 $request[$field] != $oldValues [$field]) {
313 $request[$field] = $oldValues [$field];
315 } elseif (isset ($request[$field]) && $request[$field] != "" &&
316 $request[$field] != $oldValues [$field]) {
321 $request[$field] = $oldValues [$field];
[all …]
/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.
H A DREADME.textile50 p. This will create a groupmail form with a "name","email address", "subject" and "comment" field. …
88 | subject=... | If the subject is specified in the parameters then it is not a field on the email f…
H A Dsyntax.php112 if (isset($data[$field])){
113 $typ=substr($field, -4);
114 $vals = explode(',' , $data[$field]);
139 foreach ($fields as $field){
140 if (isset($data[$field]))
141 $res[$field] = explode(',' , $data[$field]);
179 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]);
192 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]);
244 $ret .= '<input type="hidden" name="'.$field.'" value="'.$data[$field].'" />';
318 foreach (func_get_args() as $field) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog804 were named using the URL field. (Changed to 'batch.pdf')
1292 were no space before the field
1666 * html2ps.php: fixed bug 1239361 - Whitespaces in ULR field are
H A Dbox.button.submit.php33 * @param String $field field name (interactive forms)
36 function ButtonSubmitBox($field, $value, $action) { argument
39 $this->_field_name = $field;
62 $field = $root->get_attribute('name');
66 $box =& new ButtonSubmitBox($field, $value, $css_state->get_property(CSS_HTML2PS_FORM_ACTION));
H A Dbox.field.pageno.php8 $field = new BoxTextFieldPageNo;
10 $field->copy_style($box);
12 $field->words = array('000');
13 $field->encodings = array('iso-8859-1');
14 $field->_left = $box->_left;
15 $field->_top = $box->_top;
16 $field->baseline = $box->baseline;
18 return $field;
H A Dbox.field.pages.php12 $field = new BoxTextFieldPages;
14 $field->copy_style($box);
16 $field->words = array("000");
17 $field->encodings = array("iso-8859-1");
18 $field->_left = $box->_left;
19 $field->_top = $box->_top;
20 $field->baseline = $box->baseline;
22 return $field;
H A Dbox.input.img.php8 function ButtonBrokenImageBox($width, $height, $alt, $field, $value, $action_url) { argument
11 $this->_field_name = $field;
50 function ButtonImageBox($img, $field, $value, $action_url) { argument
53 $this->_field_name = $field;
H A Dcss.font-size.inc.php6 function CSSFontSize(&$owner, $field) { argument
7 $this->CSSSubFieldProperty($owner, $field);
H A Dcss.line-height.inc.php13 function CSSLineHeight(&$owner, $field) { argument
14 $this->CSSSubFieldProperty($owner, $field);
H A Dcss.min-width.inc.php5 function CSSMinWidth(&$owner, $field) { argument
6 $this->CSSSubFieldProperty($owner, $field);
H A Dcss.property.sub.field.class.php7 function CSSSubFieldProperty(&$owner, $field) { argument
9 $this->_owner_field = $field;
13 $field = $this->_owner_field;
14 $owner_value->$field = $value;
18 $field = $this->_owner_field;
19 return $owner_value->$field;
H A Dfilter.pre.fields.class.php26 $field = BoxTextFieldPageNo::from_box($tree);
28 $parent->insert_before($field, $tree);
34 $field = BoxTextFieldPages::from_box($tree);
35 $parent->insert_before($field, $tree);
H A Dpdf.fpdf.php443 function _check_field_name($field) { argument
468 function add_field(&$field) { argument
478 $this->_kids[] =& $field;
479 $field->set_parent($this);
492 foreach ($this->_kids as $field) {
493 $field->out($handler);
1212 $current_form->add_field($field);
1238 $current_form->add_field($field);
1286 $field->add_field($radio);
1315 $current_form->add_field($field);
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php347 function _check_field_name($field) { argument
372 function add_field(&$field) { argument
382 $this->_kids[] =& $field;
383 $field->set_parent($this);
396 foreach ($this->_kids as $field) {
397 $field->out($handler);
1123 $current_form->add_field($field);
1149 $current_form->add_field($field);
1197 $field->add_field($radio);
1226 $current_form->add_field($field);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php394 foreach ($this->select($propertyName) as $field) {
397 if (isset($field['TYPE']) && $field['TYPE']->has('PREF')) {
399 } elseif (isset($field['PREF'])) {
400 $pref = $field['PREF']->getValue();
404 $preferred = $field;
425 foreach ($this->select($propertyName) as $field) {
426 if (isset($field['TYPE']) && $field['TYPE']->has($type)) {
427 return $field;
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1field::before{content:"\FF6C"}.mdi-focus-field-horizontal::before{content:"\FF6D"}.mdi-focus-field
/plugin/indexnumber/
H A DREADME.md15 configuration page and edit the field for index numbers configuration.
/plugin/ipban/ip-lib/
H A DREADME.md274 Let's assume that you saved the type in a field called `addressType`, and the range boundaries in t…
/plugin/issuetracker/
H A Dedit.php372 $field = strtolower(htmlspecialchars(stripslashes($_POST['field']))); variable
375 if(($field == 'resolution') && ($value !== false)) {
379 $old_value = $issues[$id_issue][$field];
380 $issues[$id_issue][$field] = $value;
382 _log_mods($project, $issues[$id_issue], $usr, $field, $old_value, $value);
386 _emailForIssueMod($currentID, $project, $issues[$id_issue], $old_value, $field, $value, $usr);
389 if ($field == 'assigned') {

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