Home
last modified time | relevance | path

Searched refs:count (Results 2426 – 2450 of 2539) sorted by path

1...<<919293949596979899100>>...102

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1048 count: function(_name){
1935 count:function(_array,_value){ method in pi.util.Array
1936 var count = 0;
1938 count+=Number(arguments[0]==_value);
1940 return count;
H A Dfirebug-lite-1.4.js3327 if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;
3330 node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count
4238 var len=0,count=0;
4247 }count++;
5864 searchRange.setEnd(this.panelNode,count);
6046 this.count=function(key){var frameId="0"; method in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler
6051 frameCounter={logRow:logRow,count:1}; property in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler.count.frameCounter
6053 }else{++frameCounter.count
6054 }var label=key==undefined?frameCounter.count:key+" "+frameCounter.count;
7143 if(Firebug.expandShorthandProps){var count=style.length-1,index=style.length;
[all …]
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php58 if (count($files)) {
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php57 if (count($files)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php518 $query .= implode(',', array_fill(0, count($chunk), '?'));
803 if (count($filters['comp-filters']) > 0 && !$filters['comp-filters'][0]['is-not-defined']) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php109 if (count($parts) !== 2) return;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php915 if (!count($result)) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php285 $query .= implode(',', array_fill(0, count($uris), '?'));
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php471 if ($report->limit && $report->limit <= count($validNodes)) {
555 if (count($results) === 1) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php204 …if (!is_array($result) || count($result) !== 2 || !is_bool($result[0]) || !is_string($result[1])) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php68 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
H A DPropFind.php68 $this->itemsLeft = count($this->result);
H A DServer.php1206 if (count($mkCol->getResourceType()) > 1) {
1595 if (!$match['uri'] && count($conditions)) {
1596 $conditions[count($conditions) - 1]['tokens'][] = [
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php82 if (!$propFind->isAllProps() && count($propFind->get404Properties()) === 0) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php337 while (count($check)) {
678 while (count($collected)) {
1403 if (count($childRequestedProperties) === 0) continue;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php243 if (count($searchProperties) == 0) return []; //No criteria
259 if (count($values) > 0) $query .= (strcmp($test, "anyof") == 0 ? " OR " : " AND ");
384 … uri FROM ' . $this->tableName . ' WHERE uri IN (? ' . str_repeat(', ? ', count($members)) . ');');
/plugin/webdav/vendor/sabre/event/lib/
H A DEventEmitterTrait.php114 $counter = count($listeners);
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php41 $index = count($this->timers) - 1;
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php45 if ($successCount === count($promises)) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php42 if (2 !== count($credentials)) {
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php284 return count($this->curlMultiMap) > 0;
508 $headerBlob = $headerBlob[count($headerBlob) - 1];
518 if (count($parts) == 2) {
H A Dfunctions.php170 count($option['parameters']);
339 if (count($mimeType) !== 2) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php199 if (0 === count($positional)) {
205 if (1 === count($positional)) {
209 if (count($positional) > 3) {
H A DComponent.php445 if (0 === count($matches)) {
467 return count($matches) > 0;
636 if (1 === count($properties)) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php480 if (count($uidList) > 1) {
487 if (0 === count($componentTypes)) {
494 if (count(array_unique($componentTypes)) > 1) {

1...<<919293949596979899100>>...102