Home
last modified time | relevance | path

Searched refs:item (Results 501 – 525 of 1094) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/fksnewsfeed/syntax/
H A Dcarousel.php82 foreach ($items as $item) {
83 $renderer->doc .= $item;
/plugin/structprogress/types/
H A DProgress.php157 foreach ((array)$value as $item) {
158 $pl = $add->getQB()->addValue($item);
/plugin/struct/meta/
H A DSearchConfig.php201 foreach ($value as $item) {
202 $filter[] = $match[1] . $item . $match[3];
/plugin/wrapadd/
H A Dstyle.css9 counter-reset: leva 0; /* set to one lower than intended value of first list item */
25 counter-reset: levb 0; /* set to one lower than intended value of first list item */
42 counter-reset: levc 0; /* set to one lower than intended value of first list item */
/plugin/c3chart/assets/
H A Dc3.css18 .c3-legend-item-tile,
119 .c3-legend-item {
123 .c3-legend-item-hidden {
/plugin/nroff/
H A Drenderer.php807 $item = $feed->get_item($x);
809 $this->externallink($item->get_permalink(),
810 $item->get_title());
812 $author = $item->get_author(0);
820 $this->doc .= ' ('.$item->get_date($conf['dformat']).')';
825 $this->doc .= $item->get_description();
827 $this->doc .= strip_tags($item->get_description());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php11 $labelElement = $doc->getElementsByTagName('label')->item(0);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dloop_context_local.test4 {% for item in items %}
H A Dloop_context.test4 {% for item in items %}
H A Dloop_not_defined_cond.test4 {% for i, item in items if loop.last > 0 %}
H A Dloop_not_defined.test4 {% for i, item in items if i > 0 %}
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml293 - item : Super Hoop
295 - item : Basketball
297 - item : Big Shoes
302 'item' => 'Super Hoop',
306 'item' => 'Basketball',
310 'item' => 'Big Shoes',
335 { T_STR, 0, "item" },
342 { T_STR, 0, "item" },
349 { T_STR, 0, "item" },
1033 - First item in top sequence
[all …]
/plugin/htmlokay/
H A Ddirectory_scan-3.php151 foreach($val as $key=>$item) {
156 $output .= "{$key}$item,";
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php174 function($item) { return $item['message']; },
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php174 function($item) { return $item['message']; },
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php174 function($item) { return $item['message']; },
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php174 function($item) { return $item['message']; },
/plugin/struct/types/
H A DDecimal.php178 foreach ((array)$value as $item) {
179 $pl = $add->getQB()->addValue($item);
/plugin/anewssystem/
H A Dsyntax.php699 foreach ($temp_array as $item) {
700 list($key, $value) = split(":",trim($item),2);
860 foreach ($temp_array as $item) {
861 list($key, $value) = split(":",trim($item),2);
1009 foreach ($temp_array as $item) {
1010 list($key, $value) = split(":",trim($item),2);
1189 foreach ($split_array as $item) {
1190 list($key, $value) = split("=",trim($item),2);
1221 foreach ($article_array as $item) {
1222 list($key, $value) = split(":",trim($item),2);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DProject.php44 )->item(0);
/plugin/userpage/
H A Dplugin.info.txt6 desc Add item the user menu that links to the user page for every logged-in user
/plugin/authldaplocal/
H A Dauth.php665 foreach($this->_pattern as $item => $pattern) {
666 if($item == 'user') {
668 } else if($item == 'grps') {
671 if(!preg_match($pattern, $info[$item])) return false;
684 foreach($filter as $item => $pattern) {
685 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/mllist/
H A Dplugin.info.txt6 desc Allows a list item to break into multiple lines with indentation on non-bullet lines
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1690 foreach ($items as $item) {
1691 if ($item['mode'] != self::QR_MODE_ST) {
1692 for ($i=$item['size']-1; $i>=0; --$i) {
1693 $parity ^= $item['data'][$i];
1855 foreach ($items as $item) {
1856 switch($item['mode']) {
1862 $bits = $this->estimateBitsModeAn($item['size']);
1866 $bits = $this->estimateBitsMode8($item['size']);
1882 $num = (int)(($item['size'] + $m - 1) / $m);
1971 foreach ($items as $key => $item) {
[all …]
/plugin/gallery/
H A Dsyntax.php

1...<<21222324252627282930>>...44