Home
last modified time | relevance | path

Searched refs:hidden (Results 26 – 50 of 757) sorted by path

12345678910>>...31

/plugin/approve/action/
H A Dmigration.php166 $hidden = '0';
169 $hidden = '1';
175 'hidden' => $hidden
/plugin/approve/db/
H A Dupdate0001.sql22 hidden BOOLEAN NOT NULL DEFAULT 0 field
34 ON page (maintainer, page, hidden);
H A Dupdate0002.sql14 hidden BOOLEAN NOT NULL DEFAULT 0 field
17 INSERT INTO pageTemp(page,approver,hidden) SELECT page,maintainer,hidden FROM page;
/plugin/approve/
H A Dhelper.php21 $res = $sqlite->query('SELECT page, hidden FROM page');
25 $hidden = $page['hidden'];
29 if ($hidden != $new_hidden) {
30 $sqlite->query('UPDATE page SET hidden=? WHERE page=?', $new_hidden, $id);
49 $res = $sqlite->query('SELECT page, approver FROM page WHERE page=? AND hidden=0', $id);
185 'hidden' => $this->in_hidden_namespace($sqlite, $id, $no_apr_namespace) ? '1' : '0'
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php932 public $hidden; variable in Google_CalendarListEntry
984 public function setHidden( $hidden) { argument
985 $this->hidden = $hidden;
988 return $this->hidden;
H A DGoogle_DriveService.php2793 public $hidden; variable in Google_DriveFileLabels
2798 public function setHidden( $hidden) { argument
2799 $this->hidden = $hidden;
2802 return $this->hidden;
H A DGoogle_TasksService.php339 public $hidden; variable in Google_Task
376 public function setHidden( $hidden) { argument
377 $this->hidden = $hidden;
380 return $this->hidden;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarListEntry.php58 public $hidden; variable in Google\\Service\\Calendar\\CalendarListEntry
223 public function setHidden($hidden) argument
225 $this->hidden = $hidden;
232 return $this->hidden;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDrive.php41 public $hidden; variable in Google\\Service\\Drive\\Drive
138 public function setHidden($hidden) argument
140 $this->hidden = $hidden;
147 return $this->hidden;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGamesManagement.php113 'path' => 'games/v1management/applications/{applicationId}/players/hidden',
183 'path' => 'games/v1management/applications/{applicationId}/players/hidden/{playerId}',
198 'path' => 'games/v1management/applications/{applicationId}/players/hidden/{playerId}',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSheetProperties.php29 public $hidden; variable in Google\\Service\\Sheets\\SheetProperties
86 public function setHidden($hidden) argument
88 $this->hidden = $hidden;
95 return $this->hidden;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php42 public $hidden; variable in Google\\Service\\Tasks\\Task
141 public function setHidden($hidden) argument
143 $this->hidden = $hidden;
150 return $this->hidden;
/plugin/authhttp/
H A DREADME80 the HTTP authentication username. Also, the login form should be hidden
/plugin/authsmf20/
H A Dstyle.css65 overflow: hidden;
/plugin/autoincludeindex/
H A Dstyle.css4 visibility:hidden;
/plugin/autoindentcontrol/
H A Dstyle.css12 overflow: hidden;
35 visibility: hidden;
/plugin/autolink3/
H A Dadmin.php143 <input type='hidden' name='do' value='admin' />
144 <input type='hidden' name='add' value=''/>
145 <input type='hidden' name='page' value='autolink3' />
146 <input type='hidden' name='ligne' value='".$_REQUEST['mod']."' />
147 <input type='hidden' name='up' value='".$mem."' />
183 …".DOKU_BASE."/lib/images/loading.gif' id='pl_si_throbber' style='visibility: hidden' alt='load'/>
/plugin/autotooltip/
H A Dscreen.less37 .plugin-autotooltip-hidden-tip, .plugin-autotooltip-hidden-classes {
/plugin/batchedit/
H A Dinterface.js79 // Consolidate the list of all checked match ids into single hidden input field as
172 // of the element when it's hidden in order to get its height. This style mutation
285 var hidden = true;
299 if (hidden && data.progress < 400) {
303 hidden = false;
306 if (!hidden) {
/plugin/bbs/
H A Dstyle.css10 .bbs .hidden {visibility:hidden;}
H A Dsyntax.php93 else if ($s==8) {$this->tags[hidden] = true;}
107 if ($this->tags[hidden]) $c[] = 'hidden';
/plugin/bez/
H A Dstyle.css613 overflow:hidden;
707 overflow: hidden;
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt38 …2:7. But we speak the wisdom of God in a mystery, a wisdom which is hidden, which God ordained bef…
75 …t before the time: until the Lord come, who both will bring to light the hidden things of darkness…
H A D1_Kings.txt227 …nsulted the Lord whether he would come thither. And the Lord answered: Behold he is hidden at home.
H A D1_Machabees.txt24 …1:24. And he took the silver and gold, and the precious vessels: and he took the hidden treasures,…

12345678910>>...31