Home
last modified time | relevance | path

Searched refs:Item (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php5 use FINDOLOGIC\Export\Data\Item; alias
54 private function addAttributes(Item $item, $itemData)
81 private function addBonuses(Item $item, $itemData)
87 private function addDateAddeds(Item $item, $itemData)
121 private function addImages(Item $item, $itemData)
141 private function addKeywords(Item $item, $itemData)
160 private function addNames(Item $item, $itemData)
166 private function addPrices(Item $item, $itemData)
213 private function addSorts(Item $item, $itemData)
219 private function addSummaries(Item $item, $itemData)
[all …]
/plugin/mobiletable/
H A DREADME.md25 ^ Item 1 | Red | Small | 50 km/h |
26 ^ Item 2 | Green | Large | 30 km/h |
34 <th colspan="2"> Item 1 </th>
46 <th colspan="2"> Item 2 </th>
66 ^ Item 1 | Red | Small | 50 km/h |
67 ^ Item 2 | Green | Large | 30 km/h |
75 <td> Name </td><td> Item 1 </td>
87 <td> Name </td><td> Item 2 </td>
106 ^ Item 1 | Red | Small | 50 km/h |
107 ^ Item 2 | Green | Large | 30 km/h |
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateItemRequest.php22 protected $itemType = Item::class;
28 * @param Item
30 public function setItem(Item $item)
35 * @return Item
H A DUpdateItemRequest.php22 protected $itemType = Item::class;
32 * @param Item
34 public function setItem(Item $item)
39 * @return Item
H A DForm.php29 protected $itemsType = Item::class;
75 * @param Item[]
82 * @return Item[]
H A DItem.php20 class Item extends \Google\Model class
176 class_alias(Item::class, 'Google_Service_Forms_Item');
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-ol-start-num-data/
H A Dmd1_ordered_and_unordered_lists.md33 5. Item 1, graf one.
35 Item 2. graf two. The quick brown fox jumped over the lazy dog's
38 6. Item 2.
40 7. Item 3.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DIndexItemRequest.php30 protected $itemType = Item::class;
80 * @param Item
82 public function setItem(Item $item)
87 * @return Item
H A DPollItemsResponse.php23 protected $itemsType = Item::class;
27 * @param Item[]
34 * @return Item[]
H A DSearchItemsByViewUrlResponse.php23 protected $itemsType = Item::class;
31 * @param Item[]
38 * @return Item[]
H A DListItemsResponse.php23 protected $itemsType = Item::class;
31 * @param Item[]
38 * @return Item[]
H A DItem.php20 class Item extends \Google\Model class
196 class_alias(Item::class, 'Google_Service_CloudSearch_Item');
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-code-in-numbered-list.md1 1. Item one.
2 2. Item two with some code:
8 3. Item three with code:
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlazy-list.md12 1. Item one.
13 2. Item two with some code:
17 1. Item one.
23 3. Item three with code:
H A Dmd1_ordered_and_unordered_lists.md87 1. Item 1, graf one.
89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
92 2. Item 2.
94 3. Item 3.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DDetectedItems.php23 protected $itemsType = Item::class;
31 * @param Item[]
38 * @return Item[]
H A DItem.php20 class Item extends \Google\Collection class
61 class_alias(Item::class, 'Google_Service_SearchConsole_Item');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DInventory.php22 protected $itemsType = Item::class;
36 * @param Item[]
43 * @return Item[]
H A DItem.php20 class Item extends \Google\Model class
148 class_alias(Item::class, 'Google_Service_CloudAsset_Item');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DIndexingDatasourcesItems.php22 use Google\Service\CloudSearch\Item; alias
104 * @return Item
110 return $this->call('get', [$params], Item::class);
199 * @return Item
205 return $this->call('push', [$params], Item::class);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp30 GetResourceTypePath = ConfigQuickUploadPath.Item( resourceType )
32 GetResourceTypePath = ConfigFileTypesPath.Item( resourceType )
39 if ( ConfigQuickUploadAbsolutePath.Item( resourceType ) <> "" ) then
40 GetResourceTypeDirectory = ConfigQuickUploadAbsolutePath.Item( resourceType )
43 GetResourceTypeDirectory = Server.MapPath( ConfigQuickUploadPath.Item( resourceType ) )
46 if ( ConfigFileTypesAbsolutePath.Item( resourceType ) <> "" ) then
47 GetResourceTypeDirectory = ConfigFileTypesAbsolutePath.Item( resourceType )
50 GetResourceTypeDirectory = Server.MapPath( ConfigFileTypesPath.Item( resourceType ) )
123 sAllowed = ConfigAllowedExtensions.Item( resourceType )
124 sDenied = ConfigDeniedExtensions.Item( resourceType )
/plugin/wrapadd/
H A DREADME.md17 - Item 1
18 - Item 1.1.
19 - Item 2
/plugin/bootswrapper/exe/help/
H A Daccordion.txt8 <panel title="Collapsible Group Item #1">
11 <panel title="Collapsible Group Item #2">
14 <panel title="Collapsible Group Item #3">
22 <panel title="Collapsible Group Item #1">
25 <panel title="Collapsible Group Item #2"> [...] </panel>
26 <panel title="Collapsible Group Item #3"> [...] </panel>
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/
H A DExporter.php6 use FINDOLOGIC\Export\Data\Item; alias
94 * @return Item The newly generated item.
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php6 use FINDOLOGIC\Export\Data\Item; alias
8 class CSVItem extends Item

12345