Home
last modified time | relevance | path

Searched refs:valid (Results 151 – 175 of 849) sorted by relevance

12345678910>>...34

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php822 $valid = $assertionNodes->length + $encryptedAssertionNodes->length == 1;
826 $valid = $valid && $assertionNodes->length == 1;
829 return $valid;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst67 any valid expression, you can pass a variable that evaluates to ``true`` when
91 As a matter of fact, the template name can be any valid expression, such as
274 valid PHP callable) which should return a function (or a filter).
289 If the callable is not able to return a valid function (or filter), it must
311 // the $template is valid
323 // the $template is valid
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php976 while ($parser->valid()) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst21 The assigned value can be any valid :ref:`Twig expression
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php264 public function valid(): bool function in Elastica\\ResultSet
H A DScroll.php65 throw new InvalidException('Could not fetch the current ResultSet from an invalid iterator. Did you forget to call "valid()"?');
111 * @see http://php.net/manual/en/iterator.valid.php
113 public function valid(): bool
160 // Reset scroll ID so valid() returns false.
106 public function valid(): bool global() function in Elastica\\Scroll
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php333 while ($rruleIterator->valid()) {
409 while ($iterator->valid() && --$maxRecurrences) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php359 while ($rruleIterator->valid()) {
442 while ($iterator->valid() && --$maxRecurrences) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php120 public function valid() function in TwigTestFoo
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php305 while ($it->valid()) {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php265 while($it->valid() && $end < $maxDate) {
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php303 while($it->valid() && $it->getDTStart() < $end) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php309 while ($it->valid()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md158 `uuid($value, $message = '')` | Check that a string is a valid UUID
159 `ip($value, $message = '')` | Check that a string is a valid IP (either IPv…
160 `ipv4($value, $message = '')` | Check that a string is a valid IPv4
161 `ipv6($value, $message = '')` | Check that a string is a valid IPv6
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso27 valid username and password from Lasso admin for a group with file tags
/plugin/facebooklike/
H A DREADME.textile34 | url | Page that should be liked. Must be a valid address. (e.g. http://example.com/) |
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst19 You can use any valid expression for both the start and the length:
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php43 * @throws \InvalidArgumentException if the $resource arg is not valid.
76 if (!$resource->valid()) {
/plugin/flowplay2/flowplayer/
H A Djavascript.txt128 The clip should be a valid flowplayer clip object that are
135 The clip should be a valid flowplayer clip object that are
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php718 $valid = csstidy::property_is_valid($this->property);
719 …at || $this->get_cfg('preserve_css')) && (!$this->get_cfg('discard_invalid_properties') || $valid))
725 if(!$valid)
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php348 while ($it->valid() && $it->getDTStart() < $end) {
/plugin/refnotes/
H A Dinstructions.php264 public function valid() {
246 public function valid() { global() function in refnotes_instruction_list
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php364 while ($it->valid() && $it->getDTStart() < $end) {

12345678910>>...34