Home
last modified time | relevance | path

Searched +full:fetch +full:- +full:depth (Results 1 – 4 of 4) sorted by relevance

/template/kajukkk/
DSnoopy.class.php5 Snoopy - the PHP net client
7 Copyright (c): 1999-2008 New Digital Group, all rights reserved
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 You may contact the author of Snoopy by e-mail at:
50 // $rawheaders["Content-type"]="text/html";
52 var $maxredirs = 5; // http redirection depth maximum. 0 = disallow
54 var $offsiteok = true; // allows redirection off-site
55 var $maxframes = 0; // frame content depth maximum. 0 = disallow
67 var $accept = "image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*";
104 var $_submit_type = "application/x-www-form-urlencoded"; // default submit type
[all …]
/template/writr/.github/workflows/
Drelease.yml6 - 'v*'
10 runs-on: ubuntu-latest
12 - name: Checkout code
15 fetch-depth: 0
17 - name: Set Tag as Filename
21 - name: Create ZIP file
22 run: zip -r "${{ env.TAG_NAME }}.zip" .
24 - name: Generate Changelog
28 PREV_TAG=$(git describe --tags --abbrev=0 HEAD^)
31 echo -e "# Changelog\n" > CHANGELOG.md
[all …]
/template/strap/.github/workflows/
H A Dphp-test-reusable.yml3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow
7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
16 contents: read # needed to fetch code
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults
31 runs-on: ubuntu-latest
34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
41 fail-fast: false
48 - name: Phpunit ${{ matrix.php }}
54 # https://github.com/marketplace/actions/setup-php-action#matrix-setup
[all …]
/template/ospyramid/js/libs/
Djquery-1.6.1.js14 * Date: Thu May 12 15:04:36 2011 -0400
41 quickExpr = /^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
43 // Check if a string has a non-whitespace character in it
58 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,
59 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,
88 // [[Class]] -> type pairs
120 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…
131 // HANDLE: $(html) -> $(array)
257 // Return the newly-formed element set
279 return i === -1 ?
[all …]