| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | ContentSets.php | 20 public $lookup = array(); variable in HTMLPurifier_ContentSets 48 if (isset($this->lookup[$key])) { 50 $this->lookup[$key] = array_merge($this->lookup[$key], $temp); 52 $this->lookup[$key] = $temp; 57 while ($old_lookup !== $this->lookup) { 58 $old_lookup = $this->lookup; 59 foreach ($this->lookup as $i => $set) { 62 if (isset($this->lookup[$element])) { 63 $add += $this->lookup[$element]; 64 unset($this->lookup[$i][$element]); [all …]
|
| D | VarParser.php | 186 static $lookup; 187 if (!$lookup) { 189 $lookup = array_flip(HTMLPurifier_VarParser::$types); 191 if (!isset($lookup[$type])) { 194 return $lookup[$type];
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.audio.dts.php | 170 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');
|
| D | module.audio-video.mpeg.php | 599 $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] :… 645 …$lookup = array('component', 'PAL', 'NTSC', 'SECAM', 'MAC', 'Unspecified video format', 'reserved(… 646 return (isset($lookup[$video_format]) ? $lookup[$video_format] : ''); 656 …$lookup = array('data partitioning', 'spatial scalability', 'SNR scalability', 'temporal scalabili… 657 return (isset($lookup[$scalable_mode]) ? $lookup[$scalable_mode] : ''); [all …]
|
| D | module.audio-video.flv.php | 355 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);
|
| D | module.audio.flac.php | 439 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');
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 48 var lookup = {}; 96 lookup[pageId] = pages[i]; 158 addPage(lookup[mov]); 175 var page = lookup[newPage.getId()]; 202 addPage(lookup[moved[id]]); 674 var lookup = {}; 680 lookup[newPages[i].getId()] = {page: newPages[i], prev: prev}; variable 689 var newPage = lookup[id]; 733 delete lookup[oldPages[i].getId()]; 737 for (var id in lookup) [all …]
|
| /plugin/struct/_test/ |
| H A D | BureaucracyTest.php | 21 protected $lookup = []; variable in dokuwiki\\plugin\\struct\\test\\BureaucracyTest 43 $this->lookup[] = $lookupData; 88 $lookup_rid = $this->lookup[0]->getRid(); 90 $lookup_value = $this->lookup[0]->getData()['lookup_first']->getValue();
|
| /plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/ |
| D | README.md | 1 # code-unit-reverse-lookup 9 composer require sebastian/code-unit-reverse-lookup 13 composer require --dev sebastian/code-unit-reverse-lookup
|
| /plugin/structgroup8/types/ |
| D | Group.php | 64 $lookup = trim($INPUT->str('search')); 65 if(utf8_strlen($lookup) < $this->config['autocomplete']['mininput']) return array(); 71 $groups = (array) $authgroup->getGroups($max, $lookup);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | Filter.php | 46 $lookup = array(); 51 if (isset($lookup[$key])) { 69 $lookup[$key] = true;
|
| D | BackgroundPosition.php | 83 $lookup = array( 98 if (isset($lookup[$lbit])) { 99 $status = $lookup[$lbit];
|
| /plugin/structgroup/types/ |
| D | Group.php | 64 $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 D | BezType.php | 114 $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/ |
| D | WizardTest.php | 34 $this->wizard->lookup(__FILE__, __LINE__) 42 $this->wizard->lookup('file.php', 1)
|
| /plugin/indextitleonly/_test/ |
| D | indextitleonly.test.php | 25 …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 D | User.php | 76 $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 D | Tag.php | 52 $lookup = trim($INPUT->str('search')); 53 if (PhpString::strlen($lookup) < $this->config['autocomplete']['mininput']) return []; 61 $opt = ["%$lookup%"];
|
| H A D | Page.php | 74 $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/ |
| D | script.js | 14 const lookup = new RegExp(value, 'i'); 17 return !this.textContent.match(lookup);
|
| /plugin/recommend/ |
| D | action.php | 98 $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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Core.HiddenElements.txt | 2 TYPE: lookup 11 This directive is a lookup array of elements which should have their
|
| /plugin/diagramsnet/lib/plugins/ |
| D | tags.js | 89 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/ |
| D | CloudIdentity.php | 268 ],'lookup' => [ 269 'path' => 'v1/{+parent}:lookup', 450 ],'lookup' => [ 451 'path' => 'v1/groups:lookup', 602 ],'lookup' => [ 603 'path' => 'v1/{+parent}/memberships:lookup',
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | runtime.js | 48 _proto.lookup = function lookup(name) { function 54 return p && p.lookup(name); 220 var val = frame.lookup(name); 221 return val !== undefined ? val : context.lookup(name);
|