/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | RemoteMouse.php | 40 * @param null|WebDriverCoordinates $where 44 public function click(WebDriverCoordinates $where = null) argument 47 $moveAction = $where ? [$this->createMoveAction($where)] : []; 62 $this->moveIfNeeded($where); 71 * @param WebDriverCoordinates $where 75 public function contextClick(WebDriverCoordinates $where = null) argument 78 $moveAction = $where ? [$this->createMoveAction($where)] : []; 102 $this->moveIfNeeded($where); 115 doubleClick(WebDriverCoordinates $where = null) global() argument 145 mouseDown(WebDriverCoordinates $where = null) global() argument 182 mouseMove(WebDriverCoordinates $where = null, $x_offset = null, $y_offset = null) global() argument 222 mouseUp(WebDriverCoordinates $where = null) global() argument 255 moveIfNeeded(WebDriverCoordinates $where = null) global() argument 270 createMoveAction(WebDriverCoordinates $where = null, $x_offset = null, $y_offset = null) global() argument [all...] |
/plugin/tagging/helper/ |
H A D | querybuilder.php | 193 $where = '1=1'; 196 $where .= ' AND pid'; 197 $where .= $this->useLike($this->pid) ? ' GLOB' : ' ='; 198 $where .= ' ?'; 203 $where .= ' AND pid'; 204 $where .= ' IN('; 206 $where .= ' ?,'; 209 $where = rtrim($where, ',') . ')'; 213 $where [all...] |
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverMouse.php | 13 * @param WebDriverCoordinates $where 16 public function click(WebDriverCoordinates $where); argument 19 * @param WebDriverCoordinates $where 22 public function contextClick(WebDriverCoordinates $where); argument 25 * @param WebDriverCoordinates $where 28 public function doubleClick(WebDriverCoordinates $where); argument 31 * @param WebDriverCoordinates $where 34 public function mouseDown(WebDriverCoordinates $where); argument 37 * @param WebDriverCoordinates $where 43 WebDriverCoordinates $where, argument 52 mouseUp(WebDriverCoordinates $where) global() argument [all...] |
/plugin/swiftmail/Swift/ |
H A D | RecipientList.php | 71 if (in_array($where, array("to", "cc", "bcc"))) 73 $container =& $this->$where; 82 public function remove($address, $where="to") argument 90 if (in_array($where, array("to", "cc", "bcc"))) 92 if (array_key_exists($key, $this->$where)) unset($this->{$where}[$key]); 100 public function getIterator($where) argument 102 if (!empty($this->iterators[$where])) 104 return $this->iterators[$where]; 108 $it = new Swift_Iterator_Array($this->$where); 118 if (in_array($where, array("to", "cc", "bcc"))) [all …]
|
/plugin/struct/meta/ |
H A D | QueryBuilderWhere.php | 21 * @param QueryBuilder $QB The QueryBuilder to which this where-clause belongs 44 return $this->where('AND', $statement); 55 return $this->where('OR', $statement); 65 return $this->where('AND', null); 75 return $this->where('OR', null); 86 public function where($op = 'AND', $statement = null) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere 94 $where = new QueryBuilderWhere($this->QB, $op, $statement); 95 $this->statement[] = $where; 100 return $where; 113 * @param bool $first is this the first where statemen [all...] |
H A D | AccessTablePage.php | 50 $where = "WHERE pid = ?"; 53 $where .= " AND REV > 0 AND rev <= ?"; 58 $sql = "SELECT rev FROM $table $where ORDER BY rev DESC LIMIT 1";
|
/plugin/userhomepage/ |
H A D | action.php | 245 $where = $this->private_ns.':*'; 253 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 259 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 266 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 280 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 314 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 321 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 333 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 337 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… 344 …if (!in_array("$where\t$who\t$perm\n", $existingLines)) { $newLines[] = array('where' => $where, '… [all …]
|
/plugin/data-au/syntax/ |
H A D | related.php | 73 $where = ''; 98 $where .= ' AND (' . join(' OR ', $cond) . ') '; 127 $where .= ' AND ( 1=1 '; 134 …$where .= " " . $filter['logic'] . " pages.page " . $filter['compare'] . " '" . $filter['value'] .… 136 …$where .= " " . $filter['logic'] . " pages.title " . $filter['compare'] . " '" . $filter['value'] … 145 … $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] . 150 $where .= ' ) '; 158 $where
|
/plugin/data/syntax/ |
H A D | related.php | 78 $where = ''; 101 $where .= ' AND (' . implode(' OR ', $cond) . ') '; 130 $where .= ' AND ( 1=1 '; 138 $where .= " " . $filter['logic'] . " pages.page " 142 $where .= " " 154 $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] . 159 $where .= ' ) '; 167 $where
|
/plugin/dataloop/syntax/ |
H A D | roll.php | 273 $where = ''; 327 $where .= ' AND ( 1=1 '; 333 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'"; 335 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'"; 344 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare']. 349 $where .= ' ) '; 361 $where .= ' AND '.$tables[$col].".value = '".sqlite_escape_string($val)."'"; 366 $where = 'pages.pid = T1.pid '.$where; 368 $where = '1 = 1 '.$where; 374 WHERE $where
|
H A D | textloop.php | 313 $where = ''; 367 $where .= ' AND ( 1=1 '; 373 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'"; 375 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'"; 384 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare']. 389 $where .= ' ) '; 401 $where .= ' AND '.$tables[$col].".value = '".sqlite_escape_string($val)."'"; 406 $where = 'pages.pid = T1.pid '.$where; 408 $where = '1 = 1 '.$where; 414 WHERE $where
|
H A D | loop.php | 389 $where = ''; 443 $where .= ' AND ( 1=1 '; 449 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'"; 451 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'"; 460 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare']. 465 $where .= ' ) '; 477 $where .= ' AND '.$tables[$col].".value = '".sqlite_escape_string($val)."'"; 482 $where = 'pages.pid = T1.pid '.$where; 484 $where = '1 = 1 '.$where; 490 WHERE $where
|
/plugin/progrecss/ |
H A D | syntax.php | 154 $where= $data['order']; 167 $renderer->doc .= $this->_place_percentage($percentage, $fmted_p, $where); 220 function _place_percentage ($pv, $p, $where) { argument 221 if ($where==='before') $wt.= $p; 222 $wt.= ' <span class="bar '. $where. '" style="width: '.$pv. '%;">'; 223 if ($where==='inside') $wt.= $p; 225 if ($where==='after') $wt.= $p;
|
/plugin/watchcycle/ |
H A D | admin.php |
|
/plugin/struct/types/ |
H A D | TraitFilterPrefix.php | 31 $add = $add->where($op); // sub where group 48 $add->where($op, "$column $comp $pl");
|
/plugin/authowncloud/ |
H A D | auth.php | 184 $where = array(); 190 array_push($where, '*PREFIX*users.uid LIKE ?'); 193 array_push($where, '*PREFIX*users.displayname LIKE ?'); 196 array_push($where, '*PREFIX*preferences.configvalue LIKE ?'); 200 array_push($where, '*PREFIX*group_user.gid LIKE ?'); 206 array_push($where, '*PREFIX*preferences.configkey = ?'); 215 if(!empty($where)) $wheres = ' WHERE '.implode(' AND ', $where);
|
/plugin/dokutranslate/ |
H A D | admin.php | 84 foreach((array) $_REQUEST['del'] as $where){ 86 unset($_REQUEST['acl'][$where]); 101 foreach((array) $_REQUEST['acl'] as $where => $who){ 104 $lines[] = "$where\t$who\n"; 345 foreach($this->acl as $where => $who){ 348 echo '<span class="dokutranslatens">'.hsc($where).'</span>'; 356 echo '<input type="hidden" name="acl['.hsc($where).']" value="'.hsc($who).'" />'; 357 echo '<input type="checkbox" name="del[]" value="'.hsc($where).'" />';
|
/plugin/do/ |
H A D | helper.php | 107 $where = ' WHERE 1=1'; 126 $where .= sprintf(' AND A.page LIKE %s', $this->db->quote_string($ns . '%')); 136 $where .= sprintf(' AND A.page = %s', $this->db->quote_string($args['id'][0])); 142 $where .= ' AND B.status IS NOT null'; 144 $where .= ' AND B.status IS null'; 154 $where .= sprintf(" AND A.date >= '%s' AND A.date <= '%s' ", $args['from'][0], $args['to'][0]); 165 $where .= ' AND A.md5 = ' . $this->db->quote_string($args['md5'][0]); 195 $where .= sprintf(' AND %s in (%s)', $search, $args[$n]); 201 $where .= ' AND GETACCESSLEVEL(A.page) >= ' . AUTH_READ; 218 ' . $where [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A D | StructuredQuery.php | 145 public function setWhere(Filter $where) argument 147 $this->where = $where; 154 return $this->where;
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | app.php | 26 function get_apps($col = '*', $where = '') { argument 27 …b->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$where : ''), 'a…
|
/plugin/blogtng/helper/ |
H A D | tags.php | 203 $where = ''; 205 $where .= '('.join(' OR ', $tag_clauses['OR']).')'; 208 $where .= (!empty($where) ? ' AND ' : '').join(' AND ', $tag_clauses['AND']); 211 $where .= (!empty($where) ? ' AND ' : '').join(' AND ', $tag_clauses['NOT']); 213 return $where;
|
/plugin/semanticdata/syntax/ |
H A D | table.php | 325 $where = ''; 347 if ($where != '') $where .= " UNION "; 348 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($key),$tables[$… 377 if ($where != '') $where .= " UNION "; 378 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($col),$tables[$… 443 "WHERE {".$wherefirst."{".$where."} ".$wherefilter."} GROUP BY ?page ".$order.
|
/plugin/structpublish/meta/ |
H A D | AccessTableStructpublish.php | 65 $where = "WHERE pid = ?"; 68 $where .= " AND REV > 0 AND rev <= ?"; 73 $sql = "SELECT rev FROM $table $where ORDER BY rev DESC LIMIT 1";
|
/plugin/structprogress/types/ |
H A D | Progress.php | 147 $add = $add->where($op); // open a subgroup 148 $add->where('AND', "$tablealias.$colname != ''"); // make sure the field isn't empty 153 $add = $add->where($op); // sub where group 159 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
|
/plugin/blogtng/ |
H A D | admin.php | 283 $where = 'WHERE blog = ' . $db->quote_string($query['blog']) . ' '; 285 $where = 'WHERE blog != "" '; 291 $where .= 'AND ( title LIKE \'%'.$db->escape_string($query['string']).'%\' ) '; 294 $where .= 'AND ( author LIKE \'%'.$db->escape_string($query['string']).'%\' ) '; 310 $where .= 'AND ( comments.pid = ' . $db->quote_string($query['pid']) . ' ) '; 313 $sqlcount = $count . $from . $where; 314 $sqlselect = $select . $from . $where . $orderby; 496 $where = 'WHERE blog != "" '; 500 $where = ''; 506 $sqlcount = $count . $from . $where; [all …]
|