Home
last modified time | relevance | path

Searched refs:count (Results 1326 – 1350 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/html2pdf/html2pdf/html2ps/
H A Dmanager.encoding.php68 $index = count($this->_encodings[$vector_name]);
226 return count($this->_encodings[$this->get_current_custom_encoding_name()]) >= 256;
/plugin/annotate/
H A Danno.php113 if (count($classes) > 1) {
226 for($i=0; $i<count($_list); $i++) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php35 use function count;
99 if (!$messageFrom->getResponse() instanceof LdapResult || count($messageFrom->getResponse()->getReferrals()) === 0) {
106 # Initialize a referral context to track the referrals we have already visited as well as count.
118 if ($this->options['_referral_context']->count() > $this->options['referral_limit']) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php297 if (count($uriTemplateVars)) {
302 if (count($queryVars)) {
/plugin/blog/syntax/
H A Dblog.php90 $isMore = count($entries) > ($first + $num);
114 $n = count($matches)-1;
/plugin/edittable/action/
H A Deditor.php149 $rows = count($data);
150 $cols = $rows ? count($data[0]) : 0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php157 for ($i = 0; $i < count($dashArray); $i++) {
159 if ($i != count($dashArray) - 1) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php120 if (\count($inheritedKeys) > 0) {
131 if (isset($parentDict->value['Parent']) && \count($inheritedKeys) > 0) {
/plugin/twofactor/
H A DManager.php46 if (!count($this->providers)) {
345 if (count($providers)) {
/plugin/struct/meta/
H A DSearch.php450 * return the wanted range, setting the count to the whole result number
54 protected $count = -1; global() variable in dokuwiki\\plugin\\struct\\meta\\Search
/plugin/remoteinf/
H A Daction.php38 if(count($argdata)!=2){
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DVarUtils.php63 $nbValues[$var] = count($vals);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dempty.rst12 return value of the ``count()`` method.
/plugin/usersubscriptions/
H A Dusersubscriptions.tpl.php55 if(!count($usersubscriptions)) {
/plugin/cleanup/
H A Dadmin.php62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
/plugin/multitemplate_styleman/
H A Daction.php56 for ($i = 0; $i < count($event->data['link']); $i++) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue203Test.php96 $this->assertEquals(2, count($vObject->VEVENT));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php78 if (1 === \count($errors)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php76 if ($size !== null && \count($array->value) !== $size) {
/plugin/bez/ctl/
H A Dreport.php10 if(count($_POST) > 0 && ($_POST['from'] != '' || $_POST['to'] != '')) {
/plugin/tagging/
H A Dhelper.php150 * @return array associative array in form of value => count
193 * @param array $tags list of tags => count
225 * @param array $tags list of tags => count
244 if (count($tags) === 0) {
279 * @param array $pids list of pids => count
286 if (count($pids) === 0) {
383 $order_fields = array('pid', 'tid', 'taggers', 'ns', 'count');
398 COUNT(*) AS "count"
567 implode(' OR ', array_fill(0, count($tags), 'CLEANTAG(tag) = ?')) . ')';
579 $numAffectedPages = count(
[all...]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.twitter.js49 count : settings.layout === 'line' ? 'horizontal' : 'vertical', property in $.fn.socialSharePrivacy.settings.services.twitter.button.params
/plugin/searchindex/
H A Dajax.php12 if (!count($_POST) && $HTTP_RAW_POST_DATA) {
/plugin/issuetracker/
H A Dassilist.php41 $last = count($ext) - 1;
/plugin/owncloud/
H A Dwork.php44 if(count($parts) > 1 ){ // We've a fileid

1...<<51525354555657585960>>...102