Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 131) sorted by relevance

123456

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php170 static $lookup = array(
204 return (isset($lookup[$index]) ? $lookup[$index] : false);
213 static $lookup = array(
231 return (isset($lookup[$index]) ? $lookup[$index] : false);
240 static $lookup = array(
246 return (isset($lookup[$index]) ? $lookup[$index] : false);
290 static $lookup = array(
308 return (isset($lookup[$index]) ? $lookup[$index] : 'user-defined');
H A Dmodule.audio-video.mpeg.php599 $lookup = array(0, 23.976, 24, 25, 29.97, 30, 50, 59.94, 60);
600 return (float) (isset($lookup[$rawframerate]) ? $lookup[$rawframerate] : 0);
612 $lookup = array(
616 …$ratio = (float) (isset($lookup[$mpeg_version][$rawaspectratio]) ? $lookup[$mpeg_version][$rawaspe…
631 $lookup = array(
635 …return (isset($lookup[$mpeg_version][$rawaspectratio]) ? $lookup[$mpeg_version][$rawaspectratio] :…
646 return (isset($lookup[$video_format]) ? $lookup[$video_format] : '');
657 return (isset($lookup[$scalable_mode]) ? $lookup[$scalable_mode] : '');
668 return (isset($lookup[$picture_structure]) ? $lookup[$picture_structure] : '');
678 $lookup = array('reserved', '4:2:0', '4:2:2', '4:4:4');
[all …]
H A Dmodule.audio.flac.php439 static $lookup = array(
448 return (isset($lookup[$blocktype]) ? $lookup[$blocktype] : 'reserved');
458 static $lookup = array(
483 return (isset($lookup[$applicationid]) ? $lookup[$applicationid] : 'reserved');
492 static $lookup = array (
515 return (isset($lookup[$type_id]) ? $lookup[$type_id] : 'reserved');
H A Dmodule.audio-video.flv.php355 static $lookup = array(
373 return (isset($lookup[$id]) ? $lookup[$id] : false);
382 static $lookup = array(
388 return (isset($lookup[$id]) ? $lookup[$id] : false);
397 static $lookup = array(
401 return (isset($lookup[$id]) ? $lookup[$id] : false);
410 static $lookup = array(
418 return (isset($lookup[$id]) ? $lookup[$id] : false);
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js48 var lookup = {};
96 lookup[pageId] = pages[i];
158 addPage(lookup[mov]);
202 addPage(lookup[moved[id]]);
674 var lookup = {};
689 var newPage = lookup[id];
737 for (var id in lookup)
739 var newPage = lookup[id];
768 lookup = (lookup != null) ? lookup : {};
781 return lookup;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md1 # code-unit-reverse-lookup
9 composer require sebastian/code-unit-reverse-lookup
13 composer require --dev sebastian/code-unit-reverse-lookup
H A DChangeLog.md3 All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file usi…
/plugin/structgroup/types/
H A DGroup.php64 $lookup = trim($INPUT->str('search'));
65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array();
71 $groups = (array) $authgroup->getGroups($max, $lookup);
/plugin/bez/struct/
H A DBezType.php114 $lookup = trim($INPUT->str('search'));
115 if(utf8_strlen($lookup) < 1) return array();
116 if ($lookup[0] != '#') return array();
118 preg_match('/#([a-z]*)([0-9]+)/', $lookup, $matches);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/tests/
H A DWizardTest.php34 $this->wizard->lookup(__FILE__, __LINE__)
42 $this->wizard->lookup('file.php', 1)
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php25 …rray('title' => array('test' => 1, 'titleonly:sub:test' => 1)), idx_get_indexer()->lookup($query));
30 … $this->assertEquals(array('content' => array('test' => 1)), idx_get_indexer()->lookup($query));
/plugin/struct/types/
H A DUser.php76 $lookup = trim($INPUT->str('search'));
77 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
94 $logins = $pad_keys($auth->retrieveUsers(0, $max, ['user' => $lookup]));
98 $pad_keys($auth->retrieveUsers(0, $max, ['name' => $lookup]))
H A DTag.php50 $lookup = trim($INPUT->str('search'));
51 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
59 $opt = ["%$lookup%"];
H A DPage.php74 $lookup = trim($INPUT->str('search'));
75 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return [];
81 $data = ft_pageLookup($lookup, true, $this->config['usetitles']);
/plugin/simplenavi/
H A Dscript.js13 const lookup = new RegExp($box.val(), 'i');
16 return !this.text.match(lookup);
/plugin/recommend/
H A Daction.php98 $lookup = trim($INPUT->str('search'));
99 if (utf8_strlen($lookup) < 3) {
105 $logins = $auth->retrieveUsers(0, 10, ['user' => $lookup]);
107 $logins = array_merge($logins, $auth->retrieveUsers(0, 10, ['name' => $lookup]));
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.HiddenElements.txt
H A DHTML.TidyAdd.txt
H A DHTML.TidyRemove.txt
H A DAttr.AllowedClasses.txt
/plugin/diagramsnet/lib/plugins/
H A Dtags.js89 var lookup = {};
93 lookup[tagList[i].toLowerCase()] = true;
96 return lookup;
108 function matchTags(tags, lookup, tagCount) argument
122 if (lookup[tmp[i]] == null)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudIdentity.php268 ],'lookup' => [
269 'path' => 'v1/{+parent}:lookup',
450 ],'lookup' => [
451 'path' => 'v1/groups:lookup',
602 ],'lookup' => [
603 'path' => 'v1/{+parent}/memberships:lookup',
/plugin/struct/
H A Ddeleted.files69 action/lookup.php
96 syntax/lookup.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DEntries.php62 public function lookup($optParams = []) function in Google\\Service\\DataCatalog\\Resource\\Entries
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php

123456