Home
last modified time | relevance | path

Searched +full:restore +full:- +full:keys (Results 1 – 25 of 205) sorted by relevance

123456789

/plugin/webdav/vendor/sabre/xml/lib/
DContextStackTrait.php14 * This trait allows easy access to the context, and allows the end-user to
15 * override its settings for document fragments, and easily restore it again
18 * @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
26 * notation) as keys and PHP class names as values.
43 * common use-case for parsing XML documents, it's added here as a
70 * The keys in this classmap need to be fully qualified PHP class names,
91 * namespaceMap. After you're done, you can restore the old data again
98 $this->contextStack[] = [
99 $this->elementMap,
100 $this->contextUri,
[all …]
/plugin/icalevents/vendor/sabre/xml/lib/
DContextStackTrait.php14 * This trait allows easy access to the context, and allows the end-user to
15 * override its settings for document fragments, and easily restore it again
18 * @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
26 * notation) as keys and PHP class names as values.
43 * common use-case for parsing XML documents, it's added here as a
70 * The keys in this classmap need to be fully qualified PHP class names,
91 * namespaceMap. After you're done, you can restore the old data again
98 $this->contextStack[] = [
99 $this->elementMap,
100 $this->contextUri,
[all …]
/plugin/doxycode/helper/
Dtagmanager.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
18 $this->tagfile_dir = DOKU_PLUGIN . $this->getPluginName() . '/tagfiles/';
24 * Returns an array with file names (without extension) as keys and empty
28 …* @return array associative array where the keys are the file names (without extension) of all XML…
34 $files = glob($this->tagfile_dir . '*.xml');
49 return $this->tagfile_dir;
64 $filename = $this->tagfile_dir . 'tagconfig.json';
95 if (!is_dir($this->tagfile_dir)) {
96 return mkdir($this->tagfile_dir);
105 * This function filters the relevant keys from the tag file configuration
[all …]
/plugin/davcal/vendor/sabre/xml/lib/
H A DContextStackTrait.php14 * This trait allows easy access to the context, and allows the end-user to
15 * override its settings for document fragments, and easily restore it again
18 * @copyright Copyright (C) 2009-2015 fruux GmbH (https://fruux.com/).
26 * notation) as keys and PHP class names as values.
43 * common use-case for parsing XML documents, it's added here as a
71 * namespaceMap. After you're done, you can restore the old data again
78 $this->contextStack[] = [
79 $this->elementMap,
80 $this->contextUri,
81 $this->namespaceMap
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/.github/workflows/
Dphp.yml15 runs-on: ubuntu-latest
18 - uses: actions/checkout@v3
20 - name: Validate composer.json and composer.lock
21 run: composer validate --strict
23 - name: Cache Composer packages
24 id: composer-cache
28 key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
29 restore-keys: |
30 ${{ runner.os }}-php-
32 - name: Install dependencies
[all …]
/plugin/authskautis/.github/workflows/
H A Dmain.yml6 - "*"
12 build-release:
13 runs-on: ubuntu-latest
16 - name: Checkout
19 fetch-depth: 0
21 - name: Setup PHP + Composer
22 uses: shivammathur/setup-php@v2
24 php-version: "8.2"
27 - name: Install zip
28 run: sudo apt-get update && sudo apt-get install -y zip rsync
[all …]
/plugin/combo/vendor/carica/phpcss/.github/workflows/
H A Dci.yml1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions
4 - "pull_request"
5 - "push"
13 runs-on: "ubuntu-latest"
16 fail-fast: false
18 php-version:
19 - "7.2"
20 - "7.3"
21 - "7.4"
22 - "8.0"
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dmerge-into-shorthands.js1 var everyValuesPair = require('./every-values-pair');
2 var hasInherit = require('./has-inherit');
3 var populateComponents = require('./populate-components');
7 var restoreWithComponents = require('../restore-with-components');
9 var restoreFromOptimizing = require('../../restore-from-optimizing');
10 var wrapSingle = require('../../wrap-for-optimizing').single;
12 var serializeBody = require('../../../writer/one-time').body;
77 if (shorthandDescriptor.components.length > Object.keys(candidateComponents).length) {
106 … shorthandDescriptor && shorthandDescriptor.overridesShorthands.indexOf(invalidatedBy.name) > -1) {
112 if (invalidatedByDescriptor.componentOf.indexOf(componentName) > -1) {
[all …]
/plugin/pureldap/.github/workflows/
H A DphpTestActiveDirectory.yml7 name: PHP ${{ matrix.php-versions }} DokuWiki ${{ matrix.dokuwiki-branch }}
8 runs-on: macos-latest
13 php-versions: ['7.4']
14 dokuwiki-branch: [ 'master']
15 fail-fast: false
18 - name: Cache Vagrant boxes
22 key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
23 restore-keys: |
24 ${{ runner.os }}-vagrant-
26 - name: Install AD
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
Dwiki.jst6 to produce immutable auto-curried iteratee-first data-last methods.
18 // Use `noConflict` to restore the pre-fp variant.
42 Immutable auto-curried iteratee-first data-last methods sound great, but what
62 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 1)))) %>
65 <%= toFuncList(_.keys(_.pickBy(mapping.iterateeAry, _.partial(_.eq, _, 2)))) %>
71 Methods have fixed arities to support auto-currying.
74 _.padStart('a', 3, '-')
75 // ➜ '--a'
80 fp.padCharsStart('-')(3)('a');
81 // ➜ '--a'
[all …]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
Dsql.min.js1--","$");return{cI:!0,i:/[<>{}*]/,c:[{bK:"begin end start commit rollback savepoint lock alter cre…
/plugin/freechat/phpfreechat/data/public/js/
Dpfcgui.js26 * - elttoscroll is a message DOM element which has been appended to the tabid's message list
27 * - this.elttoscroll is an array containing the list of messages that will be scrolled
104 // restore the scroll pos
291 div_chat.style.height = ($('pfc_channels_content').offsetHeight-1)+'px';
292 div_online.style.height = ($('pfc_channels_content').offsetHeight-1)+'px';
303 var rx = new RegExp('^\\[[0-9]+\\](.*)','ig');
311 …var flash = '<object style="visibility:hidden" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000…
314 …spage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="0"…
322 var rx = new RegExp('^\\[[0-9]+\\](.*)','ig');
349 img.src = pfc.res.getFileUrl('images/ch-active.gif');
[all …]
/plugin/asciidocjs/node_modules/jake/lib/
Dloader.js9 * http://www.apache.org/licenses/LICENSE-2.0
49 require('ts-node/register/transpile-only');
52 … throw new Error('You have a TypeScript Jakefile, but have not installed TypeScript and ts-node');
62 // Load a Jakefile, running the code inside -- this may result in
64 // `task('foo' ['bar', 'baz']);`, or can also auto-create tasks
80 let exts = Object.keys(SUPPORTED_EXTENSIONS).concat(['']);
98 // Prefer all-lowercase
103 // Check mixed-case as well
146 // Restore the working directory on failure
/plugin/datatemplate/syntax/
Dlist.php16 msg('datatemplate: Cannot find Data plugin.', -1);
34 $this->dtc = new datatemplate_cache($this->dthlp);
41 $this->Lexer->addSpecialPattern('----+ *datatemplatelist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',
99 // Restore removed fields
114 $sql = $this->_buildSQL($data);
118 $this->dtc->removeMeta($R);
122 $R->info['cache'] = false;
123 $this->dtc->checkAndBuildCache($data, $sql, $this);
132 $datarows = $this->dtc->getData($sql);
133 $datarows = $this->_match_filters($data, $datarows);
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D49.49.js1-FAILURE-REPORTS","COUNTKEYSINSLOT","DELSLOTS","FAILOVER","FORGET","GETKEYSINSLOT","INFO","KEYSLOT…
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-unused-at-rules.js1 var populateComponents = require('./properties/populate-components');
3 var wrapForOptimizing = require('../wrap-for-optimizing').single;
4 var restoreFromOptimizing = require('../restore-from-optimizing');
8 var animationNameRegex = /^(\-moz\-|\-o\-|\-webkit\-)?animation-name$/;
9 var animationRegex = /^(\-moz\-|\-o\-|\-webkit\-)?animation$/;
10 var keyframeRegex = /^@(\-moz\-|\-o\-|\-webkit\-)?keyframes /;
39 if (Object.keys(atRules).length === 0) {
74 if (token[0] == Token.AT_RULE_BLOCK && token[1][0][1].indexOf('@counter-style') === 0) {
90 if (property[1][1] == 'list-style') {
101 if (property[1][1] == 'list-style-type' && property[2][1] in atRules) {
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck.js2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
10 * - GNU General Public License Version 2 or later (the "GPL")
13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
16 * - Mozilla Public License Version 1.1 or later (the "MPL")
17 * http://www.mozilla.org/MPL/MPL-1.1.html
86 //well in this case, so we must leave the pasting keys to have their default behavior.
96 // Retain default behavior for Ctrl-Backspace. (Bug #362)
226 // Restore protected attributes.
324 // - <meta> tags get executed, so if you have a redirect meta, the
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudKMS.php9 * http://www.apache.org/licenses/LICENSE-2.0
26 * Manages keys and performs cryptographic operations in a central cloud
40 "https://www.googleapis.com/auth/cloud-platform";
41 /** View and manage your keys and secrets stored in Cloud Key Management Service. */
62 $this->rootUrl = $rootUrl ?: 'https://cloudkms.googleapis.com/';
63 $this->servicePath = '';
64 $this->batchPath = 'batch';
65 $this->version = 'v1';
66 $this->serviceName = 'cloudkms';
68 $this->projects_locations = new CloudKMS\Resource\ProjectsLocations(
[all …]
/plugin/tagging/script/
H A Dsearch.js8 const $advancedOptions = jQuery('.search-results-form .advancedOptions');
29 if (getQueryParam('tagging-logic') === 'and') {
33 if ($link.attr('href').indexOf('tagging-logic') === -1) {
34 $link.attr('href', $link.attr('href') + '&tagging-logic=and');
44 const $filterContainer = jQuery('#plugin__tagging-tags');
59 if (Object.keys(tags).length === 0 && filters.length > 0) {
69 … <input name="tagging[]" type="checkbox" value="${tag}" id="__tagging-${i}" ${checked}>
70 <label for="__tagging-${i}" title="${tag}">
83 return jQuery('<ul aria-expanded="false">' + lis.join('') + '</ul>');
146 const isFilter = q.indexOf(tag) > -1;
[all …]
/plugin/parserfunctions/
Dhelper.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
7 * @created Tue, 01 jul 2025 15:06:42 -0300
24 * - Escaped pipes restored (`%%TEMP_PIPE%%` → `%%|%%`)
25 * - Whitespace trimmed from both ends
26 * - Empty strings preserved as valid parameters
51 // 3) Restore escaped pipes
64 * - Explicit value cases (`case = value`)
65 * - Fallthrough behavior (cases without values inherit the last defined value)
66 * - Both explicit (`#default = value`) and implicit default values (last parameter)
67 * - Whitespace normalization (trim) for all keys and values
[all …]
/plugin/imapmarkers/
Djquery.imagemapster.js2 * imagemapster - v1.5.4 - 2021-02-20
4 * Copyright (c) 2011 - 2021 James Treworgy
65 // https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md
66 // https://github.com/jquery/jquery/issues/2871#issuecomment-175175180
72 console.warn('non-passive events - listener not added');
209 // eslint-disable-next-line no-undef
213 // Deferred is frequently referred to as an anti-pattern largely
219 // eslint-disable-next-line no-undef
293 // not recursive - only copies 1 level of subobjects, and always merges
314 …* Basic indexOf implementation for IE7-8. Though we use $.inArray, some jQuery versions will try to
[all …]
/plugin/txtconf/
Dconfig0.class.php13 …var $_format = 'php'; // format of the config file, supported formats - php (overridden b…
14 …var $_heading = ''; // heading string written at top of config file - don't include com…
32 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
37 if (isset($config['varname'])) $this->_name = $config['varname'];
38 if (isset($config['format'])) $this->_format = $config['format'];
39 if (isset($config['heading'])) $this->_heading = $config['heading'];
41 if (isset($file['default'])) $this->_default_file = $file['default'];
42 if (isset($file['local'])) $this->_local_file = $file['local'];
43 if (isset($file['protected'])) $this->_protected_file = $file['protected'];
45 $this->locked = $this->_is_locked();
[all …]
/plugin/virtualkeyboard/vk/
Dvirtualkeyboard.js2 * $Id: virtualkeyboard.js 175 2007-01-13 01:47:56Z wingedfox $
22 * @lastchange $Author: wingedfox $ $Date: 2007-01-13 04:47:56 +0300 (Сбт, 13 Янв 2007) $
41 * Keyboard keys mapping, as on the keyboard
259 * convert layout in machine-aware form
262 ,cac = -1
264 ,csc = -1
277 (csc>-1&&cs.hasOwnProperty(i-csc)?cs[i-csc]:null), // shift chars
278 (cac>-1&&ca.hasOwnProperty(i-cac)?ca[i-cac]:null) // alt chars
282 * add control keys
351 * restore capslock state
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DRandom.php21 * @license http://www.opensource.org/licenses/mit-license.html MIT License
28 * Pure-PHP Random Number Generator
65 // at this point we have no choice but to use a pure-PHP CSPRNG
77 … // by the user and (2) this isn't just looking at the data sent by the current user - it's based
115 // restore old session data
135 // http://tools.ietf.org/html/rfc4253#section-7.2
137 // see the is_string($crypto) part for an example of how to expand the keys
167 $crypto->setKey(substr($key, 0, $crypto->getKeyLength() >> 3));
168 $crypto->setIV(substr($iv, 0, $crypto->getBlockLength() >> 3));
169 $crypto->enableContinuousBuffer();
[all …]
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.brush.sql.js5-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql',function(brush){var keywords=["A",…

123456789