Home
last modified time | relevance | path

Searched refs:Lookup (Results 1 – 23 of 23) sorted by path

/plugin/badbehaviour/lang/de/
H A Dlookup.txt1 ====== Missbrauchs Support Key Lookup ======
/plugin/badbehaviour/lang/en/
H A Dlookup.txt1 ====== Bad Behaviour Support Key Lookup ======
/plugin/badbehaviour/lang/nl/
H A Dlookup.txt1 ====== Bad Behaviour Support Key Lookup ======
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1 … }\n if (type && type.charAt(0) == \"@\") {\n\n // Property Lookup\n if (strea…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php1267 // list of Lookups in order they need to be run i.e. order listed in Lookup table
1306 // Get metadata and offsets for whole Lookup List table
1328 // Lookup Type 7: Extension
1343 // Process Whole LookupList - Get LuCoverage = Lookup coverage just for first glyph
1389 // Get metadata and offsets for whole Lookup List table
1392 $Lookup = [];
1394 $Lookup[$i]['offset'] = $LookupList_offset + $this->read_ushort();
1397 $this->seek($Lookup[$i]['offset']);
1398 $Lookup[$i]['Type'] = $this->read_ushort();
1399 $Lookup[
1975 _getGSUBarray(& $Lookup, & $lul, $scripttag, $level = 1, $coverage = '', $exB = '', $exL = '') global() argument
3221 _getGPOSarray(& $Lookup, $lul, $scripttag, $level = 1, $lcoverage = '', $exB = '', $exL = '') global() argument
[all...]
H A DTTFontFile.php1537 // list of Lookups in order they need to be run i.e. order listed in Lookup table
1549 // Get metadata and offsets for whole Lookup List table
1579 // Lookup Type 7: Extension
1593 // Process Whole LookupList - Get LuCoverage = Lookup coverage just for first glyph
1619 // Get metadata and offsets for whole Lookup List table
1622 $Lookup = [];
1625 $Lookup[$i]['offset'] = $LookupList_offset + $this->read_ushort();
1629 $this->seek($Lookup[$i]['offset']);
1630 $Lookup[$i]['Type'] = $this->read_ushort();
1631 $Lookup[
2406 _getGSUBarray(& $Lookup, & $lul, $scripttag) global() argument
[all...]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
H A DCore.ColorKeywords.txt
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1269 Lookup title of shared thing in several places:
1281 Lookup image URL of shared thing in several places:
1296 Lookup image URL of shared thing in several places:
1312 Lookup description of shared thing in several places:
/plugin/struct/action/
H A Dbureaucracy.php17 use dokuwiki\plugin\struct\types\Lookup;
94 if (!$field->column->getType() instanceof Lookup) continue;
157 if ($field->column->isMulti() && $field->column->getType() instanceof Lookup) {
14 use dokuwiki\plugin\struct\types\Lookup; global() alias
H A Dmove.php17 use dokuwiki\plugin\struct\types\Lookup;
72 } elseif (get_class($col->getType()) == Lookup::class) {
172 if ($col->getType() instanceof Lookup) {
181 * Update a Lookup type column
13 use dokuwiki\plugin\struct\types\Lookup; global() alias
/plugin/struct/helper/
H A Dfield.php8 use dokuwiki\plugin\struct\types\Lookup; alias
155 * Special handling for Page and Lookup literal form values.
181 // no way to pass $israw parameter to constructor, so re-set the Lookup value
182 if ($this->column->getType() instanceof Lookup) {
/plugin/struct/
H A Dstyle.less462 * Lookup Aggregation Editor
/plugin/struct/types/
H A DLookup.php17 class Lookup extends Dropdown class
/plugin/structcombolookup/types/
H A DComboLookup.php5 use dokuwiki\plugin\struct\types\Lookup; alias
7 class ComboLookup extends Lookup
H A DNarrowingLookup.php7 use dokuwiki\plugin\struct\types\Lookup; alias
9 class NarrowingLookup extends Lookup
/plugin/structjoin/types/
H A DJoin.php8 use dokuwiki\plugin\struct\types\Lookup; alias
11 class Join extends Lookup {
/plugin/structstatus/
H A DStatus.php9 use dokuwiki\plugin\struct\types\Lookup; alias
11 class Status extends Lookup {