/dports/www/itop/web/addons/userrights/ |
H A D | userrightsmatrix.class.inc.php | 157 $oUserSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT User")); 179 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassGrant WHERE class = '… 201 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassStimulusGrant WHERE c… 223 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixAttributeGrant WHERE class… 291 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassGrant WHERE class = '… 319 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixAttributeGrant WHERE class… 341 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassStimulusGrant WHERE c…
|
/dports/www/itop/web/sources/application/search/ |
H A D | criterionparser.class.inc.php | 52 $oSearch = DBObjectSearch::FromOQL($sBaseOql); 68 $oHiddenCriteriaExpression = Expression::FromOQL($sHiddenCriteria); 77 $oExpression = Expression::FromOQL(implode(" OR ", $aExpression));
|
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/helpers/ |
H A D | scopevalidatorhelper.class.inc.php | 229 $oViewFilter = DBSearch::FromOQL($sOqlView); 233 …$oExistingFilter = DBSearch::FromOQL($aProfiles[$sMatrixPrefix . static::ENUM_MODE_READ][$sOqlView… 254 $oEditFilter = DBSearch::FromOQL($sOqlEdit); 277 …$oExistingFilter = DBSearch::FromOQL($aProfiles[$sMatrixPrefix . static::ENUM_MODE_WRITE][$sOqlVie… 321 $oTmpFilter = DBSearch::FromOQL($sOql); 421 $aAllowSearches[] = DBSearch::FromOQL($aProfileMatrix['allow']); 425 $aRestrictSearches[] = DBSearch::FromOQL($aProfileMatrix['restrict']);
|
/dports/www/itop/web/datamodels/2.x/itop-attachments/ |
H A D | main.attachments.php | 113 $oSearch = DBObjectSearch::FromOQL($sOQL); 165 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite… 186 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite… 244 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite… 249 $oSearchTemp = DBObjectSearch::FromOQL("SELECT Attachment WHERE temp_id = :temp_id"); 341 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE id IN($sSuggestedAttachements)"); 541 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite… 558 $oSearch = DBObjectSearch::FromOQL($sOQL); 592 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
|
H A D | module.attachments.php | 131 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_org_id = 0");
|
H A D | ajax.attachment.php | 92 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE id = :id");
|
/dports/www/itop/web/webservices/ |
H A D | export-v2.php | 140 $oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL'); 243 $oExportSearch = DBObjectSearch::FromOQL($sExpression); 262 $oExportSearch = DBObjectSearch::FromOQL($sExpression); 268 $oExportSearch = DBObjectSearch::FromOQL($oQuery->Get('oql')); 386 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ… 465 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ… 486 $oSearch = DBObjectSearch::FromOQL($sExpression); 620 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ… 635 $oSearch = DBObjectSearch::FromOQL($sExpression);
|
H A D | export.php | 100 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ… 134 $oFilter = DBObjectSearch::FromOQL($sExpression);
|
/dports/www/itop/web/core/ |
H A D | tagsetfield.class.inc.php | 218 … $oSearch = DBSearch::FromOQL("SELECT $sClassName WHERE (code = :tag_code OR label = :tag_label)"); 222 …$oSearch = DBSearch::FromOQL("SELECT $sClassName WHERE id != :id AND (code = :tag_code OR label = … 268 $oSearch = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'"); 318 $oFilter = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'"); 331 $oFilter = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'");
|
H A D | dbproperty.class.inc.php | 80 $oSearch = DBObjectSearch::FromOQL('SELECT DBProperty WHERE name = :name'); 126 $oSearch = DBObjectSearch::FromOQL('SELECT DBProperty WHERE name = :name');
|
H A D | ownershiplock.class.inc.php | 145 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('obj_class' => $sObjClass, 'obj_key' … 197 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('obj_class' => $sObjClass, 'obj_key' … 345 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('last_seen_limit' => date(AttributeDa…
|
H A D | inlineimage.class.inc.php | 177 $oSearch = DBObjectSearch::FromOQL($sOQL); 209 $oSearch = DBObjectSearch::FromOQL($sOQL); 612 …$oSet = new CMDBObjectSet(DBObjectSearch::FromOQL($sOQL), array('expire' => true) /* order by*/, a…
|
H A D | trigger.class.inc.php | 155 $oSearch = DBObjectSearch::FromOQL($sFilter); 221 $oSearch = DBObjectSearch::FromOQL($sFilter);
|
H A D | valuesetdef.class.inc.php | 142 $oFilter = DBObjectSearch::FromOQL($this->m_sFilterExpr); 216 $oFilter = DBObjectSearch::FromOQL($this->m_sFilterExpr);
|
H A D | bulkchange.class.inc.php | 1036 $oScopeSearch = DBObjectSearch::FromOQL($this->m_sSynchroScope); 1095 …$oBulkChangeSearch = DBObjectSearch::FromOQL("SELECT CMDBChange WHERE origin IN ('csv-interactive'… 1128 $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOpCreate WHERE change = :change_id"); 1138 … $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOpSetAttribute WHERE change = :change_id"); 1248 $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOp WHERE change = :change_id");
|
/dports/www/itop/web/portal/ |
H A D | index.php | 71 $oSearch = DBObjectSearch::FromOQL($sValidationOql); 212 $oSearch = DBObjectSearch::FromOQL(PORTAL_SERVICECATEGORY_QUERY); 274 $oSearch = DBObjectSearch::FromOQL(PORTAL_SERVICE_SUBCATEGORY_QUERY); 364 $oSearch = DBObjectSearch::FromOQL($sOql); 632 $oSearch = DBObjectSearch::FromOQL(PORTAL_VALIDATE_SERVICECATEGORY_QUERY); 643 $oSearch = DBObjectSearch::FromOQL(PORTAL_VALIDATE_SERVICESUBCATEGORY_QUERY); 807 $oSearch = DBObjectSearch::FromOQL($sOQL); 809 $oExpr = Expression::FromOQL($sOQLCondition); 815 $oSearch = DBObjectSearch::FromOQL($sOQL); 839 $oSearch = DBObjectSearch::FromOQL($sOQL); [all …]
|
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/controllers/ |
H A D | managebrickcontroller.class.inc.php | 155 $oQuery = DBSearch::FromOQL($oBrick->GetOql()); 192 $oConditionQuery = $oQuery->Intersect(DBSearch::FromOQL($aGroup['condition'])); 286 $oQuery = DBSearch::FromOQL($oBrick->GetOql()); 312 $oConditionQuery = $oQuery->Intersect(DBSearch::FromOQL($aGroup['condition'])); 852 $oDistinctQuery = DBSearch::FromOQL($oBrick->GetOql()); 963 $oQuery = DBSearch::FromOQL($oBrick->GetOql());
|
/dports/www/itop/web/pages/ |
H A D | audit.php | 108 $oRuleFilter = DBObjectSearch::FromOQL($sOql); 191 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set')); 256 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set')); 290 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set'));
|
H A D | UniversalSearch.php | 85 $oFilter = DBObjectSearch::FromOQL($sOQL);
|
H A D | preferences.php | 143 $oFilter = DBObjectSearch::FromOQL($sOQL); 400 $oFilter = DBObjectSearch::FromOQL('SELECT Organization');
|
/dports/www/itop/web/synchro/ |
H A D | synchrodatasource.class.inc.php | 243 …$oSetSynchroLog = new CMDBObjectSet(DBObjectSearch::FromOQL($sSelectSynchroLog), array('start_date… 264 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL)); 268 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL)); 272 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL)); 1199 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('start_date' => false) /* order by*/… 1216 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('start_date' => false) /* order by*/… 1233 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('end_date' => false) /* order by*/, … 1707 self::$aSearches[$oDataSource->GetKey()] = DBObjectSearch::FromOQL($sOQL); 2366 …$oSetTotal = new DBObjectSet(DBObjectSearch::FromOQL($sSelectTotal), array() /* order by*/, array(… 2417 …$oSetAtt = new DBObjectSet(DBObjectSearch::FromOQL($sSelectAtt), array() /* order by*/, array('sou… [all …]
|
H A D | replica.php | 61 $oFilter = DBObjectSearch::FromOQL($sOQL);
|
/dports/www/itop/web/application/ |
H A D | shortcut.class.inc.php | 216 $oFilter = DBObjectSearch::FromOQL($this->Get('oql')); 239 $oSearch = DBObjectSearch::FromOQL($sOQL);
|
H A D | query.class.inc.php | 113 $oSearch = DBObjectSearch::FromOQL($sOql);
|
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/forms/ |
H A D | objectformmanager.class.inc.php | 712 …$oScopeOriginal = ($oField->GetSearch() !== null) ? $oField->GetSearch() : DBSearch::FromOQL($oAtt… 1012 …$oTriggerSet = new DBObjectSet(DBObjectSearch::FromOQL($sTriggersQuery), array(), array('parent_cl… 1234 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite… 1249 $oSearch = DBObjectSearch::FromOQL($sOQL); 1279 $oSearch = DBObjectSearch::FromOQL($sOQL);
|