| /plugin/exttab1/ |
| D | syntax.php | 239 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/ |
| D | script.js | 10 var pick = datepickers[i].lastChild; 11 if (!pick.id) { 12 pick.id = 'data_datepicker' + i; 14 calendar.set(pick.id);
|
| /plugin/randomtables/action/ |
| D | ajax.php | 74 $pick = $manager->rollOn($tableId); 75 $pick = trim(htmlentities($pick, ENT_QUOTES | ENT_SUBSTITUTE | ENT_XHTML)); 77 echo json_encode(['result' => $pick]);
|
| /plugin/randomtables/table-roller/src/Table/ |
| D | BaseTable.php | 53 $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 D | functions.php | 20 $pick = function($part) use ($base, $delta) { 39 $newParts['scheme'] = $pick('scheme'); 40 $newParts['host'] = $pick('host'); 41 $newParts['port'] = $pick('port');
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | pick.js | 21 var pick = flatRest(function(object, paths) { variable 25 module.exports = pick;
|
| D | README.md | 26 // Cherry-pick methods for smaller browserify/rollup/webpack bundles.
|
| /plugin/webdav/vendor/sabre/uri/lib/ |
| D | functions.php | 28 $pick = function($part) use ($base, $delta) { 47 $newParts['scheme'] = $pick('scheme'); 48 $newParts['host'] = $pick('host'); 49 $newParts['port'] = $pick('port');
|
| /plugin/icalevents/vendor/sabre/uri/lib/ |
| D | functions.php | 28 $pick = function($part) use ($base, $delta) { 47 $newParts['scheme'] = $pick('scheme'); 48 $newParts['host'] = $pick('host'); 49 $newParts['port'] = $pick('port');
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | pick.js | 3 module.exports = require('./async').pick;
|
| /plugin/farmer/lang/en/ |
| H A D | tab_plugins_help.txt | 13 There are three ways to manage plugins: You can either pick a single plugin and set its state to th… 14 or you can pick a specific animal and configure all the plugin states within that animal only. The …
|
| H A D | tab_config_help.txt | 23 By default, when accessing a non-existing animal no error message is shown. You can pick between di…
|
| /plugin/datepicker/ |
| D | plugin.info.txt | 6 desc use a calendar popup to pick a date
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | objects.js | 175 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)), {}); 188 …assert.deepEqual(_.pick(5, 'toString', 'b'), {toString: Number.prototype.toString}, 'can iterate p… 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) { [all …]
|
| /plugin/sequencediagram/bower_components/lodash/ |
| D | README.md | 28 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 D | README.md | 40 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/authgooglesheets/vendor/psr/log/ |
| D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/elasticsearch/vendor/psr/log/ |
| D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/webdav/vendor/psr/log/ |
| D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/dw2pdf/vendor/psr/log/ |
| D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/authssocas/vendor/psr/log/ |
| H A D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/pureldap/vendor/psr/log/ |
| H A D | README.md | 53 You can then pick one of the implementations of the interface to get a logger.
|
| /plugin/mdpage/ |
| D | README.md | 25 You are free to pick which one suits your needs.
|
| /plugin/mdpage/vendor/cebe/markdown/ |
| D | CONTRIBUTING.md | 11 …I am not going to nit-pick on all the details about the code style but indentation is a must. The …
|
| /plugin/directorylist/ |
| D | readme.md | 9 **Information #2:** Please be aware, that a wiki user can pick ANY directory on your maschine. I am…
|