Home
last modified time | relevance | path

Searched refs:entry (Results 176 – 200 of 455) sorted by relevance

12345678910>>...19

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1052 first : First entry
1242 * first entry
1243 * second entry
1248 * first entry
1250 * second entry
1257 * first entry
1258 * second entry
1261 * first entry
1428 - 2nd entry
1430 - 4th entry
[all …]
H A DYtsFlowCollections.yml6 Separate each entry with commas and
19 between each entry in the mapping.
/plugin/textinsert/
H A DREADME39 $lang['name'] entry in lang.php or a $lang_<iso>['name'] entry in macros.php, and if
40 it finds one, it will substitute this for the macro. Otherwise, it will substitute the entry for
41 LANG_name in the textinsert database. So, there must be a default entry in that database.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst42 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
100 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
/plugin/subjectindex/inc/
H A Dcommon.php290 foreach ($entries as $entry) {
291 $delim = stripos($entry, '|');
292 $path[] = substr($entry, 0, $delim);
293 $pid[] = substr($entry, $delim + 1);
/plugin/cite/
H A DCHANGELOG.md18 - [CITE-4] - Added svg-based menu entry, with config setting to disable it
22 …e_getCiteURL()` changed internally to prevent overwritting the global rev entry; also changed admi…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php58 * Add an entry to LDAP.
60 * @param Entry $entry
63 public static function add(Entry $entry)
65 return new AddRequest($entry);
113 * A comparison operation to check if an entry has an attribute with a certain value.
123 * Delete an entry from LDAP by its DN.
141 * Perform modification(s) on an LDAP entry.
149 * Move an LDAP entry to a new parent DN location.
177 * Rename an LDAP entry by modifying its RDN.
61 add(Entry $entry) global() argument
/plugin/sqlite/
H A Dhelper.php137 * @param string $table the table the entry should be saved to (will not be escaped)
138 * @param array $entry A simple key-value pair array (only values will be escaped)
141 public function storeEntry($table, $entry)
144 $this->adapter->saveRecord($table, $entry);
136 storeEntry($table, $entry) global() argument
/plugin/bibtex/OSBib/
H A DPARSEXML.php29 foreach($entries as $entry)
35 $xmlString = "<style>" . $entry . "</style>";
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php132 foreach ($iterator as $entry) {
134 $nodes[] = $this->getChild($entry->getFilename());
/plugin/const/
H A Daction.php72 foreach ($data as $entry) {
74 $item = explode("=", trim($entry), 2);
153 $item = explode(":", $entry);
/plugin/subjectindex/
H A Dstyle.css3 div.dokuwiki a.entry,
4 div.dokuwiki a.bad-entry {
15 div.dokuwiki a.bad-entry {
19 div.dokuwiki a.entry:hover {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar239 static function extractFile($path, $entry, $fp)
242 $c = $entry[2];
254 if ($entry[4] & self::GZ) {
256 } elseif ($entry[4] & self::BZ2) {
260 if (strlen($data) != $entry[0]) {
265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php132 foreach ($iterator as $entry) {
134 $node = $entry->getFilename();
/plugin/data-au/lang/ja/
H A Dintro_clean.txt3 Data entry を記入したページが削除された時、データベース上のメタデータも削除されます。
/plugin/data/lang/ja/
H A Dintro_clean.txt3 Data entry を記入したページが削除された時、データベース上のメタデータも削除されます。
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1018 foreach ($this->_overrides as $key => $entry) {
1019 $req .= pack("N", strlen($entry["attr"])) . $entry["attr"];
1020 $req .= pack("NN", $entry["type"], count($entry["values"]));
1021 foreach ($entry["values"] as $id => $val) {
1026 switch ($entry["type"]) {
1457 foreach ($values as $id => $entry) {
1459 assert(is_array($entry));
1460 assert(count($entry) == count($attrs));
1461 foreach ($entry as $v) {
1481 foreach ($values as $id => $entry) {
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1058 foreach ( $this->_overrides as $key => $entry )
1060 $req .= pack ( "N", strlen($entry["attr"]) ) . $entry["attr"];
1061 $req .= pack ( "NN", $entry["type"], count($entry["values"]) );
1062 foreach ( $entry["values"] as $id=>$val )
1068 switch ( $entry["type"] )
1492 foreach ( $values as $id=>$entry )
1495 assert ( is_array($entry) );
1496 assert ( count($entry)==count($attrs) );
1497 foreach ( $entry as $v )
1520 foreach ( $values as $id=>$entry )
[all …]
/plugin/stylingpages/
H A Daction.php57 foreach ($entries as $entry) {
58 $parts = explode('=', $entry, 2); // "page=file_pattern"
/plugin/lightweightcss/
H A Daction.php172 foreach( $list as $entry ) {
173 if ( strpos( $str, $entry ) ) return true;
/plugin/recommend/
H A Dadmin.php78 foreach (array_reverse($this->entries) as $entry) {
79 echo "<li>" . hsc($entry) . "</li>";
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlCollection.php12 public $entry = 'entry'; variable in JMS\\Serializer\\Annotation\\XmlCollection
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php299 $entry = "---- dataentry projects ----\n"
304 $result = $plugin->handle($entry, 0, 10, $handler);
364 $entry = "---- dataentry projects ----\n"
375 $result = $plugin->handle($entry, 0, 10, $handler);
/plugin/tagadd/
H A Daction.php87 foreach($INPUT->arr('form', array()) as $entry){
88 if($entry['name']=='tag')
89 $chked_tags[]=$entry['value'];

12345678910>>...19