Home
last modified time | relevance | path

Searched refs:true (Results 176 – 200 of 6187) sorted by relevance

12345678910>>...248

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php26 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
31 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
36 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
42 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
45 … array($vevent4, new \DateTime('2011-12-25 16:00:00'), new \DateTime('2011-12-25 17:00:00'), true);
54 $tests[] = array($vevent5, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
56 $tests[] = array($vevent5, new \DateTime('2013-12-01'), new \DateTime('2013-12-31'), true);
64 $tests[] = array($vevent6, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
73 …tests[] = array($vevent7, new \DateTime('2012-02-01 15:00:00'), new \DateTime('2012-02-02'), true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php15 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
65 if ($methodName[0] === '_' && isset($methodName[1]) === true && $methodName[1] !== '_') {
78 $prev = $phpcsFile->findPrevious($find, ($stackPtr - 1), null, true);
103 if ($fix === true) {
106 if (isset($fixes[$visibility]) === true) {
117 if ($fix === true) {
120 if (isset($fixes[$visibility]) === true) {
131 if ($fix === true) {
134 if (isset($fixes[$visibility]) === true) {
/plugin/pdftools/
H A Dsyntax.php30 $this->dw2pdf_inst = true;
90 …) {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=1">';return true;}
91 …) {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=3">';return true;}
92 …) {$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=5">';return true;}
94 …{$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=1&q">';return true;}
95 …{$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=3&q">';return true;}
96 …{$renderer->doc .= '<img src="'.DOKU_BASE.'lib/plugins/pdftools/img/line.php?h=5&q">';return true;}
101 return true;
131 return true;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php26 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
31 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
36 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
42 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
45 … array($vevent4, new \DateTime('2011-12-25 16:00:00'), new \DateTime('2011-12-25 17:00:00'), true);
54 $tests[] = array($vevent5, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
56 $tests[] = array($vevent5, new \DateTime('2013-12-01'), new \DateTime('2013-12-31'), true);
64 $tests[] = array($vevent6, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
73 …tests[] = array($vevent7, new \DateTime('2012-02-01 15:00:00'), new \DateTime('2012-02-02'), true);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVEventTest.php26 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
31 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
36 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
42 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
45 … array($vevent4, new \DateTime('2011-12-25 16:00:00'), new \DateTime('2011-12-25 17:00:00'), true);
54 $tests[] = array($vevent5, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
56 $tests[] = array($vevent5, new \DateTime('2013-12-01'), new \DateTime('2013-12-31'), true);
64 $tests[] = array($vevent6, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
73 …tests[] = array($vevent7, new \DateTime('2012-02-01 15:00:00'), new \DateTime('2012-02-02'), true);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php169 return true;
271 'protected' => true,
276 'protected' => true,
281 'protected' => true,
286 'protected' => true,
294 'protected' => true,
299 'protected' => true,
320 'protected' => true,
326 'protected' => true,
331 'protected' => true,
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php167 return true;
282 'protected' => true,
287 'protected' => true,
292 'protected' => true,
297 'protected' => true,
305 'protected' => true,
310 'protected' => true,
331 'protected' => true,
337 'protected' => true,
342 'protected' => true,
[all …]
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php55 $this->globalVariables[$variableName] = true;
100 $this->staticAttributes[$className][$attributeName] = true;
120 return true;
125 return true;
133 return true;
139 return true;
144 return true;
/plugin/searchpattern/
H A Dsyntax.php125 return true; //recurse but don't process
131 return true; //don't process
139 $process = true; //process it
149 $process = true; // process it
156 return true; //recurse but don't process
275 $limit = true; //update flag
377 $data['cond_ok'] = true;
385 return true; //return
413 $callPluginHandlerError = true;
431 $callPluginHandlerError = true;
[all …]
/plugin/wrap/
H A Dhelper.php24 static $box_first = true;
37 function getAttributes($data, $useNoPrefix=true) {
181 $is_box = true;
189 $is_paragraph = true;
193 $is_paragraph = true;
211 $this->renderODTOpenParagraph ($renderer, $attr ['class'], $style, $attr ['dir'], $language, $is_indent, $is_outdent, true, $attr_string);
215 if ( $is_box === true ) {
228 } else if ( $is_paragraph === true || $is_indent === true || $is_outdent === true ) {
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php82 true,
83 true,
84 true,
135 true,
136 true,
137 true,
166 $this->generator->getMock(stdClass::class, [], [], '', false, true, true, true, true);
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php61 $blockAlign = true;
72 $flexAxis[self::Y_AXIS] = true;
78 $blockAlign = true;
90 $flexAxis[self::X_AXIS] = true;
104 $flexAxis[self::X_AXIS] = true;
116 $flexAxis[self::X_AXIS] = true;
122 $flexAxis[self::X_AXIS] = true;
127 $flexAxis[self::Y_AXIS] = true;
132 $flexAxis[self::Y_AXIS] = true;
199 if ($blockAlign === true
[all...]
/plugin/struct/syntax/
H A Doutput.php99 return true;
102 if (!isset($INFO['id']) || ($ID != $INFO['id'])) return true;
103 if (!$INFO['exists']) return true;
104 if ($this->hasBeenRendered) return true;
105 if (!preg_match(self::WHITELIST_ACTIONS, act_clean($ACT))) return true;
108 $this->hasBeenRendered = true;
115 if (!$tables) return true;
149 return true;
163 $schemadata->optionSkipEmpty(true);
168 $rendercontext['hasdata'] = true;
[all...]
/plugin/approve/
H A Dhelper.php53 return true;
100 return true;
150 $newAssignment = true;
159 $newAssignment = true;
163 $newAssignment = true;
201 if (strncmp($approver, "@", 1) === 0) return true;
212 if (in_array($groupname, $userinfo['grps'])) return true;
227 return true;
229 return true;
233 return true;
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DInnerParser.php47 1 => new Token(1, 'name', null, -1, true),
49 3 => new Token(3, 'number', null, -1, true),
51 5 => new Token(5, 'null', null, -1, true),
53 7 => new Token(7, 'empty_string', null, -1, true),
56 10 => new Token(10, 'quoted_string', null, -1, true),
60 14 => new Token(14, 'apostrophed_string', null, -1, true),
64 18 => new Token(18, 'name', null, -1, true),
/plugin/bootswrapper/syntax/
H A Dpopover.php23 'required' => true,
35 'required' => true,
41 'required' => true,
54 'default' => true),
144 return true;
149 return true;
152 return true;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionOpeningBraceSpaceSniff.php68 if ($fix === true) {
86 if ($fix === true) {
92 … $next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr + 1), null, true);
106 $nested = true;
112 if ($fix === true) {
117 if ($nested === true) {
123 if ($fix === true) {
127 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php152 'protected' => true,
157 'protected' => true,
162 'protected' => true,
167 'protected' => true,
172 'protected' => true,
177 'protected' => true,
182 'protected' => true,
187 'protected' => true,
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php30 return true;
63 return true;
104 return true;
133 return true;
220 … = array('0' => true, '1' => true, '2' => true, '3' => true, '4' => true, '5' => true, '6' => true
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php19 "only_first_page" => true,
20 "only_last_page" => true,
21 "all_but_first_page" => true,
84 $viewed_post_process_close = true;
120 $viewed_post_process_open = true;
165 'scalepoints' => true,
166 'renderimages' => true,
167 'renderfields' => true,
170 'renderlinks' => true,
188 'html2xhtml' => true,
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.AllowedSchemes.txt
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php155 T_WHITESPACE => true,
156 T_STRING => true,
157 T_STRING_CONCAT => true,
158 T_ENCAPSED_AND_WHITESPACE => true,
159 T_NONE => true,
160 T_COMMENT => true,
197 if (isset($emptyTokens[$stringTokens[$i]['code']]) === true) {
200 … } else if (in_array($stringTokens[$i]['code'], PHP_CodeSniffer_Tokens::$comparisonTokens) === true
201 … || in_array($stringTokens[$i]['code'], PHP_CodeSniffer_Tokens::$arithmeticTokens) === true
/plugin/dirtylittlehelper/syntax/
H A Dtree.php80 $this->dlh_tree_no = true;
84 $this->dlh_tree_no = true;
85 $this->dlh_tree_force = true;
157 return true;
160 return true;
164 return true;
172 return true;
175 return true;
184 return true;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php125 if (is_array($index) === true) {
153 if (is_array($type) === true) {
204 if (isset($this->index) === true) {
213 if (isset($this->type) === true) {
256 if (isset($params['client']) === true) {
258 if (isset($params['client']['opaqueId']) === true) {
270 if (isset($ignore) === true) {
283 if (isset($params['custom']) === true) {
296 if (!($key === 'client' || $key == 'custom') && is_array($value) === true) {
297 if ($this->isNestedArray($value) !== true) {
[all...]
/plugin/authimap2/
H A Dauth.php47 $this->cando['addUser'] = true;
48 $this->cando['delUser'] = true;
49 $this->cando['modLogin'] = true;
51 $this->cando['modName'] = true;
52 $this->cando['modMail'] = true;
55 $this->cando['getUsers'] = true;
56 $this->cando['getUserCount'] = true;
94 $toReturn = true;
234 return true;
346 return true;
[all …]

12345678910>>...248