Home
last modified time | relevance | path

Searched refs:lookup (Results 26 – 50 of 131) sorted by relevance

123456

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ForbiddenClasses.txt
H A DAttr.AllowedRel.txt
H A DAttr.AllowedRev.txt
H A DAutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
H A DCSS.AllowedFonts.txt
H A DCSS.ForbiddenProperties.txt
H A DURI.AllowedSchemes.txt
H A DHTML.CoreModules.txt
H A DCSS.AllowedProperties.txt
H A DAttr.AllowedFrameTargets.txt
H A DHTML.AllowedAttributes.txt
H A DHTML.AllowedModules.txt
H A DHTML.ForbiddenAttributes.txt
H A DHTML.ForbiddenElements.txt
H A DHTML.AllowedElements.txt
/plugin/structtasks/_test/
H A DStructtasksTest.php20 * @param bool $lookup create as a lookup schema
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.asf.php1459 static $lookup = array(
1465 return (isset($lookup[$CodecListType]) ? $lookup[$CodecListType] : 'Invalid Codec Type');
1706 static $lookup = null;
1707 if ($lookup === null) {
1708 $lookup = array(
1728 $lookup = array_map(function($str) {
1730 }, $lookup);
1733 return (isset($lookup[$WMpictureType]) ? $lookup[$WMpictureType] : '');
1994 static $lookup = array(
2003 return (isset($lookup[$id]) ? $lookup[$id] : 'invalid');
H A Dmodule.audio.ac3.php635 $lookup = array(
648 $lookup['surround_mono'] = true;
652 $lookup['surround_left'] = true;
653 $lookup['surround_right'] = true;
656 return $lookup;
/plugin/botbouncer/lib/
H A Dbotbouncer.php363 $lookup = $this->honeyPotApiKey.'.'.implode('.', $rev) . '.dnsbl.httpbl.org';
365 $rev = gethostbyname($lookup);
366 if ($lookup != $rev) {
368 $this->addLogEntry('honeypot.log','SPAM '.$lookup.' '.$rev);
372 $this->addLogEntry('honeypot.log','HAM '.$lookup.' '.$rev);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastore.php121 ],'lookup' => [
122 'path' => 'v1/projects/{projectId}:lookup',
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php39 public function lookup($filename, $lineNumber) function in SebastianBergmann\\CodeUnitReverseLookup\\Wizard
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js14 codec2.lookup = function(id) function
114 codec.lookup = function(id) function
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php44 $glyphIndex = $subtable->lookup($ucs2);
67 $ps_name_ucs2 = $name->lookup(OT_CMAP_PLATFORM_WINDOWS,
78 $font_info['Weight'] = $name->lookup(null, null, null, OT_NAME_ID_SUBFAMILY_NAME);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/Resource/
H A DProjectsLocationsStreamsObjects.php83 public function lookup($parent, LookupStreamObjectRequest $postBody, $optParams = []) function in Google\\Service\\Datastream\\Resource\\ProjectsLocationsStreamsObjects
/plugin/refnotes/
H A Drendering.php234 static $lookup = array('y', 'yes', 'on', 'true', '1');
236 return in_array(strtolower($this->get($key)), $lookup);
902 static $lookup = array(
910 foreach ($lookup as $roman => $value) {

123456