Home
last modified time | relevance | path

Searched refs:item (Results 276 – 300 of 1094) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php104 foreach ($required as $item) {
105 if (!isset($values[$item])) {
106 throw new \InvalidArgumentException($item . ' is a required constructor option');
/plugin/toctweak/syntax/
H A Dsidetoc.php99 function html_list_metatoc($item) { argument
101 $html.= '<a href="#'.$item['hid'].'">';
102 $html.= hsc($item['title']).'</a>';
/plugin/nspages/printers/
H A DprinterOneLine.php18 foreach($tab as $item) {
20 $this->_printElementLink($item);
H A DprinterLineBreak.php16 foreach($tab as $item) {
20 $this->_printElementLink($item);
/plugin/strata/helper/
H A Dtriples.php946 $this->item = null;
957 return $this->item;
974 $this->item = array();
982 if(!isset($this->item[$p])) $this->item[$p] = array();
983 $this->item[$p][] = $o;
989 return $this->item;
1023 $this->item = null;
1035 return $this->item;
1065 $this->item
[all...]
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js527 var item = potentialDrawioFiles[i];
529 …if (isSharepointSites == 1 && item.webUrl && !(item.webUrl.indexOf('sharepoint.com/sites/') > 0 ||…
534 var title = item.displayName || item.name;
535 var tooltip = mxUtils.htmlEntities(item.description || title);
539 item.folder = true;
542 var isFolder = item.folder != null;
572 selectedFile = item;
594 })(item, row);
/plugin/mikioplugin/syntax/
H A Dcore.php129 foreach ($optionlist as $item) {
130 $i = strpos($item, '=');
132 $value = substr($item, $i + 1);
139 $options[substr($item, 0, $i)] = $value;
141 $options[$item] = true;
900 $item = array('options' => array(), 'content' => $this->render_text($match[2][$i]));
914 $item['options'][substr($option, 0, $j)] = $value;
916 $item['options'][$option] = true;
920 $item['options'] = $this->cleanOptions($item['option
[all...]
/plugin/siteexport/syntax/
H A Dtoc.php83 foreach ($calls as $item) {
84 … if (in_array($item[0], array('list_item', 'list_open'))) { $call = $item; break; }
307 $item = array();
308 $item['id'] = $id;
309 $item['name'] = $name;
310 $item['anchor'] = $hash;
311 $item['depth'] = $depth;
312 $item['exists'] = $exists;
313 if (!$conf['skipacl'] && auth_quickaclcheck($item['id']) < AUTH_READ) {
317 return $item;
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php129 foreach ($set->getObjects() as $item) {
130 array_push($pubReference, $item->getValue());
176 foreach ($this->pubReference as $item) {
177 $set->add(new ASN1OctetString($item));
/plugin/advrack/
H A Dscript.js90 jQuery.each(equipment, function(idx, item) { argument
91 if (item)
92 drawEquipment(paper, raph_rack, item);
238 jQuery.each(items, function(idx, item) { argument
239 if (! item['height']) {
240 errors.push({"error": "No height property found in item index: " + item['index']});
241 } else if (! h_regexp.test(item['height'])) {
242 …errors.push({"error": "No height value specified or incorrect value. Item index: " + item['index']…
244 var h = item['height'].match(h_regexp);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-marker-in-paragraph.md2 8. This line turns into a list item.
5 list item.
H A Dlist.md46 -not a list item
50 - one item
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php79 $topLevels = $contents->item(0)->childNodes;
82 $currentLevel = $topLevels->item($l);
123 $child = $children->item($c);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dbatch.rst16 {% for row in items|batch(3, 'No item') %}
42 <td>No item</td>
43 <td>No item</td>
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php167 foreach ($responses['items'] ?? [] as $item) {
168 if (isset($item['index']['error'])) {
169 return $this->createExceptionFromError($item['index']['error']);
/plugin/acmenu/
H A Dscript.js16 * Get previously cookies in order to remember which item are opened.
90 // ns 0 // open item
93 // ns 0.2 // open item
94 // pg 0.2.1 // open item
126 var item = trim_url(jQuery(this).find("a").attr("href"));
132 _OPEN_ITEMS.push(item);
138 _OPEN_ITEMS.splice(jQuery.inArray(item, _OPEN_ITEMS), 1);
/plugin/acknowledge/
H A Dhelper.php312 foreach (explode(',', $assignments) as $item) {
313 $item = trim($item);
314 if ($item === '') continue;
315 if ($item[0] == '@') {
318 array_keys($auth->retrieveUsers(0, 0, ['grps' => substr($item, 1)]))
321 $users[] = $item;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php26 function ($item) use ($objectCopier) {
27 return $objectCopier($item);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php26 function ($item) use ($objectCopier) {
27 return $objectCopier($item);
/plugin/authowncloud/
H A Dauth.php183 foreach($filter as $item => $pattern) {
189 if($item == 'user') {
192 }else if($item == 'name') {
195 }else if($item == 'mail') {
199 }else if($item == 'grps') {
/plugin/repo/
H A Dsyntax.php248 function repo_list_index($item) { argument
251 if ($item['type'] == 'd') {
252 $title = substr($item['path'], 0, -1);
255 $title = $item['path'];
259 return '<a href="'.wl($ID, 'repo='.$item['path']).'" class="'.$class.'">'.$title.'</a>';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Drecursive.test4 {% for key, item in items %}
6 {% for value in item %}
/plugin/bookcreator/
H A Dscript.js230 if ($addtobookBtn.length) { //exists the addtobook item in pagetools?
462 * List item is dropped in other pagelist
468 let pageid = ui.item.attr('id').substr(4),
469 isAddAction = ui.item.parent().hasClass('selected'),
470 position = ui.item.index();
477 * Store start position of moved list item
483 ui.item.data("startindex", ui.item.index());
487 * Store whether list item is sorted within list, or from outside
503 let isAddAction = ui.item
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php69 foreach ($report as $item) {
72 if (!$item instanceof File) {
77 $file->setAttribute('name', $item->getPath());
79 $classes = $item->getClassesAndTraits();
/plugin/pubmed2020/
H A Dstyle.css92 .pubmed .list-group-item-warning {
96 .pubmed .list-group-item {
100 .list-group-item-warning.pubmed {
104 .list-group-item.pubmed {

1...<<11121314151617181920>>...44