Home
last modified time | relevance | path

Searched refs:found (Results 376 – 400 of 1434) sorted by path

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

/plugin/datepicker/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A Daction.php81 $found=explode('<'.$mode,$range_part);
87 $found_counter += count($found)-1;
94 if($found[$datecount_range+1][0] === '\\'){
96 $found[$datecount_range+1]=substr($found[$datecount_range+1],1);
98 else if($found[$datecount_range+1][0] === '#'){
100 $found[$datecount_range+1]=substr($found[$datecount_range+1],1);
102 $found[$datecount_range+1] = ltrim($found[$datecount_range+1]);
103 $stop=strpos($found[$datecount_range+1],">");
108 $olddatestr=substr($found[$datecount_range+1],0,$stop);
109 …$found[$datecount_range+1]=str_replace($olddatestr,$option." ".$datestr." ",$found[$datecount_rang…
[all …]
/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/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php101 …($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' . count($result)…
H A DPrincipalSearchPropertySetTest.php133 …($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' . count($result)…
/plugin/davcal/vendor/sabre/event/
H A DREADME.md11 Full documentation can be found on [the website][1].
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md25 The general composer instructions can be found on the [composer website](http://getcomposer.org/doc…
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php401 $found = false;
409 $found = true;
413 } while($recurrenceIterator->valid() && !$found && $iterations);
416 if (!$found) continue;
/plugin/davcard/syntax/
H A Dbook.php284 $found = false;
288 $found = true;
290 if(!$found)
294 $found = false;
300 $found = true;
303 if(!$found)
307 $found = false;
311 $found = true;
313 if(!$found)
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md25 The general composer instructions can be found on the [composer website](http://getcomposer.org/doc…
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php401 $found = false;
409 $found = true;
413 } while($recurrenceIterator->valid() && !$found && $iterations);
416 if (!$found) continue;
/plugin/dblclickedit/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
/plugin/dbquery/
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/deeplautotranslate/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/deletehistory/
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/deletepagebutton/
H A DREADME.md65 Source code and support for this plugin can be found at
/plugin/denyactions/
H A DREADME5 All documentation for this plugin can be found at
/plugin/dev/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DLangProcessor.php38 if (isset($found['js']) && isset($lang['js'])) {
39 $drop['js'] = array_diff_key($lang['js'], $found['js']);
126 $found = [];
134 $found = array_merge($found, $this->phpExtract($path));
136 if (!isset($found['js'])) $found['js'] = [];
137 $found['js'] = array_merge($found['js'], $this->jsExtract($path));
143 $found['men
[all...]
H A DREADME5 All documentation for this plugin can be found at

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