Home
last modified time | relevance | path

Searched refs:where (Results 601 – 625 of 889) sorted by last modified time

1...<<21222324252627282930>>...36

/plugin/piwik2/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/cleanoldips/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/dataloop/syntax/
H A Droll.php273 $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 Dtextloop.php313 $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 Dloop.php389 $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/navbox/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/gtime/gtlib/
H A DLICENSE79 where such license applies only to those patent claims licensable
/plugin/randominc/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/datedifference/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/loadskin/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/simplewikipagetree/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/authfacebook/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/unsplashdoku/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/authdjango/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/progrecss/
H A Dsyntax.php154 $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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md554 put the URL where you want the link to point, along with an *optional*
736 To produce a literal asterisk or underscore at a position where it
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md30 …(https://bugs.php.net/bug.php?id=45735) which exists in versions `<` 7.0, where `preg_match()` cau…
51 - Lines containing "0" where skipped or considered empty in some cases (@tanakahisateru)
H A DCONTRIBUTING.md29 where the input file contains the Markdown and the output file contains the expected HTML.
H A DREADME.md240 … line occurs. This step is implemented by a method named `consume{blockName}()` where `{blockName}`
278 …`render{elementName}()`-method where `elementName` refers to the name of the element in the abstra…
/plugin/swiftmail/Swift/
H A DMessage.php124 protected function setReference($where, $key, $ref) argument
126 if ($ref === $this) $this->references[$where][$key] = false;
127 else $this->references[$where][$key] = $ref;
135 protected function getReference($where, $key) argument
137 if (!$this->references[$where][$key]) return $this;
138 else return $this->references[$where][$key];
H A DRecipientList.php71 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/codebash/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/autolink3/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt159 …+" in particular where the text has already been marked up as a Geshi code block, the parser wil…
/plugin/fckg/fckeditor/
H A Dlicense.txt661 where to find the accompanying uncombined form of the same work.
991 location (such as a relevant directory) where a user would be likely
995 for the Source Code where You describe recipients' rights or ownership
1012 including a description of how and where You have fulfilled the
1135 indirectly infringes any patent where such claim is resolved (such as

1...<<21222324252627282930>>...36