Home
last modified time | relevance | path

Searched refs:opt (Results 51 – 75 of 249) sorted by relevance

12345678910

/plugin/bureaucracyau/helper/
H A Dfieldtextbox.php22 if(!isset($this->opt['optional'])) {
27 if(isset($this->opt['class'])){
28 $this->tpl['class'] .= ' '.$this->opt['class'];
30 if(!isset($this->opt['optional'])){
H A Dfieldstatic.php20 $this->opt['optional'] = true;
54 if (!isset($this->opt['display'])) {
55 $this->opt['display'] = $this->opt['label'];
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
/plugin/bureaucracy-au/helper/
H A Dfieldtextbox.php22 if(!isset($this->opt['optional'])) {
27 if(isset($this->opt['class'])){
28 $this->tpl['class'] .= ' '.$this->opt['class'];
30 if(!isset($this->opt['optional'])){
H A Dfieldstatic.php20 $this->opt['optional'] = true;
54 if (!isset($this->opt['display'])) {
55 $this->opt['display'] = $this->opt['label'];
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
/plugin/bureaucracy/helper/
H A Dfieldtextbox.php22 if(!isset($this->opt['optional'])) {
27 if(isset($this->opt['class'])){
28 $this->tpl['class'] .= ' '.$this->opt['class'];
30 if(!isset($this->opt['optional'])){
H A Dfieldstatic.php20 $this->opt['optional'] = true;
54 if (!isset($this->opt['display'])) {
55 $this->opt['display'] = $this->opt['label'];
H A Dfieldtextarea.php17 if (!isset($this->opt['class'])) {
18 $this->opt['class'] = '';
20 $this->opt['class'] .= ' textareafield';
H A Dfieldfieldset.php23 $this->opt = array('cmd' => array_shift($args));
26 $this->opt['label'] = array_shift($args);
27 $this->opt['display'] = $this->opt['label'];
/plugin/data-au/helper/
H A Daliastextbox.php61 if(!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
62 $this->opt['args'] = $values;
71 if(!isset($this->opt['display'])) {
72 $this->opt['display'] = $this->opt['label'];
100 $params = array_merge($this->opt, $params);
105 if(!isset($this->opt['optional'])) {
/plugin/data/
H A Dbureaucracy_field.php62 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
63 $this->opt['args'] = $values;
78 if (!isset($this->opt['display'])) {
79 $this->opt['display'] = $this->opt['label'];
107 $params = array_merge($this->opt, $params);
112 if (!isset($this->opt['optional'])) {
/plugin/data/helper/
H A Daliastextbox.php63 if (!$datatype['multi'] && $this->opt['optional']) array_unshift($values, '');
64 $this->opt['args'] = $values;
73 if (!isset($this->opt['display'])) {
74 $this->opt['display'] = $this->opt['label'];
102 $params = array_merge($this->opt, $params);
107 if (!isset($this->opt['optional'])) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php143 protected function parseOptValue(string $opt, bool $isServerMode) argument
147 switch ($opt) {
186 $opt
194 $opt
201 if (isset($this->occurrences[$opt]) && in_array($opt, self::ONCE_ONLY, true)) {
202 throw new SaslEncodingException(sprintf('The option "%s" may occur only once.', $opt));
203 } elseif (isset($this->occurrences[$opt])) {
204 $this->occurrences[$opt]++;
206 $this->occurrences[$opt]
[all...]
/plugin/struct/types/
H A DDropdown.php42 foreach ($this->getOptions() as $opt => $val) {
43 if ($opt == $rawvalue) {
49 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
76 foreach ($this->getOptions() as $raw => $opt) {
83 $html .= "<option $selected value=\"" . hsc($raw) . "\">" . hsc($opt) . '</option>';
/plugin/struct/action/
H A Dbureaucracy.php64 $schema = new Schema($helper->opt['label']);
74 $field->opt = $helper->opt; // copy all the settings to each field
75 $field->opt['label'] = $column->getFullQualifiedLabel();
110 $field->opt['struct_pids'] = [];
122 $field->opt['struct_pids'][] = $pid;
130 $field->opt['value'] = $new_value;
158 $tosave[$tbl][$lbl] = $field->opt['struct_pids'];
/plugin/composer/
H A Dsyntax.php63 $opt = array(
98 $opt["level"] = $nsLevel[1];
106 $opt["relative"] = substr_count($ns, "/") + 1;
110 $opt["relative"] = substr_count($ns, ":") + 1;
118 $opt["nons"] = true;
124 $opt["split_too_long"] = true;
132 $opt["numbers"] = true;
140 $opt["numbers"] = true;
141 $opt["numbers_depth"] = $matches[1];
147 $opt["resort"] = true;
[all …]
/plugin/photogallery/
H A DpgFetch.php25 $opt = $INPUT->str('opt'); // phpThumb options variable
86 if ($opt){
87 $data['file'] = $FILE = media_photogallery_image($data['file'],$EXT,$WIDTH,$HEIGHT,$opt);
112 if ($opt)
113 $FILE = media_photogallery_image($FILE,$EXT,$WIDTH,$HEIGHT,$opt);
154 function media_photogallery_image($file, $ext, $w, $h, $opt){ argument
175 foreach (explode('!',$opt) as $par) {
/plugin/tagfilter/helper/
H A Dsyntax.php9 * @param array $opt
31 public function getTagPageRelations($opt) argument
36 $flags = $opt['tagfilterFlags'];
38 $tagFilters = $opt['tagFilters'];
40 $tagFilters['pagesPerMatchedTags'][$key] = $Htagfilter->getPagesByMatchedTags($tagExpression, $opt['ns']);
60 $allPageids = array_filter($allPageids, function ($val) use ($opt) {
66 foreach ($opt['tagfilterFlags']['excludeNs'] as $excludeNs) {
/plugin/struct/helper/
H A Dfield.php34 $this->column = $this->findColumn($this->opt['label']);
64 if (!isset($this->opt['optional'])) {
69 $label = $this->opt['label'];
75 $this->opt['value'] = $value;
133 $value = $this->opt['value'];
162 $preparedValue = $this->opt['value'] ?? ($this->column->isMulti() ? [] : '');
203 $required = empty($this->opt['optional']) ? ' <sup>*</sup>' : '';
/plugin/structcombolookup/types/
H A DNarrowingLookup.php116 foreach($this->getNarrowByOptions() as $opt => $val) {
117 if($opt == $this->getRawValueNarrowingValue($rawvalue)) {
123 $html .= "<option $selected value=\"" . hsc($opt) . "\">" . hsc($val) . '</option>';
150 foreach($this->getOptions() as $opt => $option) {
152 if($opt == $rawvalue) {
158 …$html .= "<option data-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . h…
/plugin/farm/
H A Dinfos.animal.class.php49 public function formatedprint($fmt, $opt) { argument
51 foreach($rawreplace as $k) if(isset($opt[$k])) $fmt = str_replace('{'.$k.'}', $opt[$k], $fmt);
52 if(isset($opt['date'])) {
53 $date = (int)$opt['date'];
54 $dfmt = isset($opt['dformat']) ? $opt['dformat'] : '%Y/%m/%d %H:%M';
58 if(isset($opt['dunits'])) {
77 …$str = $hg.' '.$opt['dunits'][$t][($hg > 1) ? 1 : 0].($lw ? ' '.$lw.' '.$opt['dunits'][$prec][($lw…
83 …if(isset($opt['size'])) $fmt = str_replace('{size}', $this->animal->manager->nicesize($opt['size']…
/plugin/pubmed2020/helper/
H A Dpmid.php111 $label = $this->opt['label'];
138 $value = $this->opt['value'];
178 $pmid = $this->opt['value'];
/plugin/poll/
H A Dsyntax.php88 $opt = $renderer->_xmlEntities($options[$i]);
89 if ($vote == $opt) {
90 $poll['results'][$opt] += 1;
93 } elseif (!isset($poll['results'][$opt])) {
94 $poll['results'][$opt] = 0;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php80 foreach ($this->options as $opt) {
81 if ($opt->equals($option)) {
97 foreach ($this->options as $i => $opt) {
98 if ($opt->equals($option)) {

12345678910