Home
last modified time | relevance | path

Searched refs:lookup (Results 51 – 75 of 131) sorted by relevance

123456

/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php375 function lookup($platformId, $encodingId, $languageId, $nameId) { function in OpenTypeFileNAME
618 function lookup($unicode) { function in OpenTypeFileCMAPSubtable
619 return $this->_content->lookup($unicode);
661 function lookup($unicode) { function in OpenTypeFileCMAPSubtable4
H A Dfont.class.php93 $glyphIndex = $subtable->lookup($ucs2);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/Resource/
H A DGroups.php150 public function lookup($optParams = []) function in Google\\Service\\CloudIdentity\\Resource\\Groups
H A DDevicesDeviceUsers.php218 public function lookup($parent, $optParams = []) function in Google\\Service\\CloudIdentity\\Resource\\DevicesDeviceUsers
H A DGroupsMemberships.php196 public function lookup($parent, $optParams = []) function in Google\\Service\\CloudIdentity\\Resource\\GroupsMemberships
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.… property in MEMFS.ops_table.dir.node
H A Dvorbis.js2lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.… property in MEMFS.ops_table.dir.node
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md15 * Node: Fix Composer to lookup in vendor parent dir. (Ivan Enderlin, 2016-03-07T17:25:55+01:00)
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md158 * The check added to the `GeoIP2\Database\Reader` lookup methods in 0.8.0 did
165 * The `GeoIp2\Database\Reader` lookup methods (e.g., `city()`, `isp()`) now
167 does not match the method. In particular, doing a `city()` lookup on a
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DLICENSE1 code-unit-reverse-lookup
/plugin/refnotes/
H A Dbibtex.php612 $text = $strings->lookup(strtolower(trim($text)));
666 public function lookup($name) { function in refnotes_bibtex_strings
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatastream.php615 ],'lookup' => [
616 'path' => 'v1/{+parent}/objects:lookup',
H A DDataCatalog.php90 'lookup' => [
91 'path' => 'v1/entries:lookup',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjects.php145 public function lookup($projectId, LookupRequest $postBody, $optParams = []) function in Google\\Service\\Datastore\\Resource\\Projects
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc6 exception: connection refusal, connection timeout, DNS lookup timeout, etc. 4xx
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/barcodes/
H A Dcomposer.lock381 "sebastian/code-unit-reverse-lookup": "^2.0.2",
892 "name": "sebastian/code-unit-reverse-lookup",
896 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
901 …"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01cce…
933 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
935 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
936 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
/plugin/pycode/
H A Dmethod.php711 $lookup = array (
785 foreach ($lookup as $language => $extensions) {
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php72 public function lookup($id, $optParams = array()) { function in Google_TopicServiceResource
/plugin/mytemplate/
H A DREADME38 LOOK - This is a map lookup. You can define an array in the structure page and use a variable
104 This mainly makes sense if you intend to use LOOKRANGE for the lookup.
/plugin/rater/scripts/
H A Djquery.tablesorter.js424 var lookup = {};
448 lookup[cellId] = firstAvailCol;
460 return lookup;
/plugin/jmol2/jmol/
H A DJmolApplet0_Symmetry.jar ... ) static final org.jmol.symmetry.Rotation lookup (java.lang.String) static void < ...
H A DJmolAppletSigned0_Symmetry.jar ... ) static final org.jmol.symmetry.Rotation lookup (java.lang.String) static void < ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js847 var lookup = new mxDictionary();
862 if (cell != null && !lookup.get(cell))
864 lookup.put(cell, true);
7480 lookup = (lookup != null) ? lookup : new Object();
7494 return lookup;
7508 var cellId = lookup[objectId];
9683 var lookup = null;
9687 lookup = new mxDictionary();
9691 lookup.put(cells[i], true);
9903 var selected = (lookup != null) ? lookup.get(state.cell) :
[all …]

123456