Home
last modified time | relevance | path

Searched refs:found (Results 301 – 325 of 1434) sorted by last modified time

1...<<11121314151617181920>>...58

/plugin/bootswrapper/exe/help/
H A Daffix.txt4 The affix plugin toggles ''position: fixed;'' on and off, emulating the effect found with ''positio…
/plugin/bootswrapper/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/discussion/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/evesso/
H A Dauth.php440 $found = $this->getUserByEmail($changes['mail']);
441 if($found != $user) {
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/evesso/phpoauthlib/
H A DREADME.md13 This library can be found on [Packagist](https://packagist.org/packages/lusitanian/oauth).
43 …1.x and oAuth 2.0 compliant services. A list of currently implemented services can be found below.
/plugin/sync/
H A DREADME3 All documentation for this plugin can be found at
/plugin/sync/lang/en/
H A Dnochange.txt3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
/plugin/blockquote/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/tos/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/sapnotelink/
H A DREADME7 All documentation for this plugin can be found at
/plugin/wrap/
H A DCOPYING296 the "copyright" line and a pointer to where the full notice is found.
/plugin/dokucrypt2/
H A DCOPYING296 the "copyright" line and a pointer to where the full notice is found.
/plugin/avbarchart/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/avtaskbox/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/catlist/
H A Dsyntax.php48 if (preg_match('/-'.$option.' /i', $match, $found)) {
50 $match = str_replace($found[0], '', $match);
54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
55 $varAffected = $varAssoc[$found[1]];
56 $match = str_replace($found[0], '', $match);
102 if (preg_match("/-expandButton:([0-9]+)/i", $match, $found)) {
103 $data['expand'] = intval($found[1]);
104 $match = str_replace($found[0], '', $match);
119 for ($found; preg_match("/-(exclu(page|ns|nsall|nspages|nsns)!?):\"([^\\/\"]+)\" /i", $match, $found); ) {
[all...]
/plugin/yourip/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME.md5 All documentation for this plugin can be found at
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalSearchPropertySetTest.php133 …($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' . count($result)…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php94 $found = 0; variable
97 $found++;
101 if ($found === 0) {
133 } elseif ($found === 5) {
139 …echo "The database had $found out of 5 from the changes for 1.7. This is scary and unusual, so we …
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php199 $found = null;
205 $found = $existingLock;
213 if (is_null($found)) {
223 $lockInfo = $found;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1046 $found = false;
1053 $found = true;
1056 if (!$found)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSubscriptionSupport.php113 $found = null;
117 $found =& $sub;
123 if (!$found) return;
125 $propPatch->handleRemaining(function($mutations) use (&$found) {
127 $found[$k] = $v;
142 $found = null;
/plugin/davcal/vendor/sabre/event/
H A DREADME.md11 Full documentation can be found on [the website][1].

1...<<11121314151617181920>>...58