Home
last modified time | relevance | path

Searched refs:values (Results 301 – 325 of 925) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php191 $values = [];
196 $values[] = $attrVal->getValue();
199 return new Attribute($attrType->getValue(), ...$values);
/plugin/settingstree/settings/
H A Dsettingslevel.class.php114 …function setValues(array $values){ // setValues should always be called before getSettings. If not… argument
116 $this->_values = $values;
247 function addLevel($path,$values){ argument
252 $this->setValues($values);
264 $c->addLevel($path,$values);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php35 foreach ($message->getHeaders() as $name => $values) {
37 foreach ($values as $value) {
41 $msg .= "\r\n{$name}: " . implode(', ', $values);
H A DMessageTrait.php186 * @param mixed[] $values Header values
192 private function trimAndValidateHeaderValues(array $values) argument
206 }, array_values($values));
/plugin/bookcreator/syntax/
H A Dbookmanager.php237 $values = [
242 $values['export_text'] = $this->getLang('exporttext');
245 $values['export_odtbook'] = $this->getLang('exportodt');
249 $values['export_pdfbook'] = $this->getLang('exportpdf');
264 $form->addDropdown('do', $values)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php162 $values = [];
169 $values[$current] = $in_value ? substr($match[2], 0, -1) : $match[2];
173 $values[$current] .= $in_value ? substr($line, 0, -1) : $line;
184 $components += $values;
185 $components['comment'] = str_replace(['\\\\', '\"'], ['\\', '"'], $values['comment']);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php88 public function setValues(array $values) argument
90 parent::setValues($values);
H A DAssetReference.php127 public function setValues(array $values) argument
129 $this->callAsset(__FUNCTION__, array($values));
/plugin/avbarchart/
H A Dsyntax.php85 $values = preg_split("/,/", $data1);
88 foreach ($values as $col) {
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/struct/types/
H A DAbstractBaseType.php68 * @param bool $ismulti Should this field accept multiple values?
238 * Split a single value into multiple values
254 * Return the editor to edit multiple values
259 * @param string[] $rawvalues the current values
327 * @param int[]|string[] $values the values stored in the database
332 public function renderMultiValue($values, \Doku_Renderer $R, $mode)
334 $len = count($values);
336 $this->renderValue($values[$i], $R, $mode);
371 * all provided values ORe
331 renderMultiValue($values, \\Doku_Renderer $R, $mode) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc48 your code like a regular object. When you need the result values, you can
50 activity), the values are immediately available. If the future has not resolved
51 yet, the resolution blocks until those values become available (for example,
82 resolves all pending requests and values). This allows patterns such as:
103 // access future's values, causing resolution if necessary
111 If you wish to force future resolution, but don't need the values immediately,
264 However, this is not needed if you access values via the ArrayInterface (for
266 and fully resolves the future to provide values.
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css2 --allowed-values-placeholder-color: var(--color-grey-225-10-75);
34 .dmn-decision-table-container .allowed-values-edit .dms-form-control {
39 .dmn-decision-table-container .allowed-values-edit .values {
44 .dmn-decision-table-container .allowed-values-edit .placeholder {
45 color: var(--allowed-values-placeholder-color);
144 .dmn-decision-table-container .context-menu .context-menu-container.allowed-values-edit {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.clang.js5 …=",">","[","]","new","delete","in"];var values=["this","true","false","NULL","YES","NO","nil"];bru…
H A Djquery.syntax.brush.ruby.js5 …;var values=["self","super","true","false","nil"];var access=["private","protected","public"];brus…
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DMedium_Business_Building.svg1values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/></filter></defs><mask maskUnits="userSpaceOnUse"…
/plugin/sphinxsearch-was/
H A Dsphinxapi.php772 function SetFilter($attribute, $values, $exclude = false) argument
775 assert(is_array($values));
776 assert(count($values));
778 if (is_array($values) && count($values)) {
779 foreach ($values as $value)
867 function SetOverride($attrname, $attrtype, $values) argument
871 assert(is_array($values));
1456 assert(is_array($values));
1457 foreach ($values as $id => $entry) {
1480 $req .= pack("N", count($values));
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
810 assert ( is_array($values) );
811 assert ( count($values) );
813 if ( is_array($values) && count($values) )
815 foreach ( $values as $value )
903 function SetOverride ( $attrname, $attrtype, $values ) argument
907 assert ( is_array ( $values ) );
1491 assert ( is_array($values) );
1492 foreach ( $values as $id=>$entry )
1519 $req .= pack ( "N", count($values) );
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php158 $values = [
169 $values['displayname'] = $newValue;
172 $values['description'] = $newValue;
182 $stmt->execute($values);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php158 $values = [
169 $values['displayname'] = $newValue;
172 $values['description'] = $newValue;
182 $stmt->execute($values);
/plugin/sqlite/
H A DSQLiteDB.php249 $values = array_values($data);
263 $stm = $this->query($sql, $values);
393 $values = implode(',', array_map(function ($value) {
397 fwrite($fp, "INSERT INTO '{$table['name']}' VALUES ({$values});\n");
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php47 $values = explode(" ", $value);
48 foreach ($values as $value) {
/plugin/bureaucracy/helper/
H A Dactionmail.php37 'values' => &$this->values
52 $this->values['__tablehtml__'] = $table_html;
53 $this->values['__tabletext__'] = $table_text;
/plugin/openid/Auth/
H A DOpenID.php234 * @param array $values
238 static function addPrefix($values, $prefix) argument
241 foreach ($values as $s) {

1...<<11121314151617181920>>...37