Home
last modified time | relevance | path

Searched refs:itemtype (Results 1 – 25 of 1681) sorted by relevance

12345678910>>...68

/dports/irc/quirc/quirc-0.9.84/
H A Dllist.h7 template <class itemtype>
10 itemtype *item;
18 template <class itemtype>
23 elem<itemtype> *head;
36 itemtype *temp; in list()
45 list<itemtype>& operator=(list<itemtype>& thelist) {
46 itemtype *temp;
59 itemtype *trav() { in trav()
60 itemtype *temp; in trav()
75 elem<itemtype> *newitem = new elem<itemtype>; in insert_start()
[all …]
H A Dillist.h11 template <class itemtype>
14 itemtype *item;
22 template <class itemtype>
27 ielem<itemtype> *head;
28 ielem<itemtype> *curptr;
49 itemtype *trav() { in trav()
50 itemtype *temp; in trav()
61 ielem<itemtype> *newitem = new ielem<itemtype>; in insert_start()
81 ielem<itemtype> *temp; in insert_end()
112 ielem<itemtype> *temp; in clear()
[all …]
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/inc/
H A Dsearch.class.php65 function showGenericSearch($itemtype, $params) { argument
91 if ($itemtype != 'AllAssets') {
92 $item = getItemForItemtype($itemtype);
124 … if (($_SESSION["glpisearchcount"][$itemtype] + $_SESSION["glpisearchcount2"][$itemtype]) > 1) {
313 $_POST['itemtype'] = $itemtype;
328 Ajax::updateItemOnSelectEvent("Search$itemtype$i", "SearchSpan$itemtype$i",
535 if ($itemtype!='States' && class_exists($itemtype)) {
536 $item = new $itemtype();
681 $searchopt[$itemtype] = &Search::getOptions($itemtype);
738 if ($itemtype == 'Entity') {
[all …]
H A Drulematchedlog.class.php98 $itemtype = '';
106 $itemtype = new PluginFusioninventoryPrinter();
115 if (is_object($itemtype)
116 && $itemtype->canView()) {
117 $itemtype->displaySerializedInventory($item->getID());
127 function cleanOlddata($items_id, $itemtype) { argument
132 AND `itemtype` = '".$itemtype."'
143 function showForm($items_id, $itemtype) { argument
176 $allData = $this->find("`itemtype`='".$itemtype."'
258 $itemtype = $data['itemtype'];
[all …]
/dports/www/moodle310/moodle/tag/classes/
H A Darea.php61 foreach ($itemtypes as $itemtype => $it) {
64 $rv[$itemtype][$component] = $v;
81 foreach ($tagareas as $itemtype => $it) {
95 * @param string $itemtype
119 if (isset($itemtypes[$itemtype][$component])) {
144 if (isset($itemtypes[$itemtype][$component])) {
160 if (array_key_exists($itemtype, $itemtypes)) {
178 if (array_key_exists($itemtype, $itemtypes)) {
224 array('itemtype' => $record->itemtype,
242 'itemtype' => $record->itemtype,
[all …]
H A Dtag.php564 * @param string $itemtype (optional)
580 if (!is_null($itemtype)) {
594 * @param string $itemtype
609 $taginstance->itemtype = $itemtype;
682 $params['itemtype'] = $itemtype;
754 if ($itemtype === 'tag') {
1000 $params['itemtype'] = $itemtype;
1318 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
1326 $params['itemtype'] = $itemtype;
1353 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
[all …]
/dports/www/moodle311/moodle/tag/classes/
H A Darea.php61 foreach ($itemtypes as $itemtype => $it) {
64 $rv[$itemtype][$component] = $v;
81 foreach ($tagareas as $itemtype => $it) {
95 * @param string $itemtype
119 if (isset($itemtypes[$itemtype][$component])) {
144 if (isset($itemtypes[$itemtype][$component])) {
160 if (array_key_exists($itemtype, $itemtypes)) {
178 if (array_key_exists($itemtype, $itemtypes)) {
224 array('itemtype' => $record->itemtype,
242 'itemtype' => $record->itemtype,
[all …]
H A Dtag.php564 * @param string $itemtype (optional)
580 if (!is_null($itemtype)) {
594 * @param string $itemtype
609 $taginstance->itemtype = $itemtype;
682 $params['itemtype'] = $itemtype;
754 if ($itemtype === 'tag') {
1000 $params['itemtype'] = $itemtype;
1318 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
1326 $params['itemtype'] = $itemtype;
1353 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
[all …]
/dports/www/moodle39/moodle/tag/classes/
H A Darea.php61 foreach ($itemtypes as $itemtype => $it) {
64 $rv[$itemtype][$component] = $v;
81 foreach ($tagareas as $itemtype => $it) {
95 * @param string $itemtype
119 if (isset($itemtypes[$itemtype][$component])) {
144 if (isset($itemtypes[$itemtype][$component])) {
160 if (array_key_exists($itemtype, $itemtypes)) {
178 if (array_key_exists($itemtype, $itemtypes)) {
224 array('itemtype' => $record->itemtype,
242 'itemtype' => $record->itemtype,
[all …]
H A Dtag.php564 * @param string $itemtype (optional)
580 if (!is_null($itemtype)) {
594 * @param string $itemtype
609 $taginstance->itemtype = $itemtype;
682 $params['itemtype'] = $itemtype;
754 if ($itemtype === 'tag') {
1000 $params['itemtype'] = $itemtype;
1318 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
1326 $params['itemtype'] = $itemtype;
1353 if (empty($itemtype) || !$DB->get_manager()->table_exists($itemtype)) {
[all …]
/dports/www/moodle310/moodle/favourites/classes/local/service/
H A Duser_favourite_service.php92 * @param string $itemtype the type of the favourited item.
106 'itemtype' => $itemtype
170 * @param string $itemtype the type of the favourited item.
184 'favouriteitemtype' => $itemtype,
196 * @param string $itemtype the type of the favourited item.
220 * @param string $itemtype the type of the favourited item.
230 'itemtype' => $itemtype,
241 * @param string $itemtype the type of the favourited item.
251 $itemtype,
264 * @param string $itemtype the type of the favourited item.
[all …]
/dports/www/moodle311/moodle/favourites/classes/local/service/
H A Duser_favourite_service.php92 * @param string $itemtype the type of the favourited item.
106 'itemtype' => $itemtype
170 * @param string $itemtype the type of the favourited item.
184 'favouriteitemtype' => $itemtype,
196 * @param string $itemtype the type of the favourited item.
220 * @param string $itemtype the type of the favourited item.
230 'itemtype' => $itemtype,
241 * @param string $itemtype the type of the favourited item.
251 $itemtype,
264 * @param string $itemtype the type of the favourited item.
[all …]
/dports/www/moodle39/moodle/favourites/classes/local/service/
H A Duser_favourite_service.php92 * @param string $itemtype the type of the favourited item.
106 'itemtype' => $itemtype
170 * @param string $itemtype the type of the favourited item.
184 'favouriteitemtype' => $itemtype,
196 * @param string $itemtype the type of the favourited item.
220 * @param string $itemtype the type of the favourited item.
230 'itemtype' => $itemtype,
241 * @param string $itemtype the type of the favourited item.
251 $itemtype,
264 * @param string $itemtype the type of the favourited item.
[all …]
/dports/www/moodle310/moodle/favourites/classes/privacy/
H A Dprovider.php96 if (!is_null($itemtype)) {
98 $params['itemtype'] = $itemtype;
127 if (!is_null($itemtype)) {
129 $params['itemtype'] = $itemtype;
152 'itemtype' => $itemtype,
174 * @param string $itemtype The favourite's itemtype.
184 'itemtype' => $itemtype,
202 * @param string $itemtype The favourite's itemtype.
221 'itemtype' => $itemtype,
241 * @param string $itemtype The favourite's itemtype.
[all …]
/dports/www/moodle311/moodle/favourites/classes/privacy/
H A Dprovider.php96 if (!is_null($itemtype)) {
98 $params['itemtype'] = $itemtype;
127 if (!is_null($itemtype)) {
129 $params['itemtype'] = $itemtype;
152 'itemtype' => $itemtype,
174 * @param string $itemtype The favourite's itemtype.
184 'itemtype' => $itemtype,
202 * @param string $itemtype The favourite's itemtype.
221 'itemtype' => $itemtype,
241 * @param string $itemtype The favourite's itemtype.
[all …]
/dports/www/moodle39/moodle/favourites/classes/privacy/
H A Dprovider.php96 if (!is_null($itemtype)) {
98 $params['itemtype'] = $itemtype;
127 if (!is_null($itemtype)) {
129 $params['itemtype'] = $itemtype;
152 'itemtype' => $itemtype,
174 * @param string $itemtype The favourite's itemtype.
184 'itemtype' => $itemtype,
202 * @param string $itemtype The favourite's itemtype.
221 'itemtype' => $itemtype,
241 * @param string $itemtype The favourite's itemtype.
[all …]
/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/lib/html_sanitize_ex/scrubber/
H A Dhtml5.ex33 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
36 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
38 …opzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "spellc…
39 …opzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "spellc…
42 …opzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "spellc…
44 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
45 …opzone", "hidden", "id", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "spellc…
47 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
48 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
49 …"hidden", "id", "inert", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "role",…
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql250 itemtype integer DEFAULT '0' NOT NULL, field
253 PRIMARY KEY (itemtype,key_)
276 INSERT INTO help_items (itemtype,key_,description) values ('0','system.boottime','Timestamp of syst…
277 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.intr','Device interrupts…
280 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.switches','Context switc…
290 INSERT INTO help_items (itemtype,key_,description) values ('0','system.sw.arch','Software architect…
297 INSERT INTO help_items (itemtype,key_,description) values ('0','system.uptime','System uptime in se…
364 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.intr','Device interrupts…
367 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.switches','Context switc…
377 INSERT INTO help_items (itemtype,key_,description) values ('7','system.sw.arch','Software architect…
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql250 itemtype integer DEFAULT '0' NOT NULL, field
253 PRIMARY KEY (itemtype,key_)
276 INSERT INTO help_items (itemtype,key_,description) values ('0','system.boottime','Timestamp of syst…
277 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.intr','Device interrupts…
280 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.switches','Context switc…
290 INSERT INTO help_items (itemtype,key_,description) values ('0','system.sw.arch','Software architect…
297 INSERT INTO help_items (itemtype,key_,description) values ('0','system.uptime','System uptime in se…
364 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.intr','Device interrupts…
367 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.switches','Context switc…
377 INSERT INTO help_items (itemtype,key_,description) values ('7','system.sw.arch','Software architect…
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql250 itemtype integer DEFAULT '0' NOT NULL, field
253 PRIMARY KEY (itemtype,key_)
276 INSERT INTO help_items (itemtype,key_,description) values ('0','system.boottime','Timestamp of syst…
277 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.intr','Device interrupts…
280 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.switches','Context switc…
290 INSERT INTO help_items (itemtype,key_,description) values ('0','system.sw.arch','Software architect…
297 INSERT INTO help_items (itemtype,key_,description) values ('0','system.uptime','System uptime in se…
364 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.intr','Device interrupts…
367 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.switches','Context switc…
377 INSERT INTO help_items (itemtype,key_,description) values ('7','system.sw.arch','Software architect…
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql250 itemtype integer DEFAULT '0' NOT NULL, field
253 PRIMARY KEY (itemtype,key_)
276 INSERT INTO help_items (itemtype,key_,description) values ('0','system.boottime','Timestamp of syst…
277 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.intr','Device interrupts…
280 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.switches','Context switc…
290 INSERT INTO help_items (itemtype,key_,description) values ('0','system.sw.arch','Software architect…
297 INSERT INTO help_items (itemtype,key_,description) values ('0','system.uptime','System uptime in se…
364 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.intr','Device interrupts…
367 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.switches','Context switc…
377 INSERT INTO help_items (itemtype,key_,description) values ('7','system.sw.arch','Software architect…
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql250 itemtype integer DEFAULT '0' NOT NULL, field
253 PRIMARY KEY (itemtype,key_)
276 INSERT INTO help_items (itemtype,key_,description) values ('0','system.boottime','Timestamp of syst…
277 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.intr','Device interrupts…
280 INSERT INTO help_items (itemtype,key_,description) values ('0','system.cpu.switches','Context switc…
290 INSERT INTO help_items (itemtype,key_,description) values ('0','system.sw.arch','Software architect…
297 INSERT INTO help_items (itemtype,key_,description) values ('0','system.uptime','System uptime in se…
364 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.intr','Device interrupts…
367 INSERT INTO help_items (itemtype,key_,description) values ('7','system.cpu.switches','Context switc…
377 INSERT INTO help_items (itemtype,key_,description) values ('7','system.sw.arch','Software architect…
[all …]
/dports/www/moodle310/moodle/tag/
H A Dlib.php47 * @param string $itemtype
52 function core_tag_inplace_editable($itemtype, $itemid, $newvalue) { argument
54 if ($itemtype === 'tagname') {
56 } else if ($itemtype === 'tagareaenable') {
58 } else if ($itemtype === 'tagareacollection') {
60 } else if ($itemtype === 'tagareashowstandard') {
62 } else if ($itemtype === 'tagcollname') {
64 } else if ($itemtype === 'tagcollsearchable') {
66 } else if ($itemtype === 'tagflag') {
68 } else if ($itemtype === 'tagisstandard') {
/dports/www/moodle311/moodle/tag/
H A Dlib.php47 * @param string $itemtype
52 function core_tag_inplace_editable($itemtype, $itemid, $newvalue) { argument
54 if ($itemtype === 'tagname') {
56 } else if ($itemtype === 'tagareaenable') {
58 } else if ($itemtype === 'tagareacollection') {
60 } else if ($itemtype === 'tagareashowstandard') {
62 } else if ($itemtype === 'tagcollname') {
64 } else if ($itemtype === 'tagcollsearchable') {
66 } else if ($itemtype === 'tagflag') {
68 } else if ($itemtype === 'tagisstandard') {
/dports/www/moodle39/moodle/tag/
H A Dlib.php47 * @param string $itemtype
52 function core_tag_inplace_editable($itemtype, $itemid, $newvalue) { argument
54 if ($itemtype === 'tagname') {
56 } else if ($itemtype === 'tagareaenable') {
58 } else if ($itemtype === 'tagareacollection') {
60 } else if ($itemtype === 'tagareashowstandard') {
62 } else if ($itemtype === 'tagcollname') {
64 } else if ($itemtype === 'tagcollsearchable') {
66 } else if ($itemtype === 'tagflag') {
68 } else if ($itemtype === 'tagisstandard') {

12345678910>>...68