Home
last modified time | relevance | path

Searched refs:valid (Results 76 – 100 of 849) sorted by relevance

12345678910>>...34

/plugin/twofactoremail/lang/en/
H A Dmail.txt8 This code is only valid for a limited time.
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php51 * Check of the text is a valid XML
58 $valid = true;
62 $valid = false;
64 return $valid;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php136 public function valid() function in Hoa\\Iterator\\CallbackGenerator
H A DCounter.php164 public function valid() function in Hoa\\Iterator\\Counter
/plugin/mediarename/
H A Dplugin.info.txt6 …nager to allow automatic renaming of all invalid filenames in a namespace to valid media-file-names
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php163 if (!$this->iterable || !$this->iterable->valid()) {
247 if (!$this->pending && !$this->iterable->valid()) {
/plugin/letsencrypt/
H A Dstyle.less7 span.valid {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DNoRewind.php66 ->boolean($norewind->valid())
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImageAlt.txt
H A DAttr.DefaultInvalidImage.txt
/plugin/judge/helper/
H A Dcrud.php152 …$valid = $this->db->query('SELECT "valid" FROM submission_test_case WHERE submit_id = ' . $id . ';…
153 switch ($valid[0]) {
/plugin/issuelinks/services/
H A DGitHub.service.php49 $valid = !blank($summary);
51 $valid &= !blank($status);
53 $valid &= !blank($type);
54 return $valid;
/plugin/message/
H A Dadmin.php70 $ok = $ok & $this->ecritFichier($conf['cachedir'].'/message_valid.txt', $_POST['valid']);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php82 public function valid() { function in Sabre\\VObject\\ElementList
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DElementList.php82 public function valid() { function in Sabre\\VObject\\ElementList
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php82 public function valid() { function in Sabre\\VObject\\ElementList
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php38 while($it->valid()) {
/plugin/freechat/phpfreechat/style/
H A Dfooter.css13 div.footer div.valid {
/plugin/aclauditor/
H A Dadmin.php137 $this->data[$l] = array('valid' => false);
182 $this->data[$l]['valid'] = true;
302 if(!$r['valid']) {
/plugin/authremoteuser/
H A DREADME.md117 This has to be a valid <a href="https://www.dokuwiki.org/pagename"
127 follow the rules of valid <a href="https://www.dokuwiki.org/pagename"
137 [^1]: Don't be surprised: The user ID is converted to a valid page name.
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php88 } while ($tokens->valid());
/plugin/refnotes/
H A Dnote.php44 function valid() { function in refnotes_note_block_iterator
45 return parent::valid() && (($this->limit == 0) || ($this->count <= $this->limit));
240 /* References are added in ascending order, so the first valid id should be minimal. */
314 * Checks if the note should be processed. Simple notes are also reported as valid so that
/plugin/pagequery/
H A Dsyntax.php172 $valid = ['none', 'tooltip', 'inline', 'plain', 'quoted'];
173 if (!in_array($type, $valid)) {

12345678910>>...34