Home
last modified time | relevance | path

Searched refs:item (Results 101 – 125 of 1094) sorted by relevance

12345678910>>...44

/plugin/sync/
H A Dadmin.php567 if(!$item['local']['mtime'] && $item['remote']['mtime']){
570 if($item['local']['mtime'] && !$item['remote']['mtime']){
579 if(!isset($item['local'])){
588 if(!isset($item['local'])){
598 if(!isset($item['remote'])){
606 if(!isset($item['remote'])){
668 foreach($remote as $item){
669 $list[$item['id']]['remote'] = $item;
689 foreach($local as $item){
691 if($list[$item['id']]['remote']['hash'] == $item['hash']){
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php40 foreach($val as &$item) {
41 $item = (float)$item;
85 function($item) {
87 return (float)$item;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php40 foreach($val as &$item) {
41 $item = (float)$item;
85 function($item) {
87 return (float)$item;
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php40 * @param mixed $item
42 * @phpstan-param T $item argument
44 public function add($item, int $priority): void
46 $this->list[$priority][] = $item;
63 foreach ($group as $item) {
64 $sorted[] = $item;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFloat.php40 foreach($val as &$item) {
41 $item = (float)$item;
85 function($item) {
87 return (float)$item;
/plugin/inlinetoc/
H A Daction.php53 function html_list_inlinetoc2($item){ argument
54 if(isset($item['hid'])){
55 $link = '#'.$item['hid'];
57 $link = $item['link'];
60 …return '<span class="li"><a href="'.$link.'" class="inlinetoc2">'. hsc($item['title']).'</a></span…
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c618 char *item; in twig_add_method_to_class() local
703 char *item; in PHP_FUNCTION() local
757 efree(item); in PHP_FUNCTION()
770 efree(item); in PHP_FUNCTION()
849 efree(item); in PHP_FUNCTION()
863 efree(item); in PHP_FUNCTION()
883 efree(item); in PHP_FUNCTION()
900 efree(item); in PHP_FUNCTION()
953 efree(item); in PHP_FUNCTION()
1053 efree(item); in PHP_FUNCTION()
[all …]
/plugin/menuext/
H A Daction.php78 $item = new $class();
85 $item = new $class();
86 if (!is_a($item, 'dokuwiki\Menu\Item\AbstractItem')) {
88 unset($item);
92 $item = new MenuExtItem($data);
95 array_splice($event->data['items'], $order, 0, [$item]);
/plugin/toctweak/syntax/
H A Dmetatoc.php132 function html_list_metatoc($item) { argument
134 if (isset($item['page'])) {
135 $html.= '<a title="'.$item['page'].'#'.$item['hid'].'"';
136 $html.= ' href="'.$item['url'].'" class="'.$item['class'].'">';
138 $html.= '<a href="#'.$item['hid'].'">';
140 $html.= hsc($item['title']).'</a>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php20 $item =& $result['item'];
22 if (!is_null($item)) {
23 return array('item' => &$item,
58 $item =& new ValueContentItemString();
59 $item->set_value(substr($value, 1, strlen($value)-2));
60 return array('item' => &$item,
121 $item =& new ValueContentItemCounter();
122 $item->set_name($value);
123 return array('item' => &$item,
H A Dbox.table.section.php31 function add_child(&$item) { argument
33 if ($item->isCell()) {
36 $last_row->add_child($item);
38 } elseif ($item->isTableRow()) {
47 $this->content[] =& $item;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php166 public function save(CacheItemInterface $item): bool argument
172 $this->items[$item->getKey()] = $item;
179 public function saveDeferred(CacheItemInterface $item): bool argument
181 $this->deferredItems[$item->getKey()] = $item;
190 foreach ($this->deferredItems as $item) {
191 if ($this->save($item) === false) {
/plugin/strata/aggregates/
H A Dsum.php15 return array_reduce($values, function(&$state, $item) {
16 if(is_numeric($item)) {
17 $state[0] += $item;
19 $state[] = $item;
30 'desc'=>'Sums up all items. Any item that does not have a clear numeric value (i.e. starts with a number) is counted as 0. If the \'strict\' hint is used, values that are not strictly numeric (i.e. contains only a number) are left intact.',
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_and_reference.md3 - item 1 [ref2]
4 - item 2
10 - item 1 [ref2]
11 - item 2
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php13 $options = array_map(function($item) {
14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
/plugin/ffindr/
H A Dffindr.php107 $item = $feed->get_item($i);
115 …strftime($dateformat, strtotime($item->get_tag('dateStart'))) . "&nbsp;-&nbsp;" . strftime($datefo…
121 if ($linkurl = $item->get_permalink()) {
124 … $renderer->externallink($linkurl, htmlspecialchars_decode($item->get_title()));
127 $renderer->doc .= $item->get_title();
132 if ($author = $item->get_author(0)) {
143 …com?q=") . $item->get_latitude() . "," . $item->get_longitude() . '">' . $item->get_tag('location'…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php146 if (($child = $node->childNodes->item($i)) instanceof DOMCharacterData) {
195 $item = $entry->childNodes->item(0);
197 if ($item instanceof DOMText) {
198 $item = $entry->childNodes->item(1);
201 $value = self::xmlToVariable($item);
215 $arguments = $element->childNodes->item(1)->childNodes;
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php73 $item = 0;
105 $block['items'][++$item][] = $line;
106 $block['lazyItems'][$item] = $lastLineEmpty;
118 $block['items'][$item][] = $line;
119 $block['lazyItems'][$item] = true;
123 $block['items'][$item][] = $line;
125 …$block['lazyItems'][$item] = empty($nextLine) || !method_exists($this, 'identifyReference') || !$t…
137 $block['items'][$item][] = $line;
178 foreach ($block['items'] as $item => $itemLines) {
/plugin/glossary/
H A Dscript.js15 function glossaryClearMsgJ (item) { argument
17 item.closest ("div").find ("div.popup").each (function () {
27 var item = jQuery (this);
28 if (item.hasClass ("title"))
30 if (item.css ("display") == "none")
157 var item = jQuery (this);
158 if (item.hasClass ("title"))
160 item.css ("display", "");
164 item.find ("td.word,td.translate").each (function () {
169 item.css ("display", "none");
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php129 foreach ($data as $item) {
130 $geometries[] = call_user_func_array([$adapter, "read"], array_merge($item, $args));
254 foreach ($unreduced as $item) {
255 if ($item->geometryType() == 'GeometryCollection' || strpos($item->geometryType(), 'Multi') === 0) {
256 self::explodeCollections($item->getComponents(), $reduced, $types);
258 $reduced[] = $item;
259 $types[] = $item->geometryType();
297 foreach ($geometries as $item) {
298 if ($item) {
[all...]
/plugin/nspages/fileHelper/
H A DfileHelper.php54 foreach($this->files as $item) {
55 $preparer->prepareFileTitle($item);
56 if($preparer->isFileWanted($item, false) && $preparer->isFileWanted($item, true)) {
57 $preparer->prepareFile($item);
58 $files[] = $item;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php665 $item = $item->getIterator();
676 $item = iterator_to_array($item, $preserveKeys);
679 if (\is_array($item)) {
683 $item = (string) $item;
689 return (string) (null === $length ? substr($item, $start) : substr($item, $start, $length));
695 * @param mixed $item A variable
709 * @param mixed $item A variable
882 if (\is_array($item)) {
887 $string = (string) $item;
904 return strrev((string) $item);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dcontext.test4 {% for item in items %}
5 {% for item in items %}
6 * {{ item }}
8 * {{ item }}
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php133 foreach ($val as &$item) {
134 if (!is_array($item)) {
135 $item = [$item];
138 foreach ($item as &$subItem) {
150 $item = implode(',', $item);
287 foreach ($items as $i => $item) {
289 $item,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2HybridContentItem.php44 public function setItem(GooglePrivacyDlpV2ContentItem $item) argument
46 $this->item = $item;
53 return $this->item;

12345678910>>...44