Home
last modified time | relevance | path

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

/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Import/
H A DImport.php105 'rowset_checksum' => $this->quoteBinary($this->rowsetChecksum()),
198 'checksum' => $this->quoteBinary($checksum),
263 'checksum' => $this->quoteBinary($checksum),
297 $db->insert('imported_rowset', array('checksum' => $this->quoteBinary($rowset)));
307 'row_checksum' => $this->quoteBinary($row),
317 'rowset_checksum' => $this->quoteBinary($rowset),
318 'row_checksum' => $this->quoteBinary($row)
459 protected function quoteBinary($bin) function in Icinga\\Module\\Director\\Import\\Import
461 return $this->connection->quoteBinary($bin);
H A DSync.php777 $runProperties['last_former_activity'] = $db->quoteBinary($formerActivityChecksum);
778 $runProperties['last_related_activity'] = $db->quoteBinary(hex2bin(
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Web/Table/
H A DConfigFileDiffTable.php107 $this->quoteBinary(hex2bin($this->rightChecksum))
112 $this->quoteBinary(hex2bin($this->leftChecksum))
130 $this->quoteBinary(hex2bin($this->leftChecksum))
135 $this->quoteBinary(hex2bin($this->rightChecksum))
H A DDbHelper.php18 public function quoteBinary($binary) function
H A DGeneratedConfigFileTable.php117 $this->quoteBinary($this->config->getChecksum())
H A DBasketSnapshotTable.php120 $query->where('b.uuid = ?', $this->quoteBinary($this->basket->get('uuid')));
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/session/storage/
H A Ddatabase.php41 ->where($db->quoteName('session_id') . ' = ' . $db->quoteBinary($id));
80 ->where($db->quoteName('session_id') . ' = ' . $db->quoteBinary($id));
117 ->where($db->quoteName('session_id') . ' = ' . $db->quoteBinary($id));
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Objects/
H A DImportRun.php44 $this->getConnection()->quoteBinary($this->rowset_checksum)
63 … )->where('rsr.rowset_checksum = ?', $this->getConnection()->quoteBinary($this->rowset_checksum));
103 $connection->quoteBinary($binchecksum)
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Session/
H A DMetadataManager.php71 ->where($this->db->quoteName('session_id') . ' = ' . $this->db->quoteBinary($session->getId()));
95 $this->db->quoteBinary($session->getId()),
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Value/
H A DBinary.php30 return $db->quoteBinary($this->value);
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Data/Db/
H A DDbConnection.php20 public function quoteBinary($binary) function in Icinga\\Module\\Director\\Data\\Db\\DbConnection
H A DDbObject.php962 return $this->connection->quoteBinary($value);
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/IcingaConfig/
H A DIcingaConfig.php207 $connection->quoteBinary(hex2bin($checksum))
225 $connection->quoteBinary(hex2bin($checksum))
243 $connection->quoteBinary(hex2bin($checksum))
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/
H A DDb.php313 $this->db()->quoteInto($sql, $this->quoteBinary($checksum))
334 $db->quoteInto($sql, $this->quoteBinary(hex2bin($checksum)))
/dports/www/joomla3/joomla3-3.9.24/plugins/privacy/user/
H A Duser.php144 $quotedIds[] = $this->db->quoteBinary($sessionId);
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Postgresql/
H A DSchema.php102 return $this->quoteBinary($value);
167 public function quoteBinary($value) function in Horde_Db_Adapter_Postgresql_Schema
/dports/www/joomla3/joomla3-3.9.24/plugins/user/joomla/
H A Djoomla.php288 ->where($this->db->quoteName('session_id') . ' = ' . $this->db->quoteBinary($oldSessionId));
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Sqlite/
H A DSchema.php67 public function quoteBinary($value) function in Horde_Db_Adapter_Sqlite_Schema
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/driver/
H A Dpgsql.php1019 public function quoteBinary($data) function in JDatabaseDriverPgsql
H A Dsqlsrv.php295 public function quoteBinary($data) function in JDatabaseDriverSqlsrv
H A Dpostgresql.php1623 public function quoteBinary($data) function in JDatabaseDriverPostgresql
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Base/
H A DSchema.php320 public function quoteBinary($value) function in Horde_Db_Adapter_Base_Schema
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Oracle/
H A DSchema.php93 public function quoteBinary($value) function in Horde_Db_Adapter_Oracle_Schema
/dports/www/joomla3/joomla3-3.9.24/libraries/legacy/application/
H A Dapplication.php1044 ->where($db->quoteName('session_id') . ' = ' . $db->quoteBinary($session->getId()));
/dports/www/joomla3/joomla3-3.9.24/libraries/joomla/database/
H A Ddriver.php1884 public function quoteBinary($data) function in JDatabaseDriver