/plugin/exttab1/ |
H A 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/ |
H A 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/table-roller/src/Table/ |
H A 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/icalevents/vendor/sabre/uri/lib/ |
H A 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/webdav/vendor/sabre/uri/lib/ |
H A 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/randomtables/action/ |
H A 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/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 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 D | tab_config_help.txt | 23 By default, when accessing a non-existing animal no error message is shown. You can pick between different
|
/plugin/datepicker/ |
H A D | plugin.info.txt | 6 desc use a calendar popup to pick a date
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A 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)), {}); 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 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/webdav/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/authgooglesheets/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/elasticsearch/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/dw2pdf/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/ |
H A D | README.md | 25 You are free to pick which one suits your needs.
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A 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/ |
H A D | readme.md | 9 **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 D | lodash.core.js | 3320 var pick = flatRest(function(object, paths) { 3729 lodash.pick = pick;
|
/plugin/codemirror/dist/modes/ |
H A D | apl.min.js.map | 1 … \"⊂\": [\"enclose\", \"partitionWithAxis\"],\n \"⊃\": [\"diclose\", \"pick\"],\n \"⌷\": [nu…
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | CHANGELOG.md | 69 autoloaded, causing the `SimpleAnnotationReader` to pick them up
|
/plugin/codeprettify/code-prettify/ |
H A D | README.md | 30 * Look at the [skin gallery][1] and pick styles that suit you.
|
/plugin/authhttp/ |
H A D | README | 20 Out of the box DokuWiki will already pick these up and pretend the user
|