Home
last modified time | relevance | path

Searched refs:true (Results 326 – 350 of 6571) sorted by relevance

1...<<11121314151617181920>>...263

/plugin/projects/lib/
H A Dproject.php189 $this->modified = true;
192 return true;
215 return true;
221 $this->modified = true;
225 return true;
267 $this->modified = true;
271 return true;
278 return true;
302 $this->modified = true;
305 return true;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DGeneralSubtree.php35 'optional' => true,
36 'implicit' => true,
41 'optional' => true,
42 'implicit' => true,
H A DECPrivateKey.php41 'optional' => true,
42 'explicit' => true
47 'optional' => true,
48 'explicit' => true
H A DOneAsymmetricKey.php42 'optional' => true,
43 'implicit' => true
47 'optional' => true,
48 'implicit' => true
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak48 .cloneNode(true), 200, 80, 80, 30);
50 .cloneNode(true), 200, 140, 80, 30);
54 .cloneNode(true), 20, 140, 80, 30);
68 multiplicities[0] = new mxMultiplicity(true, "Source", null, null, 1,
71 "Source Must Connect to Target", true);
75 "0", null, "Source Must Have No Incoming Edge", null, true); // Type does not matter
81 true);
88 graphComponent.setConnectable(true);
89 graphComponent.setToolTips(true);
95 // Installs automatic validation (use editor.validation = true
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharedCalendar.php83 'protected' => true,
89 'protected' => true,
95 'protected' => true,
115 'protected' => true,
122 'protected' => true,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderFilterTest.php15 [true],
16 [true],
17 [true],
18 [true]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php16 if (class_exists('PEAR_Sniffs_Commenting_FunctionCommentSniff', true) === false) {
74 if ($isSpecialMethod === true) {
110 if ($fix === true) {
297 if (isset($matches[2]) === true) {
304 if (isset($matches[4]) === true) {
366 if ($param['variable_length'] === true) {
463 if ($fix === true) {
470 if (isset($param['commentLines'][0]) === true) {
506 if (isset($realParams[$pos]) === true) {
589 if ($fix === true) {
[all …]
/plugin/masciimath/
H A Dsyntax.php164 array ('ascii' => 'sum', 'ml' => '<mo>&sum;</mo>', 'type' => 'magnum', 'underover' => true),
165 … array ('ascii' => 'prod', 'ml' => '<mo>&prod;</mo>', 'type' => 'magnum', 'underover' => true),
166 … array ('ascii' => '^^^', 'ml' => '<mo>&#x22C0;</mo>', 'type' => 'magnum', 'underover' => true),
167 … array ('ascii' => 'vvv', 'ml' => '<mo>&#x22C1;</mo>', 'type' => 'magnum', 'underover' => true),
168 … array ('ascii' => 'nnn', 'ml' => '<mo>&#x22C2;</mo>', 'type' => 'magnum', 'underover' => true),
196 array ('ascii' => 'min', 'ml' => '<mi>min</mi>', 'type' => 'func', 'underover' => true),
197 array ('ascii' => 'max', 'ml' => '<mi>max</mi>', 'type' => 'func', 'underover' => true),
198 array ('ascii' => 'lim', 'ml' => '<mi>lim</mi>', 'type' => 'func', 'underover' => true),
352 while (true) {
510 $parsed = $this->parse(null, array('master' => true));
[all …]
/plugin/authhiorgserver/
H A Dauth.php38 $this->cando['external'] = true; // does the module do external auth checking?
53 $this->success = true;
64 $_SESSION[DOKU_COOKIE]['auth']['hiorg'] = array("triedsilent"=>true);
81 return true;
92 $_SESSION[DOKU_COOKIE]['auth']['hiorg']['triedsilent'] = $this->triedsilent = true;
96 return true;
102 return wl($ID, $urlParameters, true, '&');
140 return true;
213 return true;
222 return true;
[all …]
/plugin/odt/helper/
H A Dcssimport.php139 return true;
156 $color_done = true;
216 $default = true;
222 $font_style_set = true;
321 $font_size_set = true;
1130 $in_comment = true;
1140 $in_comment === true ) {
1148 if ( $in_comment === true ) {
1197 if ( $result !== true ) {
1222 return true;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,fals
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php38 public $skipMinified = true;
62 $eolAdded = true;
172 $multiLineComment = true;
187 $leadingZero = true;
196 if ($leadingZero === true) {
292 if ($asperandStart === true) {
306 $inStyleDef = true;
314 if ($inStyleDef === true) {
318 if ($asperandStart === true) {
477 $asperandStart = true;
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php42 $Config['Enabled'] = true ;
80 $useWinStyle = true;
81 $dwfck_local = true;
89 $useWinStyle = true;
160 $Config['SecureImageUploads'] = true;
330 $unrestricted_browser = true;
360 $DWFCK_use_acl = true;
435 return true;
438 return true;
450 return true;
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php42 $Config['Enabled'] = true ;
80 $useWinStyle = true;
81 $dwfck_local = true;
89 $useWinStyle = true;
162 $Config['SecureImageUploads'] = true;
332 $unrestricted_browser = true;
362 $DWFCK_use_acl = true;
437 return true;
440 return true;
452 return true;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DCreateServiceToken.php37 if (isset($this->namespace) !== true) {
43 if (isset($this->service) !== true) {
71 if (isset($namespace) !== true) {
81 if (isset($service) !== true) {
91 if (isset($name) !== true) {
/plugin/mikioplugin/syntax/
H A Dcore.php29 public $hasEndTag = true;
47 if (isset($mikio_disabled_tags) === true) {
48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
49 return true;
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
55 return true;
84 if($this->isDisabled() == true) {
121 if($this->isDisabled() != true) {
[all...]
/plugin/siteexport/syntax/
H A Dtoc.php51 $this->insideToc = true;
129 if (is_array($data) && $data['start'] == true) {
150 return true;
159 if ($renderer->meta['sitetoc']['noTOC'] === true) {
236 if ( $this->_cleanAllInstructions($instr, true) ) {
248 return true;
284 return true;
451 $firstRun = true;
556 return true;
607 $shouldSpliceAway = true;
[all …]
/plugin/linksenhanced/syntax/
H A Dtable.php78 'listfiles' => true,
80 'pagesonly' => true,
81 'firsthead' => true,
111 $R->meta['plugin_linksenhanced']['nocache'] = true;
112 return true;
123 $first = true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DFull.php89 if ($showSources === true) {
138 if ($showSources === true) {
148 if ($showSources === true) {
173 if ($error['fixable'] === true) {
194 return true;
222 $toScreen=true
230 if ($toScreen === true && PHP_CODESNIFFER_INTERACTIVE === false) {
/plugin/fblogin/files/
H A Dfacebook.class.php32 $this->cando['external'] = true;
46 $this->success = true;
50 function trustExternal($user,$pass,$sticky=true ){
53 $sticky ? $sticky = true : $sticky = false; //sanity check
62 'cookie' => true,
120 return true;
158 'cookie' => true,
/plugin/siteexport/inc/
H A Ddebug.php7 private $firstRE = true;
94 …is set, readable and writable. We suggest to use a file in the DokuWiki's media directory.", true);
99 … $this->runtimeException("Could not create/open/append logfile: '{$this->debugFile}'", true);
121 header("HTTP/1.0 500 Internal Server Error", true, 500);
122 header("Status: 500 Internal Server Error", true, 500);
159 header("HTTP/1.0 500 Internal Server Error", true, 500);
160 header("Status: 500 Internal Server Error", true, 500);
/plugin/switchpanel/
H A Daction.php98 'block' => true
105 'block' => true
112 'block' => true
119 'block' => true
126 'block' => true
133 'block' => true
140 'block' => true
147 'block' => true
/plugin/securelogin/
H A Dhelper.php34 if( true
40 $this->_canWork = true;
49 if($this->_keyInfo) return true;
53 return true;
98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;
102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;
178 return true;
185 return true;
211 $this->_workCorrect = true;
/plugin/imagereference/syntax/
H A Dimgcaption.php48 * @return bool true if $mode is accepted
57 if(in_array($mode, $allowedsinglemodes)) return true;
137 return true;
142 return true;
158 return true;
176 return true;
181 return true;
191 return true;
204 return true;
208 return true;
[all...]

1...<<11121314151617181920>>...263