Home
last modified time | relevance | path

Searched refs:field (Results 451 – 475 of 555) sorted by last modified time

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

/plugin/youtrack/syntax/
H A Dlist.php77 foreach($issue as $field) {
78 if ($field->attributes()->name == $col) {
80 $value = (string) $field->value;
81 $fullname = (string) $field->value->attributes()->fullName;
/plugin/youtracklinks/
H A Dhelper.php131 foreach($issue as $key => $field) {
132 if ($field->attributes()->name == 'summary') {
133 $summary = $field->value;
136 if ($field->attributes()->name == 'resolved') {
142 foreach($issue as $key => $field) {
143 if ($field->attributes()->name == 'resolved') {
/plugin/html2pdf/html2pdf/html2ps/
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 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 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 …]
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 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 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 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.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.min-width.inc.php5 function CSSMinWidth(&$owner, $field) { argument
6 $this->CSSSubFieldProperty($owner, $field);
/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/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/mantis/lib/
H A Dchangelog282 - soap_server: add default_utf8 field
/plugin/authloginapi/
H A Daction.php57 while (($field = $form->findElementByType($fieldType)) !== false) {
58 $form->replaceElement($field, null);
/plugin/dokumicrobugtracker/
H A Dedit.php18 function emailForChange($email, $id,$project,$field, $oldvalue,$value) argument
35 'FIELD' => $field,
64 $field = strtolower(htmlspecialchars($_POST['field'])); variable
68 if (($field == 'status') || ($field == 'severity') || ($field == 'version') || ($field == 'descript…
70 if ($field == 'delete')
74 …emailForChange($bugs[$id_bug]['author'],$id_bug, $project, $field, $bugs[$id_bug][$field], $value);
75 $bugs[$id_bug][$field]=$value;
/plugin/calendoku/
H A Dhelper.php206 function renderSTRING($field) { argument
207 $this->renderfields[$field] = $this->icalfields[$field];
212 if (isset($this->icalfields[$field]))
213 $this->renderfields[$field] = $this->icalfields[$field];
215 $this->renderfields[$field] = '';
232 $this->renderfields[$field] = $this->icalfields[$field];
235 function renderCALADDRESS($field) { argument
236 $this->renderfields[$field] = $this->icalfields[$field];
247 if (!strcmp($field, 'DTSTART'))
256 else if (!strcmp($field, 'GEO'))
[all …]
/plugin/calendoku/syntax/
H A Dshowtable.php155 foreach ($this->fields as $field) {
156 preg_match_all('/(@@.*?@@)/', $field, $matches);
160 $field = preg_replace('/'.$match.'/', $pagename, $field);
162 $field = preg_replace('/'.$match.'/', $pagename.'?do=ical', $field);
164 … $field = preg_replace('/'.$match.'/', $component->renderfields[$sfield], $field);
166 $field = preg_replace('/'.$match.'/', '', $field);
169 reHandleText($field, $pos, $handler);
H A Dshowicalendar.php78 foreach ($component->renderfields as $field => $value) {
79 $componenttext = preg_replace('/@@'.$field.'@@/', $value, $componenttext);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php451 $field = strtolower(trim(substr($entry, $position+1)));
452 $ret[$field] = $value;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php254 foreach ( $this->options['only'] as $field => $regexp ) {
255 if ( !empty($entry[$field]) ) {
256 $val = $field === 'author'
258 : $entry[$field];
/plugin/publistx/
H A DTODO29 * Configurable global defaults: sort order, sort field, ...
/plugin/runcommand/
H A Dsyntax.php102 $field=array('key' => RC_EXP_COMMAND, 'value' => $objLine[1]);
105 $field=array('key' => RC_EXP_OUTPUT_TYPE, 'value' => $objLine[1]);
112 $field=array('key' => RC_EXP_RUNBUTTONTEXT, 'value' => $objLine[1]);
115 $field=array('key' => RC_EXP_CANCELBUTTONTEXT, 'value' => $objLine[1]);
154 …$field=array('key' => RC_EXP_ARG, 'name' => $argName, 'label' => $argLabel, 'flags' => $argFlags, …
157 array_push($cmds, $field);
167 foreach ($fields as $field) {
168 if(!$field) continue;
169 $temp = explode(":",$field);

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