Home
last modified time | relevance | path

Searched refs:true (Results 401 – 425 of 6571) sorted by relevance

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php13 $this->assertEquals('+1 weeks', DateTimeParser::parseDuration('P1W',true));
14 $this->assertEquals('+5 days', DateTimeParser::parseDuration('P5D',true));
15 …quals('+5 days 3 hours 50 minutes 12 seconds', DateTimeParser::parseDuration('P5DT3H50M12S',true));
16 $this->assertEquals('-1 weeks 50 minutes', DateTimeParser::parseDuration('-P1WT50M',true));
17 …this->assertEquals('+50 days 3 hours 2 seconds', DateTimeParser::parseDuration('+P50DT3H2S',true));
18 $this->assertEquals('+0 seconds', DateTimeParser::parseDuration('+PT0S',true));
30 $expected->invert = true;
40 DateTimeParser::parseDuration('P1X',true);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php13 $this->assertEquals('+1 weeks', DateTimeParser::parseDuration('P1W',true));
14 $this->assertEquals('+5 days', DateTimeParser::parseDuration('P5D',true));
15 …quals('+5 days 3 hours 50 minutes 12 seconds', DateTimeParser::parseDuration('P5DT3H50M12S',true));
16 $this->assertEquals('-1 weeks 50 minutes', DateTimeParser::parseDuration('-P1WT50M',true));
17 …this->assertEquals('+50 days 3 hours 2 seconds', DateTimeParser::parseDuration('+P50DT3H2S',true));
18 $this->assertEquals('+0 seconds', DateTimeParser::parseDuration('+PT0S',true));
30 $expected->invert = true;
40 DateTimeParser::parseDuration('P1X',true);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php52 return true;
141 return true;
151 return true ;
158 return true ;
166 return true ;
172 return true ;
217 return true;
224 return true;
/plugin/linkback/
H A Dtools.php49 $http_client->max_bodysize_limit = true;
51 $retval = $http_client->get($url, true);
98 wl($ID, 'do=unsubscribe', true, '&'),
100 wl($ID, '', true),
145 io_saveFile($changelog, $logline, true); //global changelog cache
167 return true;
206 return true;
213 io_saveFile($conf['cachedir'].'/linkback.log',join("\n",$data)."\n\n",true);
H A Dadmin.php28 $action->_changeLinkbackVisibilities($lid, true);
40 $action->_markLinkbacks($lid, true);
162 return true;
237 return true;
246 if (($first == 0) && (!$more)) return true;
273 return true;
296 $updated = true;
299 $updateText = true;
309 return true;
319 saveWikiText($ID, $wiki, $this->getLang('statuschanged'), true);
[all...]
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
35 helper_plugin_bureaucracyau_fieldsubmit::$captcha_displayed[$formid] = true;
64 return true;
67 helper_plugin_bureaucracyau_fieldsubmit::$captcha_checked[$formid] = true;
76 return true;
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
35 helper_plugin_bureaucracyau_fieldsubmit::$captcha_displayed[$formid] = true;
64 return true;
67 helper_plugin_bureaucracyau_fieldsubmit::$captcha_checked[$formid] = true;
76 return true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDisallowComparisonAssignmentSniff.php58 $function = $phpcsFile->findPrevious(T_FUNCTION, ($stackPtr - 1), null, false, null, true);
74 true
88 $next = $phpcsFile->findNext($ignore, ($stackPtr + 1), null, true);
105 if (isset(PHP_CodeSniffer_Tokens::$comparisonTokens[$tokens[$i]['code']]) === true
113 if (isset(PHP_CodeSniffer_Tokens::$booleanOperators[$tokens[$i]['code']]) === true
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php64 …prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr - 1), null, true);
78 if ($fix === true) {
91 if ($fix === true) {
102 if ($fix === true) {
109 if ($fix === true) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DTraversableContains.php39 …public function __construct($value, $checkForObjectIdentity = true, $checkForNonObjectIdentity = f…
73 return true;
75 return true;
81 return true;
83 return true;
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
35 helper_plugin_bureaucracy_fieldsubmit::$captcha_displayed[$formid] = true;
64 return true;
67 helper_plugin_bureaucracy_fieldsubmit::$captcha_checked[$formid] = true;
76 return true;
/plugin/revisionsdue/
H A Dsyntax.php22 return true; // recurse all directories, but we don't store namespaces
26 return true;
59 return true;
183 return true;
188 function all_pages($params_array, $mandatory_revisions = true ) {
199 function revision_report_table( $data, $mandatory_revisions = true )
232 $show_it = true;
/plugin/simplewikipagetree/
H A Dsyntax.php39 $renderer->doc .= $this::renderPageTree('data/pages',true);
40 return true;
48 if($root == true){
56 …if($file == '.' or $file == '..' or ($file == 'start.txt' && $this->startFile == true) or $file =…
130 if($this->startFile == true){
156 if($this->startFile == true){
179 return true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php111 if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$tokens[$i]['code']]) === true) {
133 if (isset($tokens[$i]['scope_opener']) === true) {
146 if (isset(PHP_CodeSniffer_Tokens::$methodPrefixes[$tokens[$i]['code']]) === true) {
157 if (isset($symbols[$tokens[$i]['code']]) === true
158 && isset($tokens[$i]['scope_closer']) === true
169 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($i - 1), null, true);
187 if (isset($conditions[$tokens[$i]['code']]) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceBsdAllmanSniff.php39 public $checkFunctions = true;
107 if ($fix === true) {
123 if ($fix === true) {
135 $next = $phpcsFile->findNext(T_WHITESPACE, ($openingBrace + 1), null, true);
144 if ($fix === true) {
158 $lineStart = $phpcsFile->findFirstOnLine(T_WHITESPACE, $stackPtr, true);
176 if ($fix === true) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt2 PHPUnit_Framework_MockObject_Generator::generate('Foo', array(), 'MockFoo', true, true)
24 true,
25 true
57 'Foo', 'bar', $arguments, '', $this, true
79 'Foo', 'baz', $arguments, '', $this, true
117 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
26 true,
27 true
59 'NS\Foo', 'bar', $arguments, '', $this, true
81 'NS\Foo', 'baz', $arguments, '', $this, true
119 public function __phpunit_verify($unsetInvocationMocker = true)
H A Dclass_with_method_with_variadic_arguments.phpt2 …kObject_Generator::generate('ClassWithMethodWithVariadicArguments', array(), 'MockFoo', true, true)
20 true,
21 true
53 … 'ClassWithMethodWithVariadicArguments', 'methodWithVariadicArguments', $arguments, '', $this, true
91 public function __phpunit_verify($unsetInvocationMocker = true)
/plugin/pdb/
H A Dsyntax.php60 return true;
68 return true;
87 return true;
93 return true;
97 return true;
102 return true;
112 return true;
117 return true;
122 return true;
128 return true;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php108 protected $preserveGlobalState = true;
444 return true;
773 $this->inIsolation !== true &&
897 $hasMetRequirements = true;
1073 $checkException = true;
1084 $checkException = true;
2045 $clone = true;
2102 return true;
2416 return true;
2425 return true;
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php343 var $nickmarker = true;
349 var $clock = true;
355 var $startwithsound = true;
369 var $notify_window = true;
375 var $short_url = true;
390 var $display_ping = true;
404 var $displaytabimage = true;
416 var $showwhosonline = true;
422 var $showsmileys = true;
434 var $btn_sh_smileys = true;
[all …]
/plugin/bootswrapper/syntax/
H A Dcollapse.php22 'required' => true,
53 return true;
59 return true;
62 return true;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php168 public function resolve($path, $exists = true, $unfold = false)
171 if (true === is_dir($path)) {
195 if (true === is_dir($entry)) {
207 if (true === $unfold) {
208 if (true !== $exists) {
223 if (true !== $exists) {
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/autogroup/conf/
H A Dsettings.class.php48 dbglog(print_r(urlencode($input),true));
50 dbglog(print_r($lines,true));
61 $this->_error = true;
67 $this->_error = true;
73 $this->_error = true;
81 return true;

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