Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 115) sorted by relevance

12345

/plugin/exttab1/
H A Dsyntax.php239 foreach($subitems as $pick) {
240 if ( ($pos = strpos($pick, '|', 1)) !== false ) {
241 $parsedData = $this->_parseDisplayData(trim(substr($pick, $pos + 1)));
242 $my2c .= ' <td ' . trim(substr($pick, 1, $pos - 1)) . '>' .
246 $parsedData = $this->_parseDisplayData(trim(substr($pick, 1)));
268 foreach ($subitems as $pick) {
269 if ( ($pos = strpos($pick, '|', 1)) !== false ) {
270 $parsedData = $this->_parseDisplayData(trim(substr($pick, $pos + 1)));
272 $my2c .= ' <th ' . trim(substr($pick, 1, $pos - 1)) . '>' .
277 $parsedData = $this->_parseDisplayData(trim(substr($pick, 1)));
/plugin/semanticdata/
H A Dscript.js10 var pick = datepickers[i].lastChild;
11 if (!pick.id) {
12 pick.id = 'data_datepicker' + i;
14 calendar.set(pick.id);
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php53 $pick = $this->pickOne();
55 if (!in_array($pick, $used)) {
56 $result[] = $this->proceessResult($this->options[$pick]);
57 $used[] = $pick;
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php20 $pick = function($part) use ($base, $delta) {
39 $newParts['scheme'] = $pick('scheme');
40 $newParts['host'] = $pick('host');
41 $newParts['port'] = $pick('port');
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php28 $pick = function($part) use ($base, $delta) {
47 $newParts['scheme'] = $pick('scheme');
48 $newParts['host'] = $pick('host');
49 $newParts['port'] = $pick('port');
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php28 $pick = function($part) use ($base, $delta) {
47 $newParts['scheme'] = $pick('scheme');
48 $newParts['host'] = $pick('host');
49 $newParts['port'] = $pick('port');
/plugin/randomtables/action/
H A Dajax.php74 $pick = $manager->rollOn($tableId);
75 $pick = trim(htmlentities($pick, ENT_QUOTES | ENT_SUBSTITUTE | ENT_XHTML));
77 echo json_encode(['result' => $pick]);
/plugin/farmer/lang/en/
H A Dtab_plugins_help.txt13 There are three ways to manage plugins: You can either pick a single plugin and set its state to the same value in all animals
14 or you can pick a specific animal and configure all the plugin states within that animal only. The third option allows you to
H A Dtab_config_help.txt23 By default, when accessing a non-existing animal no error message is shown. You can pick between different
/plugin/datepicker/
H A Dplugin.info.txt6 desc use a calendar popup to pick a date
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js175 result = _.pick({a: 1, b: 2, c: 3}, 'a', 'c');
177 result = _.pick({a: 1, b: 2, c: 3}, ['b', 'c']);
179 result = _.pick({a: 1, b: 2, c: 3}, ['a'], 'b');
181 result = _.pick(['a', 'b'], 1);
185 assert.deepEqual(_.pick(val, 'hasOwnProperty'), {}, 'Called with null/undefined');
186 assert.deepEqual(_.pick(val, _.constant(true)), {});
196 result = _.pick(data, callback, {value: 2});
202 assert.deepEqual(_.pick(instance, 'a', 'c'), {a: 1, c: 3}, 'include prototype props');
204 assert.deepEqual(_.pick(data, function(val, key) {
208 …assert.notOk(_.has(_.pick({}, 'foo'), 'foo'), 'does not set own property if property not in object…
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md28 Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one …
56 // Cherry-pick methods for smaller browserify/rollup/webpack bundles.
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md40 You can then pick one of the implementations of the interface to get a logger.
/plugin/webdav/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md53 You can then pick one of the implementations of the interface to get a logger.
/plugin/mdpage/
H A DREADME.md25 You are free to pick which one suits your needs.
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md11 …I am not going to nit-pick on all the details about the code style but indentation is a must. The …
/plugin/directorylist/
H A Dreadme.md9 **Information #2:** Please be aware, that a wiki user can pick ANY directory on your maschine. I am…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js3320 var pick = flatRest(function(object, paths) {
3729 lodash.pick = pick;
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 … \"⊂\": [\"enclose\", \"partitionWithAxis\"],\n \"⊃\": [\"diclose\", \"pick\"],\n \"⌷\": [nu…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md69 autoloaded, causing the `SimpleAnnotationReader` to pick them up
/plugin/codeprettify/code-prettify/
H A DREADME.md30 * Look at the [skin gallery][1] and pick styles that suit you.
/plugin/authhttp/
H A DREADME20 Out of the box DokuWiki will already pick these up and pretend the user

12345