Home
last modified time | relevance | path

Searched refs:where (Results 26 – 50 of 889) sorted by relevance

12345678910>>...36

/plugin/struct/types/
H A DDecimal.php167 $add = $add->where($op); // open a subgroup
168 $add->where('AND', "$tablealias.$colname != ''");
174 $add = $add->where($op); // sub where group
180 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
H A DTag.php129 $add = $add->where($op); // sub where group
134 $add->where($op, "LOWER(REPLACE($tablealias.$colname, ' ', '')) $comp LOWER(REPLACE($pl, ' ', ''))");
H A DDateTime.php38 * @param string $name the form name where this has to be stored
141 $add = $add->where($op); // sub where group
146 $add->where($op, "$col $comp $pl");
/plugin/data-au/syntax/
H A Dcloud.php69 $where = ' ';
90 $where .= " " . $filter['logic'] . " pages." . $fields[$m[1]] .
101 … $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
111 $where
/plugin/data/syntax/
H A Dcloud.php81 $where = ' ';
99 $where .= " " . $filter['logic'] . " pages." . $fields[$m[1]] .
110 $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
120 $where
/plugin/struct/meta/
H A DQueryBuilder.php20 protected $where; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
31 $this->where = new QueryBuilderWhere($this);
132 return $this->where;
232 ' WHERE ' . $this->where->toSQL() . "\n";
/plugin/superacl/
H A Dadmin.php130 foreach((array) $_REQUEST['acl'] as $where => $opt){
133 $lines[] = "$where\t$who\t$perm\n";
550 foreach($this->acl as $where => $set){
553 $hidden = ! ($this->_is_in_current_namespace($where));
564 if(substr($where,-1) == '*'){
565 echo '<span class="aclns">'.hsc($where).'</span>';
568 echo '<span class="aclpage">'.hsc($where).'</span>';
582 echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']');
586 echo '<input type="checkbox" name="del['.hsc($where).']" value="'.hsc($who).'" />';
/plugin/rtlink/
H A DREADME3 …of using absolute links to tickets, you can use common short-hand RT####, where #### equals the Ti…
7 Link to a particular ticket, just use the string RT####, where ####=your ticket number.
/plugin/supa/
H A Dscript.js172 var where, root, html; variable
182 where = $("dw__flashupload");
183 if (!where) {
226 insertAfter(where, root);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt242 where <value> is the amount +/- to adjust contrast
252 where <value> is a number between zero (no change)
266 where <c> is the number of colors (2-256) you want
270 where <value> is a number between 0 and 100 for the
286 where (0 < <radius> < 25) (default = 1)
313 where <c> is the target hex color to white balance
354 [ex: &fltr[]=wmi|<f>|<a>|<o>|<x>|<y>|<r>] where
357 R, L, T, B, *) where B=bottom, T=top, L=left,
376 where:
591 where Safe Mode is enabled, specificly when accessing
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php29 function get_apps($col = '*', $where = '') { argument
30 …->db->fetch_all("SELECT $col FROM ".UC_DBTABLEPRE."applications".($where ? ' WHERE '.$where : ''));
/plugin/socialshareprivacy2/JC/
H A DREADME.md77where the cookie is valid. *By default the path of the cookie is the path of the page where the co…
91 Define the domain where the cookie is valid. Default: domain of page where the cookie was created.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.AutoParagraph.txt
/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];
/plugin/pagetemplater/
H A DREADME.md16 … to have the word ``@@CONTENT@@`` in the content. This is the placeholder where the content of you…
20 …ur own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the template page (where ``YOURPLACEHOLDER`…
/plugin/embeddedphp/
H A DREADME4 present up to DokuWiki "Igor" for those use-cases where it is safe
7 IMPORTANT SECURITY WARNING: Please never use this plugin where
/plugin/whoisonline/
H A Dplugin.info.txt6 desc Tracks who is online and where they are from
/plugin/badbehaviour/lang/en/
H A Dstats.txt4 where blocked by the badbehaviour plugin in the last days and the
/plugin/searchstats/
H A Dhelper.php34 'desc' => 'returns folder where data is saved',
/plugin/combo/db/combo/
H A DREADME.md8 * Create a file `updateXXXXX.sql` where `XXXXX` = `XXXX+1`
/plugin/combo/db/combo-secondary/
H A DREADME.md8 * Create a file `updateXXXXX.sql` where `XXXXX` = `XXXX+1`
/plugin/twofactor/lang/en/
H A Dprofile.txt3 This is where you can configure what you want to use as a second factor besides your usual credentials when logging into DokuWiki. What options are available depends on what your administrator has configured.
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/airtable/
H A DREADME.md43 `{{airtable>type: "table" | record-url: "theURL" | fields: "field1", "field2" | where: "FORMULA" | …
48 * `where` - [an airtable formula](https://support.airtable.com/hc/en-us/articles/203255215-Formula…
59 …fields: "Name", "# of bulbs", "Posted By", "Post Text", "Post Image(s)" | where: "AND({Idea #} <= …
66 Records are rendered as a template where text is displayed on the left and media on the right. Synt…
/plugin/jiralinks/
H A Dplugin.info.txt6 …ra issues and automatically add remote issue links back to the wiki pages where these issues are m…

12345678910>>...36