Home
last modified time | relevance | path

Searched refs:where (Results 51 – 75 of 889) sorted by relevance

12345678910>>...36

/plugin/approve/lang/en/
H A Dassignments_intro.txt3 Here you can define pages/namespaces where approve is used and specify their approvers.
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt22 location where all the animal's data will be stored.
28 The **Animal Directory** is where a new directory is created for each Animal you create. This directory has to be
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php478 $where =& new GtkLabel(" Download from: http://pear.php.net/PHPUnit/");
483 $where->set_alignment(0, .5);
492 $vBox->pack_start($where);
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md45 1. PHP 5.4 array syntax must be used every where. This means you use `[` and
50 there are many places in the source where it felt more sensibile to not
61 11. Any of the rules stated before may be broken where this is the pragmatic
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md45 1. PHP 5.4 array syntax must be used every where. This means you use `[` and
50 there are many places in the source where it felt more sensibile to not
61 11. Any of the rules stated before may be broken where this is the pragmatic
/plugin/bez/mdl/
H A DFactory.php118 $where = '';
120 $where = ' WHERE '.implode(' AND ', $where_q);
122 return array($where, $execute);
/plugin/schedule/
H A Dschedule.class.php22 var $where; // event place insee code or city name variable in schedule
H A Dschedules.class.php311 if (preg_match ('/[0-9]/', $schedule->where)) {
328 $schedule->where = $newWhere;
536 if ('' == $schedule->where)
955 } elseif ($event->where) {
956 $location = $event->where;
980 } elseif ($event->where) {
981 $location = $event->where;
1160 $cities = explode (',', $schedule->where);
1182 function makeWhereString ($where) { argument
1185 foreach (explode (',', $where) as $zip)
[all …]
/plugin/directions/
H A Dplugin.info.txt6 desc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fr…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.Escaping.txt
/plugin/abortlogin/
H A DREADME.md5 There is a test option available to admins, where a comma seperated list of
/plugin/pixelyear/
H A DSYNTAX.md8 …pe character "|" in the format month|day|pixel. The pixel is a number 1-5 where 1 is bad, 5 is goo…
/plugin/block/
H A DREADME4 can use foreground and, where applicable, background colors.
/plugin/tagging/
H A Dhelper.php468 $where = ' WHERE CLEANTAG(tag) = ?';
469 $where .= ' AND GETACCESSLEVEL(pid) >= ' . AUTH_EDIT;
470 $where .= $queryTagger;
482 $res = $db->query($insertQuery . $where, $params);
495 if ($db->query($deleteQuery . $where, $params) === false) {
687 $sql = 'SELECT pid from taggings where CLEANTAG(tag) = CLEANTAG(?)';
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt5 …omponent]] that shows the backlinks of a page ordered by pages importance where the page that has …
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsErrorTests.yml16 There was a bug in PyYaml where it was off by one
/plugin/move/lang/en/
H A Dmove.txt8 * You cannot move a page to a namespace where a page with the same name already exists.
/plugin/struct/types/
H A DAutoSummary.php58 $sub = $add->where($op);
H A DAbstractBaseType.php258 * @param string $name the form base name where this has to be stored
284 * @param string $name the form name where this has to be stored
373 * @param QueryBuilderWhere $add The where clause where statements can be added
384 $add = $add->where($op); // sub where group
389 $add->where($op, "$tablealias.$colname $comp $pl");
/plugin/pagemove/lang/en/
H A Dpagemove.txt9 * You cannot move the document to a namespace where a document with the same name already exists.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddeprecated.rst8 PHP function) where the ``deprecated`` tag is used in a template:
/plugin/authsqlite/
H A DREADME.md11 and corresponds to the folder where the animal's configuration and data
14 This is the configuration for a farm, where a single authentication
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1where there is no 'end'. Also, 'do' sometimes starts a block\n * that is ended by 'end', but somet…
/plugin/fckg/
H A DChanges24 Fix to FCKEditor fck_link.js for IE9, where FCKeditor's Selection.SelectNode() fails to insert link…
29 Fix to FCKeditor fck_image.js for IE9, where FCK.InsertElement failed to insert image at
36 where templates force Standards Mode will have to manually switch to compatibilty mode.
40 Fixed for smileys in lists where CR was lost if smiley was in li
67 all rows where rowspans have been processed, causing them to be ignored on subsequent passes of loo…
72 Fixed bug where table markup inside code blocks dropped empty cells (edit.php::_preprocess)
354 Support for alternate savedir where dokuwiki root is domain
/plugin/skipentity/
H A DREADME8 The initial purpose of this plugin is to by-pass the rendering of entities where required without h…

12345678910>>...36